File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ Sat Mar 23 15:22:40 2014 +0100
2+ Continue the cleanup reducing webserver.cpp responsibilities
3+ Deep work on documentation
4+ Moved to version 0.7.2
5+
16Sat Jan 25 16:31:03 2014 +0100
27 Cleaned-up webserver.cpp code to extract secondary classes
38 Enforced immutability of webserver class
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] ,[ 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.7.2) unstable; urgency=low
2+ * Documentation updates
3+ * Reduced responsibilities of webserver class
4+
5+ -- Sebastiano Merlino <electrictwister2000@gmail.com> Sat, 23 Mar 2014 15:23:40 +0100
6+
17libhttpserver (0.7.1) unstable; urgency=low
28 * Improved methods constness
39
You can’t perform that action at this time.
0 commit comments