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+ Sat Jun 6 10:21:05 2020 -0800
2+ Prevent use of regex in http_endpoint outside of registration which could
3+ allow DOS attacks.
4+
15Sat May 16 07:20:00 2020 -0800
26 General performance improvements (reduced use of regex, lazy-building of
37 post-processor)
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] ,[ 18] ) 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 ,
[ [email protected] ] )
You can’t perform that action at this time.
0 commit comments