changeset 1368:a1571234c09b

Fill in more changes into the changelog.
author Thomas Klausner <tk@giga.or.at>
date Sun, 09 Jun 2019 16:02:52 +0200
parents 76968748fb33
children f1bbcab403a6
files contrib/debian/changelog
diffstat 1 files changed, 56 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/debian/changelog	Sun Jun 09 15:44:52 2019 +0200
+++ b/contrib/debian/changelog	Sun Jun 09 16:02:52 2019 +0200
@@ -1,4 +1,37 @@
-freediameter (1.2.1) UNRELEASED; urgency=low
+freediameter (1.3.2) RELEASED; urgency=low
+
+  * loadtest_cc: new extension: generates random
+    Credit-Control-Requests and counts how many are answered/give an
+    error/get no answer. Start it with SIGUSR2, stop it with a second
+    SIGUSR2. Statistics are printed on exit.
+  * test_cc: new extension. Automatically replies to
+    Credit-Control-Requests. Copies minimally necessary data from
+    the Request.
+
+freediameter (1.3.1) RELEASED; urgency=low
+
+  * acl_wl: add configuration reload support (using SIGUSR1).
+  * Reduce deprecation warnings.
+
+freediameter (1.3.0) RELEASED; urgency=low
+
+  * test_as: new extension. Automatically replies to Abort-Session-Requests
+    with a diameter success message.
+  * dbg_loglevel: new extension. Reads debug level from config file
+    and supports configuration reload using SIGUSR1; this allows
+    changing the loglevel at runtime.
+  * rt_rewrite: new extension. Modify messages - move data from one
+    AVP to another or drop AVPs completely.
+  * rt_deny_by_size: new extension. discard Diameter messages that are
+    larger than a configurable size. Has reload support (using
+    SIGUSR1).
+  * freeDiameterd: add syslog() support ('-s' command line flag)
+  * rt_ereg: add configuration reload support (using SIGUSR1). Support
+    grouped AVPs. Support multiple separate AVPs.
+  * rt_default: add configuration reload support (using SIGUSR1)
+  * Various bugfixes
+
+freediameter (1.2.1) RELEASED; urgency=low
 
   * New extension: rt_randomize (load-balancing on possible destinations)
   * New contrib: Gx extension.
@@ -18,7 +51,7 @@
 
  -- Sebastien Decugis <sdecugis@freediameter.net>  Sat, 30 Jan 2016 23:38:03 +0800
 
-freediameter (1.2.0) UNRELEASED; urgency=low
+freediameter (1.2.0) RELEASED; urgency=low
 
   * Major changes in the logging system to be more syslog and production friendly
   * New extension: dict_dcca_3gpp
@@ -56,7 +89,7 @@
 
  -- Sebastien Decugis <sdecugis@freediameter.net>  Sat, 14 Sep 2013 18:08:07 +0800
 
-freediameter (1.1.6) UNRELEASED; urgency=low
+freediameter (1.1.6) RELEASED; urgency=low
 
   * Fix major issue in 1.1.5 preventing to send answers to a received message.
   * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING )
@@ -71,7 +104,7 @@
 
  -- Sebastien Decugis <sdecugis@freediameter.net>  Sun, 03 Mar 2013 07:40:43 +0100
 
-freediameter (1.1.5) UNRELEASED; urgency=low
+freediameter (1.1.5) RELEASED; urgency=low
 
   * Added compatibility with MAC OS X
   * Fix behavior of timeout whe nsending messages to allow re-send.
@@ -80,7 +113,7 @@
 
  -- Sebastien Decugis <sdecugis@freediameter.net>  Sat, 03 Nov 2012 17:58:11 +0100
 
-freediameter (1.1.4) UNRELEASED; urgency=low
+freediameter (1.1.4) RELEASED; urgency=low
 
   * Compatibility with GnuTLS 3.x versions / updated packaging files accordingly
   * Fix crash on Sparc 64 (possibly other 64b machines)
@@ -89,14 +122,14 @@
 
  -- Sebastien Decugis <sdecugis@freediameter.net>  Fri, 24 Aug 2012 00:17:05 +0200
 
-freediameter (1.1.3) UNRELEASED; urgency=low
+freediameter (1.1.3) RELEASED; urgency=low
 
   * Fixed a memory leak
   * Clean-up of some extensions
 
  -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 03 Jul 2012 08:15:49 +0200
 
-freediameter (1.1.2) UNRELEASED; urgency=low
+freediameter (1.1.2) RELEASED; urgency=low
 
   * FIFO queues are now capped to avoid memory exhaustion.
   * Cleanups in MIPv6 dictionaries.
