changeset 780:69ef21d4a7fe 1.1.2

Bug fix release 1.1.2
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 21 Feb 2012 18:46:14 +0100
parents 867156be8353
children a6a126497666
files CMakeLists.txt contrib/debian/changelog
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Jan 27 07:41:22 2012 +0100
+++ b/CMakeLists.txt	Tue Feb 21 18:46:14 2012 +0100
@@ -11,7 +11,7 @@
 # Version of the source code
 SET(FD_PROJECT_VERSION_MAJOR 1)
 SET(FD_PROJECT_VERSION_MINOR 1)
-SET(FD_PROJECT_VERSION_REV 1)
+SET(FD_PROJECT_VERSION_REV 2)
 
 # Version of the API with the library
 SET(FD_PROJECT_VERSION_API 4)
--- a/contrib/debian/changelog	Fri Jan 27 07:41:22 2012 +0100
+++ b/contrib/debian/changelog	Tue Feb 21 18:46:14 2012 +0100
@@ -1,3 +1,15 @@
+freediameter (1.1.2) UNRELEASED; urgency=low
+
+  * FIFO queues are now capped to avoid memory exhaustion.
+  * Cleanups in MIPv6 dictionaries.
+  * app_acct upgraded: enabled vendor-specific AVP logging, thread-safe version.
+  * New function: fd_dict_getlistof to list dictionary contents.
+  * New function: fd_dict_delete to remove an entry (dangerous function!)
+  * New function: fd_sess_getcount to get count of session objects.
+  * A few additional bug fixes, check hg log for details.
+
+ -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 21 Feb 2012 18:38:10 +0100
+
 freediameter (1.1.1) UNRELEASED; urgency=low
 
   * Bug fix release
"Welcome to our mercurial repository"