File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed 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] ,[ 5] ) 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 , [ electrictwister2000@gmail.com] )
Original file line number Diff line number Diff line change 11libhttpserver (0.5.1) unstable; urgency=low
22 * Stabilized comet support
33 * Added features to manage requests easily
4+ * Added response constructor with byte initializer
45
56 -- Sebastiano Merlino <electrictwister2000@gmail.com> Tue, 10 Oct 2012 17:18:42 +0200
67
You can’t perform that action at this time.
0 commit comments