# HG changeset patch # User Sebastien Decugis # Date 1574618627 -28800 # Node ID a52a1dbae99f92e671d1bac82b48bafbc85e0aee # Parent 239ba25870d88a58bcbe40683e509c1e0fe42947 Preparing for release 1.4.0 diff -r 239ba25870d8 -r a52a1dbae99f CMakeLists.txt --- 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) diff -r 239ba25870d8 -r a52a1dbae99f contrib/debian/changelog --- 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.