File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.0 (???)
4+
5+ ## v0.3.0 (10th January 2016)
6+
7+ ### Features
8+ - added support for connection timeouts (Islam Yasar)
9+ - Allow for setting additional HTTP headers (Karol Samborski)
10+
11+ ### Improvements and Bug fixes
12+ - improve general documentation and add docs for auth (Daniel Schauenberg)
13+ - remove calls to curl_global_cleanup (Daniel Schauenberg)
14+ - add unit test for basic auth (Daniel Schauenberg)
15+ - switch unit tests to use [ http://httpbin.org ] ( ) (Daniel Schauenberg)
16+ - move two include instructions (Jos)
17+ - added reporting for test coverage (Daniel Schauenberg)
18+ - cleanup version gen to be driven by git tags (Daniel Schauenberg)
19+ - clean up build and support building on FreeBSD (Daniel Schauenberg)
20+ - automate package deployment to packagecloud (Daniel Schauenberg)
21+ - add automatic doc build & deploy (Daniel Schauenberg)
22+ - Ensure the built shared library does not have dynamic references to libgtest (Thomas Goetze)
23+
324## v0.2.0 (19th April 2015)
425- support basic auth
526- Add header's to response object
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.52] )
2- AC_INIT ( [ restclient-cpp] ,
[ 0.2 .0] ,
[ [email protected] ] ) 2+ AC_INIT ( [ restclient-cpp] ,
[ 0.3 .0] ,
[ [email protected] ] ) 33AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
44LT_INIT
55AC_CONFIG_HEADERS ( [ config.h] )
You can’t perform that action at this time.
0 commit comments