Skip to content

Commit 5063054

Browse files
author
Sebastiano Merlino
committed
moved to version 0.7.0
1 parent 71f224c commit 5063054

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Sat Jan 25 16:31:03 2014 +0100
2+
Cleaned-up webserver.cpp code to extract secondary classes
3+
Enforced immutability of webserver class
4+
Enabled library to compile on g++ 4.1.2
5+
16
Wed Oct 31 17:59:40 2012 +0100
27
Added parameter in http_response to specify if it needs to be deleted by
38
WS - Sebastiano Merlino

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
AC_PREREQ(2.57)
2323
m4_define([libhttpserver_MAJOR_VERSION],[0])dnl
24-
m4_define([libhttpserver_MINOR_VERSION],[6])dnl
25-
m4_define([libhttpserver_REVISION],[3])dnl
24+
m4_define([libhttpserver_MINOR_VERSION],[7])dnl
25+
m4_define([libhttpserver_REVISION],[0])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])

debian/changelog.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
libhttpserver (0.7.0) unstable; urgency=low
2+
* Cleaned-up webserver.cpp code to extract secondary classes
3+
* Enforced immutability of webserver class
4+
* Enabled library to compile on g++ 4.1.2
5+
6+
-- Sebastiano Merlino <electrictwister2000@gmail.com> Sat, 25 Jan 2014 16:31:03 +0100
7+
18
libhttpserver (0.6.3) unstable; urgency=low
29
* Fixed some bugs in exception management
310

0 commit comments

Comments
 (0)