# HG changeset patch # User Sebastien Decugis # Date 1368526895 -28800 # Node ID 8027ffc7641e7fa309b8ea957b208cc18c2c488f # Parent d4371b7aa0ffdf4734f160aaaa7a8953db39ec39 Updated changelog diff -r d4371b7aa0ff -r 8027ffc7641e contrib/debian/changelog --- a/contrib/debian/changelog Tue May 14 18:01:31 2013 +0800 +++ b/contrib/debian/changelog Tue May 14 18:21:35 2013 +0800 @@ -1,11 +1,13 @@ freediameter (1.2.0) UNRELEASED; urgency=low * Major changes in the logging system to be more syslog and user friendly + * Host-IP-Address AVP: now piggy-tail the port number by default. Disable with ADDRESS_AVP_INCLUDE_PORT:BOOL=OFF. * 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). * New extension: rt_load_balance (load balancer based on pending queue size). * New extension: rt_busypeers. See doc/rt_busypeers.conf.sample. + * New extension: dbg_msg_timings. Sample for the hooks mechanism. * 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 strings instead of logging directly. @@ -13,14 +15,17 @@ * New script to generate dictionary extensions from org file (see contrib/tools) * New compilation option: WORKAROUND_ACCEPT_INVALID_VSAI to improve interoperability. * New compilation option: DISABLE_PEER_EXPIRY for use in test environments. + * New compilation option: ADDRESS_AVP_INCLUDE_PORT see above. * Extensions are now also searched in LD_LIBRARY_PATH. * Copy Proxy-Info AVP automatically in new answers. * Port value 0 allowed in configuration to disable local server (e.g. disable non-secure port). * API change: fd_msg_send_timeout now takes a separate callback for timeout situation. * Function changes: fd_msg_dump_* now split in three different type of output. * New test testmesg_stress to measure message parser performance + * Fix termination of the framework to avoid failures. + * Fix invalid timespec value in peer PSM appearing randomly. - -- Sebastien Decugis Mon, 06 May 2013 10:45:26 +0800 + -- Sebastien Decugis Tue, 14 May 2013 18:12:24 +0800 freediameter (1.1.6) UNRELEASED; urgency=low