comparison contrib/debian/changelog @ 1209:08e72b858f03 1.2.0-rc2

Updated history
author Sebastien Decugis <sdecugis@freediameter.net>
date Fri, 14 Jun 2013 17:36:25 +0800
parents 60e7b02a3ce7
children 0b240b3a7320
comparison
equal deleted inserted replaced
1208:906b1e409076 1209:08e72b858f03
5 * New extension: dict_dcca_starent (Starent DCCA vendor-specific AVPs) 5 * New extension: dict_dcca_starent (Starent DCCA vendor-specific AVPs)
6 * New extension: rt_ignore_dh (hide network topology by proxying Destination-Host). 6 * New extension: rt_ignore_dh (hide network topology by proxying Destination-Host).
7 * New extension: rt_load_balance (load balancer based on pending queue size). 7 * New extension: rt_load_balance (load balancer based on pending queue size).
8 * New extension: rt_busypeers. See doc/rt_busypeers.conf.sample. 8 * New extension: rt_busypeers. See doc/rt_busypeers.conf.sample.
9 * New extension: dbg_msg_timings. Measures timing of message operations. 9 * New extension: dbg_msg_timings. Measures timing of message operations.
10 * New extension: dbg_msg_dumps. Use to visualize all received and sent messages. 10 * New extension: dbg_msg_dumps. Use to control hooks display.
11 * New API (fd_hook_*) for extensions to control messages logging & profiling 11 * New API (fd_hook_*) for extensions to control messages logging & profiling
12 * New API (fd_stats_*) for extensions to monitor framework state (e.g. SNMP implem) 12 * New API (fd_stats_*) for extensions to monitor framework state (e.g. SNMP implem)
13 * API changes: all the fd_*_dump functions now return malloc'd strings instead of logging directly. 13 * API changes: all the fd_*_dump functions now return malloc'd strings instead of logging directly.
14 * Updated dbg_monitoring extension to use the new API 14 * Updated dbg_monitoring extension to use the new API
15 * New script to generate dictionary extensions from org file (see contrib/tools) 15 * New script to generate dictionary extensions from org file (see contrib/tools)
27 * Return DIAMETER_LOOP_DETECTED if local peer in the Route-Record list of a message. 27 * Return DIAMETER_LOOP_DETECTED if local peer in the Route-Record list of a message.
28 * Allow running without TLS configuration. 28 * Allow running without TLS configuration.
29 * Upgraded SCTP code to comply with RFC 6458 29 * Upgraded SCTP code to comply with RFC 6458
30 * Using default secure Diameter port number 5658 as per RFC 6733 30 * Using default secure Diameter port number 5658 as per RFC 6733
31 * Updated TLS code for performance improvements with new GNU TLS. 31 * Updated TLS code for performance improvements with new GNU TLS.
32 * Fix interlocking problem when large number of requests were failed over.
32 33
33 -- Sebastien Decugis <sdecugis@freediameter.net> Mon, 10 Jun 2013 12:03:59 +0800 34 -- Sebastien Decugis <sdecugis@freediameter.net> Fri, 14 Jun 2013 17:36:07 +0800
34 35
35 freediameter (1.1.6) UNRELEASED; urgency=low 36 freediameter (1.1.6) UNRELEASED; urgency=low
36 37
37 * Fix major issue in 1.1.5 preventing to send answers to a received message. 38 * Fix major issue in 1.1.5 preventing to send answers to a received message.
38 * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING ) 39 * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING )
"Welcome to our mercurial repository"