X Tutup
Skip to content

Commit 6a81bfe

Browse files
author
Sebastiano Merlino
committed
Moved to version 0.7.2
1 parent 6f53906 commit 6a81bfe

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
Sat Jan 25 16:31:03 2014 +0100
27
Cleaned-up webserver.cpp code to extract secondary classes
38
Enforced immutability of webserver class

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],[7])dnl
25-
m4_define([libhttpserver_REVISION],[1])dnl
25+
m4_define([libhttpserver_REVISION],[2])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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
libhttpserver (0.7.1) unstable; urgency=low
28
* Improved methods constness
39

0 commit comments

Comments
 (0)
X Tutup