File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ Sebastiano Merlino <electrictwister2000@gmail.com> (maintainer)
44Code contributions also came from:
55Dario Mazza <dariomzz@gmail.com>
66Andrea Nicotra <nicotra.andrea@gmail.com>
7+ Jeff Waller <truthset@gmail.com>
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] ,[ 7] ) 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 1+ libhttpserver (0.7.1) unstable; urgency=low
2+ * Improved methods constness
3+
4+ -- Sebastiano Merlino <electrictwister2000@gmail.com> Sat, 22 Feb 2014 10:58:02 +0100
5+
16libhttpserver (0.7.0) unstable; urgency=low
27 * Cleaned-up webserver.cpp code to extract secondary classes
38 * Enforced immutability of webserver class
You can’t perform that action at this time.
0 commit comments