Navigation


Changeset 1131:1646deafe7ab in freeDiameter for contrib


Ignore:
Timestamp:
May 15, 2013, 12:53:50 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Updated changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/debian/changelog

    r1123 r1131  
    22
    33  * Major changes in the logging system to be more syslog and user friendly
    4   * Host-IP-Address AVP: now piggy-tail the port number by default. Disable with ADDRESS_AVP_INCLUDE_PORT:BOOL=OFF.
    54  * New extension: dict_dcca_3gpp
    65  * New extension: dict_dcca_starent (Starent DCCA vendor-specific AVPs)
     
    87  * New extension: rt_load_balance (load balancer based on pending queue size).
    98  * New extension: rt_busypeers. See doc/rt_busypeers.conf.sample.
    10   * New extension: dbg_msg_timings. Sample for the hooks mechanism.
     9  * New extension: dbg_msg_timings. Measures timing of message operations.
     10  * New extension: dbg_msg_dumps. Use to vizualize all received and sent messages.
    1111  * New API (fd_hook_*) for extensions to control messages logging & profiling
    1212  * New API (fd_stats_*) for extensions to monitor framework state (e.g. SNMP implem)
    13   * API changes: all the fd_*_dump functions now return strings instead of logging directly.
     13  * API changes: all the fd_*_dump functions now return malloc'd strings instead of logging directly.
    1414  * Updated dbg_monitoring extension to use the new API
    1515  * New script to generate dictionary extensions from org file (see contrib/tools)
    1616  * New compilation option: WORKAROUND_ACCEPT_INVALID_VSAI to improve interoperability.
    1717  * New compilation option: DISABLE_PEER_EXPIRY for use in test environments.
    18   * New compilation option: ADDRESS_AVP_INCLUDE_PORT see above.
     18  * Host-IP-Address AVP: now piggy-tail the port number by default. Disable with ADDRESS_AVP_INCLUDE_PORT:BOOL=OFF.
    1919  * Extensions are now also searched in LD_LIBRARY_PATH.
    2020  * Copy Proxy-Info AVP automatically in new answers.
     
    2424  * New test testmesg_stress to measure message parser performance
    2525  * Fix termination of the framework to avoid failures.
    26   * Fix invalid timespec value in peer PSM appearing randomly.
     26  * Fix invalid timespec value in peer PSM appearing randomly (leading to crash).
    2727
    28  -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 14 May 2013 18:12:24 +0800
     28 -- Sebastien Decugis <sdecugis@freediameter.net>  Wed, 15 May 2013 11:50:09 +0800
    2929
    3030freediameter (1.1.6) UNRELEASED; urgency=low
Note: See TracChangeset for help on using the changeset viewer.