changeset 647:a13d3dcd2f1b

Prepared for next bugfix release
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 04 Jan 2011 16:21:08 +0900
parents cfc8da9264f4
children ae29bf971f20
files CMakeLists.txt contrib/debian/changelog
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jan 04 16:20:50 2011 +0900
+++ b/CMakeLists.txt	Tue Jan 04 16:21:08 2011 +0900
@@ -6,15 +6,15 @@
 # Informations to display in daemon's help
 SET(FD_PROJECT_NAME freeDiameter)
 SET(FD_PROJECT_BINARY freeDiameterd)
-SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2009, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
+SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2011, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
 
 # Version of the source code
 SET(FD_PROJECT_VERSION_MAJOR 1)
 SET(FD_PROJECT_VERSION_MINOR 0)
-SET(FD_PROJECT_VERSION_REV 3)
+SET(FD_PROJECT_VERSION_REV 4)
 
 # Version of the API with the library
-SET(FD_PROJECT_VERSION_API 2)
+SET(FD_PROJECT_VERSION_API 3)
 
 # The test framework, using CTest and CDash.
 INCLUDE(CTest)
--- a/contrib/debian/changelog	Tue Jan 04 16:20:50 2011 +0900
+++ b/contrib/debian/changelog	Tue Jan 04 16:21:08 2011 +0900
@@ -1,3 +1,10 @@
+freediameter (1.0.4) UNRELEASED; urgency=low
+
+  * Added new option to specify timeout on receiving answer (#10) 
+  * Bumped API version number accordingly.
+
+ -- Sebastien Decugis <sdecugis@nict.go.jp>  Tue, 04 Jan 2011 16:18:53 +0900
+
 freediameter (1.0.3) UNRELEASED; urgency=low
 
   * Fixed a couple of issues for portability (#21, #22, #23)
"Welcome to our mercurial repository"