# HG changeset patch # User Sebastien Decugis # Date 1329846374 -3600 # Node ID 69ef21d4a7fea3a812bf19b909df8e56c43adce8 # Parent 867156be8353eb4afc6576e8dd629c7fbb28a525 Bug fix release 1.1.2 diff -r 867156be8353 -r 69ef21d4a7fe CMakeLists.txt --- 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) diff -r 867156be8353 -r 69ef21d4a7fe contrib/debian/changelog --- 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 Tue, 21 Feb 2012 18:38:10 +0100 + freediameter (1.1.1) UNRELEASED; urgency=low * Bug fix release