Skip to content

Commit 02d0867

Browse files
author
Sebastiano Merlino
committed
Incremented version
1 parent 686d58e commit 02d0867

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Wed Jul 13 02:23:11 2016 +0100
2+
Fixed problems with large payloads
3+
Fixed memory leak in http_response_ptr
4+
15
Tue 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)

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],[11])dnl
25-
m4_define([libhttpserver_REVISION],[0])dnl
25+
m4_define([libhttpserver_REVISION],[1])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])

debian/changelog.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
libhttpserver (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)

0 commit comments

Comments
 (0)