changeset 1398:a52a1dbae99f

Preparing for release 1.4.0
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 25 Nov 2019 02:03:47 +0800
parents 239ba25870d8
children eff5bb332b5a
files CMakeLists.txt contrib/debian/changelog
diffstat 2 files changed, 14 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Nov 15 11:40:37 2019 +0100
+++ b/CMakeLists.txt	Mon Nov 25 02:03:47 2019 +0800
@@ -10,8 +10,8 @@
 
 # Version of the source code
 SET(FD_PROJECT_VERSION_MAJOR 1)
-SET(FD_PROJECT_VERSION_MINOR 3)
-SET(FD_PROJECT_VERSION_REV 2)
+SET(FD_PROJECT_VERSION_MINOR 4)
+SET(FD_PROJECT_VERSION_REV 0)
 
 # Version of the API with the library
 SET(FD_PROJECT_VERSION_API 6)
--- a/contrib/debian/changelog	Fri Nov 15 11:40:37 2019 +0100
+++ b/contrib/debian/changelog	Mon Nov 25 02:03:47 2019 +0800
@@ -1,5 +1,13 @@
-freediameter (1.3.2) RELEASED; urgency=low
+freediameter (1.4.0) RELEASED; urgency=low
 
+  * New API: fd_fifo_set_max to change the capacity of a queue.
+  * New configuration stanza for Relays: ProcessingPeersPattern and ProcessingPeersMinimum
+  * New configuration stanza for scalability: RoutingInThreads and RoutingOutThreads
+  * some coding style cleanups
+  * Improvements on rt_load_balance algorithm
+  * Improvements on logging & locking behaviors
+  * More tolerant to invalid messages and answers.
+  * Improvements on shutdown behaviors.
   * test_ccload: 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
@@ -7,13 +15,14 @@
   * test_cc: new extension. Automatically replies to
     Credit-Control-Requests. Copies minimally necessary data from
     the Request.
+  * Fixed testcnx failing due to expired CA certificate
 
-freediameter (1.3.1) RELEASED; urgency=low
+freediameter (1.3.2) RELEASED; urgency=low
 
   * acl_wl: add configuration reload support (using SIGUSR1).
   * Reduce deprecation warnings.
 
-freediameter (1.3.0) RELEASED; urgency=low
+freediameter (1.3.1) RELEASED; urgency=low
 
   * test_as: new extension. Automatically replies to Abort-Session-Requests
     with a diameter success message.
"Welcome to our mercurial repository"