Skip to content

Commit 3244a01

Browse files
committed
release v0.4.2
1 parent de37323 commit 3244a01

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.4.2 (13th May 2016)
4+
- add an ldconfig script to package builds (Daniel Schauenberg)
5+
- Add option to set the Certificate Authority (CA) Info option. (tgoetze)
6+
- add clang to the travis build matrix (Daniel Schauenberg)
7+
- README: Update Advanced Example (Marc Zych)
8+
- Connection: Initialize timeout and followRedirects (Marc Zych)
9+
310
## v0.4.1 (2nd February 2016)
411
- fix package build to include new header files from refactoring
512

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.52])
2-
AC_INIT([restclient-cpp], [0.4.1], [[email protected]])
2+
AC_INIT([restclient-cpp], [0.4.2], [[email protected]])
33
AM_INIT_AUTOMAKE([foreign subdir-objects])
44
LT_INIT
55
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)