We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de37323 commit 3244a01Copy full SHA for 3244a01
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
+
10
## v0.4.1 (2nd February 2016)
11
- fix package build to include new header files from refactoring
12
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.52])
-AC_INIT([restclient-cpp], [0.4.1], [[email protected]])
+AC_INIT([restclient-cpp], [0.4.2], [[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
LT_INIT
AC_CONFIG_HEADERS([config.h])
0 commit comments