File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-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] ,[ 6] ) dnl
25- m4_define ( [ libhttpserver_REVISION] ,[ 1 ] ) dnl
25+ m4_define ( [ libhttpserver_REVISION] ,[ 2 ] ) 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.2) unstable; urgency=low
2+ * Cookie management in http_response.hpp;
3+
4+ -- Sebastiano Merlino <electrictwister2000@gmail.com> Fri, 16 Nov 2012 13:01:23 +0100
5+
16libhttpserver (0.6.1) unstable; urgency=low
27 * Solved problems in cache management;
38
You can’t perform that action at this time.
0 commit comments