# HG changeset patch # User Sebastien Decugis # Date 1435024814 -28800 # Node ID 2fbee0e39c04962ed10fbf2241036b7cb9ea03c9 # Parent f02561ecd19ac9f5cc535383a7197662b2bc4ad5 Small edits in the changelog diff -r f02561ecd19a -r 2fbee0e39c04 contrib/debian/changelog --- a/contrib/debian/changelog Fri Jun 19 01:39:02 2015 +0800 +++ b/contrib/debian/changelog Tue Jun 23 10:00:14 2015 +0800 @@ -1,12 +1,12 @@ -freediameter (1.2.1) UNRELEASED; urgency=medium +freediameter (1.2.1) UNRELEASED; urgency=low * New extension: rt_randomize (load-balancing on possible destinations) * New contrib: Gx extension. - * rt_redirect.fdx improvement: use a hash table. Thanks Thomas. + * rt_redirect.fdx and rt_load_balance.fdx improvement: use a hash table. Thanks Thomas. * Simplified log output. Old output can be recovered with DEBUG_WITH_META build option. - * Improvements on internal counters. + * Updated the internal counters for finer control on the load. * Fixes in message expiry mechanism. - * Improvements on error messages format. + * Bug fixes in error messages generation. * Improvements on shutdown sequence handling. * Improvements to the dict_dcca_* extensions. * Improved default CMake configuration.