We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a632f1 commit 4895f43Copy full SHA for 4895f43
ChangeLog
@@ -1,3 +1,6 @@
1
+Wed Feb 26 21:31:00 2017 +0000
2
+ Fixed problem with segfault when copying http_response object
3
+
4
Wed Feb 12 13:14:01 2017 +0000
5
Updated to libmicrohttpd 0.9.52
6
configure.ac
@@ -21,7 +21,7 @@
21
22
AC_PREREQ(2.57)
23
m4_define([libhttpserver_MAJOR_VERSION],[0])dnl
24
-m4_define([libhttpserver_MINOR_VERSION],[12])dnl
+m4_define([libhttpserver_MINOR_VERSION],[13])dnl
25
m4_define([libhttpserver_REVISION],[0])dnl
26
m4_define([libhttpserver_PKG_VERSION],[libhttpserver_MAJOR_VERSION.libhttpserver_MINOR_VERSION.libhttpserver_REVISION])dnl
27
m4_define([libhttpserver_LDF_VERSION],[libhttpserver_MAJOR_VERSION:libhttpserver_MINOR_VERSION:libhttpserver_REVISION])dnl
0 commit comments