changeset 929:c1659c40239d

Preparing for release 1.1.6
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 03 Mar 2013 07:58:12 +0100
parents 5053f1abcf5d
children 64d8ba7976d0
files CMakeLists.txt contrib/debian/changelog contrib/debian/update_changelog.txt
diffstat 3 files changed, 18 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Mar 03 07:57:34 2013 +0100
+++ b/CMakeLists.txt	Sun Mar 03 07:58:12 2013 +0100
@@ -11,10 +11,10 @@
 # Version of the source code
 SET(FD_PROJECT_VERSION_MAJOR 1)
 SET(FD_PROJECT_VERSION_MINOR 1)
-SET(FD_PROJECT_VERSION_REV 5)
+SET(FD_PROJECT_VERSION_REV 6)
 
 # Version of the API with the library
-SET(FD_PROJECT_VERSION_API 4)
+SET(FD_PROJECT_VERSION_API 5)
 
 # The test framework, using CTest and CDash.
 INCLUDE(CTest)
--- a/contrib/debian/changelog	Sun Mar 03 07:57:34 2013 +0100
+++ b/contrib/debian/changelog	Sun Mar 03 07:58:12 2013 +0100
@@ -1,3 +1,18 @@
+freediameter (1.1.6) UNRELEASED; urgency=low
+
+  * Fix major issue in 1.1.5 preventing to send answers to a received message.
+  * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING )
+  * Improved parsing error handling and Failed-AVP generation.
+  * Added support for some timings measurements in freeDiameter (in the logs)
+  * Fix port handling when using non-default port.
+  * Some cleanups in several dictionary files.
+  * New option to fd_dict_search: AVP_BY_STRUCT
+  * Improved compatibility with C++ compilers.
+  * Cleanups in sessions creation/destruction to avoid memory corruption under stress.
+  * Add support for "include" directive in freeDiameter.conf file.
+
+ -- Sebastien Decugis <sdecugis@freediameter.net>  Sun, 03 Mar 2013 07:40:43 +0100
+
 freediameter (1.1.5) UNRELEASED; urgency=low
 
   * Added compatibility with MAC OS X
--- a/contrib/debian/update_changelog.txt	Sun Mar 03 07:57:34 2013 +0100
+++ b/contrib/debian/update_changelog.txt	Sun Mar 03 07:58:12 2013 +0100
@@ -1,3 +1,3 @@
-new release: dch -v 1.0.3 -D UNRELEASED
+new release: dch -v 1.0.3 -D UNRELEASED --release-heuristic log
 Simple addition: dch "changelog entry text"
 
"Welcome to our mercurial repository"