We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a94afd commit 36cef5bCopy full SHA for 36cef5b
2 files changed
ChangeLog
@@ -1,3 +1,7 @@
1
+Thu Dec 26 10:00:30 2018 -0800
2
+ Fixed IPV6 parsing logic.
3
+ Added tests to support IP parsing, URL parsing and utilities
4
+
5
Thu Nov 22 20:58:00 2018 -0800
6
Solved problem with the server not being able to start on mac os
7
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],[15])dnl
+m4_define([libhttpserver_MINOR_VERSION],[16])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