# HG changeset patch # User Sebastien Decugis # Date 1379153315 -28800 # Node ID 0b240b3a7320e86719b558fae7c48eb3aa31b369 # Parent 0b4abb03bcaf7ca43715e0de0cf21b40d2ce9882 Updated changelog diff -r 0b4abb03bcaf -r 0b240b3a7320 contrib/debian/changelog --- a/contrib/debian/changelog Wed Sep 04 02:14:31 2013 +0200 +++ b/contrib/debian/changelog Sat Sep 14 18:08:35 2013 +0800 @@ -1,6 +1,6 @@ freediameter (1.2.0) UNRELEASED; urgency=low - * Major changes in the logging system to be more syslog and user friendly + * Major changes in the logging system to be more syslog and production friendly * New extension: dict_dcca_3gpp * New extension: dict_dcca_starent (Starent DCCA vendor-specific AVPs) * New extension: rt_ignore_dh (hide network topology by proxying Destination-Host). @@ -10,7 +10,8 @@ * New extension: dbg_msg_dumps. Use to control hooks display. * New API (fd_hook_*) for extensions to control messages logging & profiling * New API (fd_stats_*) for extensions to monitor framework state (e.g. SNMP implem) - * API changes: all the fd_*_dump functions now return malloc'd strings instead of logging directly. + * API change: all the fd_*_dump functions now return malloc'd strings instead of logging directly. + * API change: callback parameter of fd_rt_out_register had its signature updated. * Updated dbg_monitoring extension to use the new API * New script to generate dictionary extensions from org file (see contrib/tools) * New compilation option: WORKAROUND_ACCEPT_INVALID_VSAI to improve compatibility @@ -30,8 +31,10 @@ * Using default secure Diameter port number 5658 as per RFC 6733 * Updated TLS code for performance improvements with new GNU TLS. * Fix interlocking problem when large number of requests were failed over. + * New option in test_app.fdx extension for long messages payload. + * Performance improvement in message sending code path. - -- Sebastien Decugis Fri, 14 Jun 2013 17:36:07 +0800 + -- Sebastien Decugis Sat, 14 Sep 2013 18:08:07 +0800 freediameter (1.1.6) UNRELEASED; urgency=low