Navigation


Changeset 1368:a1571234c09b in freeDiameter for contrib


Ignore:
Timestamp:
Jun 9, 2019, 11:02:52 PM (5 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fill in more changes into the changelog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/debian/changelog

    r1308 r1368  
    1 freediameter (1.2.1) UNRELEASED; urgency=low
     1freediameter (1.3.2) RELEASED; urgency=low
     2
     3  * loadtest_cc: new extension: generates random
     4    Credit-Control-Requests and counts how many are answered/give an
     5    error/get no answer. Start it with SIGUSR2, stop it with a second
     6    SIGUSR2. Statistics are printed on exit.
     7  * test_cc: new extension. Automatically replies to
     8    Credit-Control-Requests. Copies minimally necessary data from
     9    the Request.
     10
     11freediameter (1.3.1) RELEASED; urgency=low
     12
     13  * acl_wl: add configuration reload support (using SIGUSR1).
     14  * Reduce deprecation warnings.
     15
     16freediameter (1.3.0) RELEASED; urgency=low
     17
     18  * test_as: new extension. Automatically replies to Abort-Session-Requests
     19    with a diameter success message.
     20  * dbg_loglevel: new extension. Reads debug level from config file
     21    and supports configuration reload using SIGUSR1; this allows
     22    changing the loglevel at runtime.
     23  * rt_rewrite: new extension. Modify messages - move data from one
     24    AVP to another or drop AVPs completely.
     25  * rt_deny_by_size: new extension. discard Diameter messages that are
     26    larger than a configurable size. Has reload support (using
     27    SIGUSR1).
     28  * freeDiameterd: add syslog() support ('-s' command line flag)
     29  * rt_ereg: add configuration reload support (using SIGUSR1). Support
     30    grouped AVPs. Support multiple separate AVPs.
     31  * rt_default: add configuration reload support (using SIGUSR1)
     32  * Various bugfixes
     33
     34freediameter (1.2.1) RELEASED; urgency=low
    235
    336  * New extension: rt_randomize (load-balancing on possible destinations)
     
    1952 -- Sebastien Decugis <sdecugis@freediameter.net>  Sat, 30 Jan 2016 23:38:03 +0800
    2053
    21 freediameter (1.2.0) UNRELEASED; urgency=low
     54freediameter (1.2.0) RELEASED; urgency=low
    2255
    2356  * Major changes in the logging system to be more syslog and production friendly
     
    5790 -- Sebastien Decugis <sdecugis@freediameter.net>  Sat, 14 Sep 2013 18:08:07 +0800
    5891
    59 freediameter (1.1.6) UNRELEASED; urgency=low
     92freediameter (1.1.6) RELEASED; urgency=low
    6093
    6194  * Fix major issue in 1.1.5 preventing to send answers to a received message.
     
    72105 -- Sebastien Decugis <sdecugis@freediameter.net>  Sun, 03 Mar 2013 07:40:43 +0100
    73106
    74 freediameter (1.1.5) UNRELEASED; urgency=low
     107freediameter (1.1.5) RELEASED; urgency=low
    75108
    76109  * Added compatibility with MAC OS X
     
    81114 -- Sebastien Decugis <sdecugis@freediameter.net>  Sat, 03 Nov 2012 17:58:11 +0100
    82115
    83 freediameter (1.1.4) UNRELEASED; urgency=low
     116freediameter (1.1.4) RELEASED; urgency=low
    84117
    85118  * Compatibility with GnuTLS 3.x versions / updated packaging files accordingly
     
    90123 -- Sebastien Decugis <sdecugis@freediameter.net>  Fri, 24 Aug 2012 00:17:05 +0200
    91124
    92 freediameter (1.1.3) UNRELEASED; urgency=low
     125freediameter (1.1.3) RELEASED; urgency=low
    93126
    94127  * Fixed a memory leak
     
    97130 -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 03 Jul 2012 08:15:49 +0200
    98131
    99 freediameter (1.1.2) UNRELEASED; urgency=low
     132freediameter (1.1.2) RELEASED; urgency=low
    100133
    101134  * FIFO queues are now capped to avoid memory exhaustion.
     
    109142 -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 21 Feb 2012 18:38:10 +0100
    110143
    111 freediameter (1.1.1) UNRELEASED; urgency=low
     144freediameter (1.1.1) RELEASED; urgency=low
    112145
    113146  * Bug fix release
     
    118151 -- Sebastien Decugis <sdecugis@nict.go.jp>  Fri, 30 Sep 2011 21:56:50 +0200
    119152
    120 freediameter (1.1.0) UNRELEASED; urgency=low
    121 
    122   * Source package restructured. Most of the 
     153freediameter (1.1.0) RELEASED; urgency=low
     154
     155  * Source package restructured. Most of the
    123156    framework now contained in the libfdcore library.
    124157    libfreeDiameter renamed as libfdproto.
     
    132165  * Allow default signals such as SIGTSTP (ctrl-z) to be used with
    133166    freeDiameterd
    134   * Improved DiameterIdentity handling (esp. interationalization issues), 
    135     and improve efficiency of some string operations in peers, sessions, 
     167  * Improved DiameterIdentity handling (esp. interationalization issues),
     168    and improve efficiency of some string operations in peers, sessions,
    136169    and dictionary modules (closes #7)
    137170  * Cleanup in the session module to free only unreferenced sessions (#16)
    138171  * Removed fd_cpu_flush_cache(), replaced by more robust alternatives.
    139   * Improved peer state machine algorithm to counter SCTP multistream race 
     172  * Improved peer state machine algorithm to counter SCTP multistream race
    140173    condition.
    141174  * New extension rt_redirect.fdx that handles the Diameter Redirect errors.
    142   * New extension app_redirect that allows sending Redirect indications to 
     175  * New extension app_redirect that allows sending Redirect indications to
    143176    other peers. See doc/app_redirect.conf.sample for more information.
    144177  * Added incomplete dictionary extension for rfc4006 (DCCA), courtesy
     
    147180 -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 29 Mar 2011 10:41:19 +0900
    148181
    149 freediameter (1.0.4) UNRELEASED; urgency=low
    150 
    151   * Added new API to specify timeout on receiving answer (#10) 
     182freediameter (1.0.4) RELEASED; urgency=low
     183
     184  * Added new API to specify timeout on receiving answer (#10)
    152185  * Bumped API version number accordingly.
    153186  * New test_netemul extension (simple network emulator proxy)
     
    156189 -- Sebastien Decugis <sdecugis@nict.go.jp>  Tue, 11 Jan 2011 12:28:22 +0900
    157190
    158 freediameter (1.0.3) UNRELEASED; urgency=low
     191freediameter (1.0.3) RELEASED; urgency=low
    159192
    160193  * Fixed a couple of issues for portability (#21, #22, #23)
     
    162195  * Added dictionary support for MIPv6 application objects.
    163196  * Added dictionary support for legacy XML files.
    164   * Added python interface dbg_interactive (experimental). 
     197  * Added python interface dbg_interactive (experimental).
    165198  * Added parameters to fd_disp_register() and fd_sess_handler_create(),
    166199    Bumped API version number accordingly.
     
    168201 -- Sebastien Decugis <sdecugis@nict.go.jp>  Tue, 14 Dec 2010 11:39:29 +0900
    169202
    170 freediameter (1.0.2) UNRELEASED; urgency=low
     203freediameter (1.0.2) RELEASED; urgency=low
    171204
    172205  * Fix an issue in app_diameap.fdx with user names (#18)
    173   * Allow DH parameters loaded from a file (#17) 
     206  * Allow DH parameters loaded from a file (#17)
    174207  * Fixed a few compilation warnings on 64bits architectures.
    175208  * New ALL_EXTENSIONS build option.
     
    177210 -- Sebastien Decugis <sdecugis@nict.go.jp>  Wed, 27 Oct 2010 11:17:32 +0900
    178211
    179 freediameter (1.0.1) UNRELEASED; urgency=low
     212freediameter (1.0.1) RELEASED; urgency=low
    180213
    181214  * app_acct.fdx: new set of PHP scripts available in source
     
    199232freediameter (1.0.0-2) experimental; urgency=low
    200233
    201   * Official release 1.0.0 
     234  * Official release 1.0.0
    202235
    203236 -- Sebastien Decugis <sdecugis@nict.go.jp>  Thu, 29 Jul 2010 17:27:13 +0900
     
    206239
    207240  * Initial Release.
    208  
     241
    209242 -- Sebastien Decugis <sdecugis@nict.go.jp>  Wed, 19 May 2010 15:36:54 +0900
Note: See TracChangeset for help on using the changeset viewer.