File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed
Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1+ Wed Apr 15 01:40:11 2015 +0000
2+ Support build on MacOsX
3+ Improved support for CI on travis
4+ Solved bug on event_supplier registering
5+ Solved bug on standardize_url to avoid removing root
6+ Change cycle_callback_ptr so that buffer can be modified
7+ Moved to version 0.9.0
8+
19Sun Jul 23 02:46:20 2014 +0100
210 Support for building on MinGW/Cygwin systems
311 min libmicrohttpd version moved to 0.9.37
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] ,[ 8 ] ) dnl
25- m4_define ( [ libhttpserver_REVISION] ,[ 2 ] ) dnl
24+ m4_define ( [ libhttpserver_MINOR_VERSION] ,[ 9 ] ) 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.9.0) unstable; urgency=low
2+ * Support build on MacOsX
3+ * Improved support for CI on travis
4+ * Solved bug on event_supplier registering
5+ * Solved bug on standardize_url to avoid removing root
6+ * Change cycle_callback_ptr so that buffer can be modified
7+ * Moved to version 0.9.0
8+
9+ -- Sebastiano Merlino <electrictwister2000@gmail.com> Wed, 15 Apr 2015 01:40:11 +0000
10+
111libhttpserver (0.8.0) unstable; urgency=low
212 * Support for building on MinGW/Cygwin systems
313 * min libmicrohttpd version moved to 0.9.37
Original file line number Diff line number Diff line change 11Files: *
2- Copyright: (C) 2011-2012 Sebastiano Merlino <electrictwister2000@gmail.com>
2+ Copyright: (C) 2011-2015 Sebastiano Merlino <electrictwister2000@gmail.com>
33License: LGPL-2.1+
44
55Files: doc/*
6- Copyright: (C) 2011-2012 Sebastiano Merlino <electrictwister2000@gmail.com>
6+ Copyright: (C) 2011-2015 Sebastiano Merlino <electrictwister2000@gmail.com>
77
88License: GFDL-1.3+
99 Permission is granted to copy, distribute and/or modify this document
You can’t perform that action at this time.
0 commit comments