Skip to content

Commit f94d2cb

Browse files
author
Sebastiano Merlino
committed
Changed version to v0.5.4
1 parent b4e696b commit f94d2cb

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

ChangeLog

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Tue Oct 30 12:52:04 2012 +0100
2+
Changed version to 0.5.3
3+
Added grow method to http_request - Sebastiano Merlino
4+
15
Tue Oct 23 12:46:48 2012 +0200
26
Changed version from 0.5.1 to 0.5.2 - Sebastiano Merlino
37

@@ -189,21 +193,5 @@ Sat Jul 7 16:18:56 2012 +0200
189193

190194
Sat Jun 23 14:33:26 2012 +0200
191195
Modified in order to standardize doxygen generation.
192-
Altered file response management in order to avoid huge memory consumption
193-
that was due to the usage of libmicrohttpd native file readers - Sebastiano Merlino
194-
195-
Sun Jun 3 11:24:57 2012 +0200
196-
Changed http_endpoint, http_request, http_resource, http_response visibility in order to avoid constructions.
197-
Solved a problem (in ruby wrapper) due to the inlining of http_endpoint destructor
198-
Changed Test.hpp/Test.cpp in order to follow new interface - Sebastiano Merlino
199-
200-
Fri Jun 1 22:19:13 2012 +0200
201-
Merge branch 'master' of github.com:etr/libhttpserver
202-
Conflicts:
203-
src/httpserver/http_request.hpp
204-
src/httpserver/http_response.hpp
205-
src/webserver.cpp - Sebastiano Merlino
206-
207-
Fri Jun 1 22:02:06 2012 +0200
208-
Modified in order to follow gnu guidelines for interfaces - Sebastiano Merlino
196+
Altered file response management in order to avoid huge memory consumption - Sebastiano Merlino
209197

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
AC_PREREQ(2.57)
2323
m4_define([libhttpserver_MAJOR_VERSION],[0])dnl
2424
m4_define([libhttpserver_MINOR_VERSION],[5])dnl
25-
m4_define([libhttpserver_REVISION],[3])dnl
25+
m4_define([libhttpserver_REVISION],[4])dnl
2626
m4_define([libhttpserver_PKG_VERSION],[libhttpserver_MAJOR_VERSION.libhttpserver_MINOR_VERSION.libhttpserver_REVISION])dnl
2727
m4_define([libhttpserver_LDF_VERSION],[libhttpserver_MAJOR_VERSION:libhttpserver_MINOR_VERSION:libhttpserver_REVISION])dnl
2828
AC_INIT([libhttpserver], libhttpserver_PKG_VERSION, [electrictwister2000@gmail.com])

0 commit comments

Comments
 (0)