File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed 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] ,[ 5 ] ) dnl
25- m4_define ( [ libhttpserver_REVISION] ,[ 5 ] ) dnl
24+ m4_define ( [ libhttpserver_MINOR_VERSION] ,[ 6 ] ) dnl
25+ m4_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
2828AC_INIT ( [ libhttpserver] , libhttpserver_PKG_VERSION , [ electrictwister2000@gmail.com] )
Original file line number Diff line number Diff line change 1+ libhttpserver (0.6.0) unstable; urgency=low
2+ * Added support for caching;
3+
4+ -- Sebastiano Merlino <electrictwister2000@gmail.com> Wed, 31 Oct 2012 18:02:40 +0100
5+
16libhttpserver (0.5.5) unstable; urgency=low
27 * Added a parameter to avoid http_response deletion by WS;
38
You can’t perform that action at this time.
0 commit comments