Skip to content

Commit ead9ccc

Browse files
committed
Updated version and changelog
1 parent 0eaa66d commit ead9ccc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Sat Jan 27 21:59:11 2018 -0800
2+
libhttpserver now includes set of examples to demonstrate the main capabilities of the library
3+
"examples" are now optionally disabled.
4+
Adds valgrind memcheck to the build system on travis
5+
Travis now tests performance with apache benchmark
6+
Reduced the CPU time spent in normalizing URLs (thus saving ~15% on average per request).
7+
All classes now implement move constructor and move assignment operator
8+
The library now avoids collecting connection properties (headers, arguments, footers, cookies, etc...) unless explicitly asked by the client code.
9+
110
Sat Jan 12 00:51:00 2018 -0800
211
Removed the support for integrated COMET logic.
312
Removed the support for caching logic.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
AC_PREREQ(2.57)
2323
m4_define([libhttpserver_MAJOR_VERSION],[0])dnl
2424
m4_define([libhttpserver_MINOR_VERSION],[17])dnl
25-
m4_define([libhttpserver_REVISION],[0])dnl
25+
m4_define([libhttpserver_REVISION],[5])dnl
2626
m4_define([libhttpserver_PKG_VERSION],[libhttpserver_MAJOR_VERSION.libhttpserver_MINOR_VERSION.libhttpserver_REVISION])dnl
2727
m4_define([libhttpserver_LDF_VERSION],[libhttpserver_MAJOR_VERSION:libhttpserver_MINOR_VERSION:libhttpserver_REVISION])dnl
2828
AC_INIT([libhttpserver], libhttpserver_PKG_VERSION, [electrictwister2000@gmail.com])

0 commit comments

Comments
 (0)