File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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+
15Thu Nov 22 20:58:00 2018 -0800
26 Solved problem with the server not being able to start on mac os
37
Original file line number Diff line number Diff line change 2121
2222AC_PREREQ ( 2.57 )
2323m4_define ( [ libhttpserver_MAJOR_VERSION] ,[ 0] ) dnl
24- m4_define ( [ libhttpserver_MINOR_VERSION] ,[ 15 ] ) dnl
24+ m4_define ( [ libhttpserver_MINOR_VERSION] ,[ 16 ] ) dnl
2525m4_define ( [ libhttpserver_REVISION] ,[ 0] ) 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
You can’t perform that action at this time.
0 commit comments