File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ Wed Jul 13 02:23:11 2016 +0100
2+ Fixed problems with large payloads
3+ Fixed memory leak in http_response_ptr
4+
15Tue Dec 29 18:56:31 2015 +0100
26 Removed support for event supplier (badly defined, complicated and almost useless)
37 Eliminated custom selection logic (simplified overall code in webserver.cpp)
Original file line number Diff line number Diff line change 2222AC_PREREQ ( 2.57 )
2323m4_define ( [ libhttpserver_MAJOR_VERSION] ,[ 0] ) dnl
2424m4_define ( [ libhttpserver_MINOR_VERSION] ,[ 11] ) dnl
25- m4_define ( [ libhttpserver_REVISION] ,[ 0 ] ) dnl
25+ m4_define ( [ libhttpserver_REVISION] ,[ 1 ] ) dnl
2626m4_define ( [ libhttpserver_PKG_VERSION] ,[ libhttpserver_MAJOR_VERSION.libhttpserver_MINOR_VERSION.libhttpserver_REVISION] ) dnl
2727m4_define ( [ libhttpserver_LDF_VERSION] ,[ libhttpserver_MAJOR_VERSION:libhttpserver_MINOR_VERSION:libhttpserver_REVISION] ) dnl
2828AC_INIT ( [ libhttpserver] , libhttpserver_PKG_VERSION , [ electrictwister2000@gmail.com] )
Original file line number Diff line number Diff line change 1+ libhttpserver (0.11.1) unstable; urgency=low
2+ * Fixed problems with large payloads
3+ * Fixed memory leak in http_response_ptr
4+
5+ -- Sebastiano Merlino <electrictwister2000@gmail.com> Wed, 13 Jul 2016 02:23:11 +0100
6+
17libhttpserver (0.11.0) unstable; urgency=low
28 * Removed support for event supplier (badly defined, complicated and almost useless)
39 * Eliminated custom selection logic (simplified overall code in webserver.cpp)
You can’t perform that action at this time.
0 commit comments