File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed 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] ,[ 2 ] ) dnl
24+ m4_define ( [ libhttpserver_MINOR_VERSION] ,[ 3 ] ) dnl
2525m4_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
Original file line number Diff line number Diff line change 1+ libhttpserver (0.3.0) unstable; urgency=low
2+ * Improved performaces
3+ * Added capability to register default error pages
4+
5+ -- Sebastiano Merlino <electrictwister2000@gmail.com> Sun, 26 Aug 2012 19:00:42 +0200
6+
17libhttpserver (0.2.0) unstable; urgency=low
28
39 * Deb target now seems to work really
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ includedir=@includedir@
66Name: libhttpserver
77Description: A C++ library for creating an embedded Rest HTTP server
88Version: @VERSION@
9- Requires: libmicrohttpd >= 0.9.9
9+ Requires: libmicrohttpd >= 0.9.7
1010Conflicts:
1111Libs: -L${libdir} -lmicrohttpd
1212Libs.private: @LHT_LIBDEPS@
You can’t perform that action at this time.
0 commit comments