File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ Sat Jan 25 16:31:03 2014 +0100
2+ Cleaned-up webserver.cpp code to extract secondary classes
3+ Enforced immutability of webserver class
4+ Enabled library to compile on g++ 4.1.2
5+
16Wed Oct 31 17:59:40 2012 +0100
27 Added parameter in http_response to specify if it needs to be deleted by
38 WS - Sebastiano Merlino
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] ,[ 6 ] ) dnl
25- m4_define ( [ libhttpserver_REVISION] ,[ 3 ] ) dnl
24+ m4_define ( [ libhttpserver_MINOR_VERSION] ,[ 7 ] ) 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.7.0) unstable; urgency=low
2+ * Cleaned-up webserver.cpp code to extract secondary classes
3+ * Enforced immutability of webserver class
4+ * Enabled library to compile on g++ 4.1.2
5+
6+ -- Sebastiano Merlino <electrictwister2000@gmail.com> Sat, 25 Jan 2014 16:31:03 +0100
7+
18libhttpserver (0.6.3) unstable; urgency=low
29 * Fixed some bugs in exception management
310
You can’t perform that action at this time.
0 commit comments