@@ -108,7 +141,7 @@
 
  -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 21 Feb 2012 18:38:10 +0100
 
-freediameter (1.1.1) UNRELEASED; urgency=low
+freediameter (1.1.1) RELEASED; urgency=low
 
   * Bug fix release
   * Supports newer GNUTLS versions
@@ -117,9 +150,9 @@
 
  -- Sebastien Decugis <sdecugis@nict.go.jp>  Fri, 30 Sep 2011 21:56:50 +0200
 
-freediameter (1.1.0) UNRELEASED; urgency=low
+freediameter (1.1.0) RELEASED; urgency=low
 
-  * Source package restructured. Most of the 
+  * Source package restructured. Most of the
     framework now contained in the libfdcore library.
     libfreeDiameter renamed as libfdproto.
     This closes #15.
@@ -131,52 +164,52 @@
     to RADIUS (closes #25)
   * Allow default signals such as SIGTSTP (ctrl-z) to be used with
     freeDiameterd
-  * Improved DiameterIdentity handling (esp. interationalization issues), 
-    and improve efficiency of some string operations in peers, sessions, 
+  * Improved DiameterIdentity handling (esp. interationalization issues),
+    and improve efficiency of some string operations in peers, sessions,
     and dictionary modules (closes #7)
   * Cleanup in the session module to free only unreferenced sessions (#16)
   * Removed fd_cpu_flush_cache(), replaced by more robust alternatives.
-  * Improved peer state machine algorithm to counter SCTP multistream race 
+  * Improved peer state machine algorithm to counter SCTP multistream race
     condition.
   * New extension rt_redirect.fdx that handles the Diameter Redirect errors.
-  * New extension app_redirect that allows sending Redirect indications to 
+  * New extension app_redirect that allows sending Redirect indications to
     other peers. See doc/app_redirect.conf.sample for more information.
   * Added incomplete dictionary extension for rfc4006 (DCCA), courtesy
     of Konstantin Chekushin <koch@lmt.lv>
 
  -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 29 Mar 2011 10:41:19 +0900
 
-freediameter (1.0.4) UNRELEASED; urgency=low
+freediameter (1.0.4) RELEASED; urgency=low
 
-  * Added new API to specify timeout on receiving answer (#10) 
+  * Added new API to specify timeout on receiving answer (#10)
   * Bumped API version number accordingly.
   * New test_netemul extension (simple network emulator proxy)
   * Improved API compatibility to C++ compilers
 
  -- Sebastien Decugis <sdecugis@nict.go.jp>  Tue, 11 Jan 2011 12:28:22 +0900
 
-freediameter (1.0.3) UNRELEASED; urgency=low
+freediameter (1.0.3) RELEASED; urgency=low
 
   * Fixed a couple of issues for portability (#21, #22, #23)
   * Fixed issue with ListenOn bit ordering (#20)
   * Added dictionary support for MIPv6 application objects.
   * Added dictionary support for legacy XML files.
-  * Added python interface dbg_interactive (experimental). 
+  * Added python interface dbg_interactive (experimental).
   * Added parameters to fd_disp_register() and fd_sess_handler_create(),
     Bumped API version number accordingly.
 
  -- Sebastien Decugis <sdecugis@nict.go.jp>  Tue, 14 Dec 2010 11:39:29 +0900
 
-freediameter (1.0.2) UNRELEASED; urgency=low
+freediameter (1.0.2) RELEASED; urgency=low
 
   * Fix an issue in app_diameap.fdx with user names (#18)
-  * Allow DH parameters loaded from a file (#17) 
+  * Allow DH parameters loaded from a file (#17)
   * Fixed a few compilation warnings on 64bits architectures.
   * New ALL_EXTENSIONS build option.
 
  -- Sebastien Decugis <sdecugis@nict.go.jp>  Wed, 27 Oct 2010 11:17:32 +0900
 
-freediameter (1.0.1) UNRELEASED; urgency=low
+freediameter (1.0.1) RELEASED; urgency=low
 
   * app_acct.fdx: new set of PHP scripts available in source
     contrib/app_acct_tools
@@ -198,12 +231,12 @@
 
 freediameter (1.0.0-2) experimental; urgency=low
 
-  * Official release 1.0.0 
+  * Official release 1.0.0
 
  -- Sebastien Decugis <sdecugis@nict.go.jp>  Thu, 29 Jul 2010 17:27:13 +0900
 
 freediameter (1.0.0-1) experimental; urgency=low
 
   * Initial Release.
-  
+
  -- Sebastien Decugis <sdecugis@nict.go.jp>  Wed, 19 May 2010 15:36:54 +0900
"Welcome to our mercurial repository"