Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
etr committed Jan 28, 2019
1 parent 0eaa66d commit ead9ccc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Sat Jan 27 21:59:11 2018 -0800
libhttpserver now includes set of examples to demonstrate the main capabilities of the library
"examples" are now optionally disabled.
Adds valgrind memcheck to the build system on travis
Travis now tests performance with apache benchmark
Reduced the CPU time spent in normalizing URLs (thus saving ~15% on average per request).
All classes now implement move constructor and move assignment operator
The library now avoids collecting connection properties (headers, arguments, footers, cookies, etc...) unless explicitly asked by the client code.

Sat Jan 12 00:51:00 2018 -0800
Removed the support for integrated COMET logic.
Removed the support for caching logic.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
AC_PREREQ(2.57)
m4_define([libhttpserver_MAJOR_VERSION],[0])dnl
m4_define([libhttpserver_MINOR_VERSION],[17])dnl
m4_define([libhttpserver_REVISION],[0])dnl
m4_define([libhttpserver_REVISION],[5])dnl
m4_define([libhttpserver_PKG_VERSION],[libhttpserver_MAJOR_VERSION.libhttpserver_MINOR_VERSION.libhttpserver_REVISION])dnl
m4_define([libhttpserver_LDF_VERSION],[libhttpserver_MAJOR_VERSION:libhttpserver_MINOR_VERSION:libhttpserver_REVISION])dnl
AC_INIT([libhttpserver], libhttpserver_PKG_VERSION, [electrictwister2000@gmail.com])
Expand Down

0 comments on commit ead9ccc

Please sign in to comment.