Navigation


Changeset 1398:a52a1dbae99f in freeDiameter


Ignore:
Timestamp:
Nov 25, 2019, 3:03:47 AM (4 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Preparing for release 1.4.0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r1360 r1398  
    1111# Version of the source code
    1212SET(FD_PROJECT_VERSION_MAJOR 1)
    13 SET(FD_PROJECT_VERSION_MINOR 3)
    14 SET(FD_PROJECT_VERSION_REV 2)
     13SET(FD_PROJECT_VERSION_MINOR 4)
     14SET(FD_PROJECT_VERSION_REV 0)
    1515
    1616# Version of the API with the library
  • contrib/debian/changelog

    r1374 r1398  
    1 freediameter (1.3.2) RELEASED; urgency=low
    2 
     1freediameter (1.4.0) RELEASED; urgency=low
     2
     3  * New API: fd_fifo_set_max to change the capacity of a queue.
     4  * New configuration stanza for Relays: ProcessingPeersPattern and ProcessingPeersMinimum
     5  * New configuration stanza for scalability: RoutingInThreads and RoutingOutThreads
     6  * some coding style cleanups
     7  * Improvements on rt_load_balance algorithm
     8  * Improvements on logging & locking behaviors
     9  * More tolerant to invalid messages and answers.
     10  * Improvements on shutdown behaviors.
    311  * test_ccload: new extension: generates random
    412    Credit-Control-Requests and counts how many are answered/give an
     
    816    Credit-Control-Requests. Copies minimally necessary data from
    917    the Request.
    10 
    11 freediameter (1.3.1) RELEASED; urgency=low
     18  * Fixed testcnx failing due to expired CA certificate
     19
     20freediameter (1.3.2) RELEASED; urgency=low
    1221
    1322  * acl_wl: add configuration reload support (using SIGUSR1).
    1423  * Reduce deprecation warnings.
    1524
    16 freediameter (1.3.0) RELEASED; urgency=low
     25freediameter (1.3.1) RELEASED; urgency=low
    1726
    1827  * test_as: new extension. Automatically replies to Abort-Session-Requests
Note: See TracChangeset for help on using the changeset viewer.