# HG changeset patch # User Sebastien Decugis # Date 1362293892 -3600 # Node ID c1659c40239d8fc2bfa07256b0e69f0cdbb9476e # Parent 5053f1abcf5da0f38747b3356879bea13d2ecee8 Preparing for release 1.1.6 diff -r 5053f1abcf5d -r c1659c40239d CMakeLists.txt --- 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) diff -r 5053f1abcf5d -r c1659c40239d contrib/debian/changelog --- 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 Sun, 03 Mar 2013 07:40:43 +0100 + freediameter (1.1.5) UNRELEASED; urgency=low * Added compatibility with MAC OS X diff -r 5053f1abcf5d -r c1659c40239d contrib/debian/update_changelog.txt --- 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"