Navigation


Changeset 929:c1659c40239d in freeDiameter


Ignore:
Timestamp:
Mar 3, 2013, 3:58:12 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Preparing for release 1.1.6

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r880 r929  
    1212SET(FD_PROJECT_VERSION_MAJOR 1)
    1313SET(FD_PROJECT_VERSION_MINOR 1)
    14 SET(FD_PROJECT_VERSION_REV 5)
     14SET(FD_PROJECT_VERSION_REV 6)
    1515
    1616# Version of the API with the library
    17 SET(FD_PROJECT_VERSION_API 4)
     17SET(FD_PROJECT_VERSION_API 5)
    1818
    1919# The test framework, using CTest and CDash.
  • contrib/debian/changelog

    r880 r929  
     1freediameter (1.1.6) UNRELEASED; urgency=low
     2
     3  * Fix major issue in 1.1.5 preventing to send answers to a received message.
     4  * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING )
     5  * Improved parsing error handling and Failed-AVP generation.
     6  * Added support for some timings measurements in freeDiameter (in the logs)
     7  * Fix port handling when using non-default port.
     8  * Some cleanups in several dictionary files.
     9  * New option to fd_dict_search: AVP_BY_STRUCT
     10  * Improved compatibility with C++ compilers.
     11  * Cleanups in sessions creation/destruction to avoid memory corruption under stress.
     12  * Add support for "include" directive in freeDiameter.conf file.
     13
     14 -- Sebastien Decugis <sdecugis@freediameter.net>  Sun, 03 Mar 2013 07:40:43 +0100
     15
    116freediameter (1.1.5) UNRELEASED; urgency=low
    217
  • contrib/debian/update_changelog.txt

    r654 r929  
    1 new release: dch -v 1.0.3 -D UNRELEASED
     1new release: dch -v 1.0.3 -D UNRELEASED --release-heuristic log
    22Simple addition: dch "changelog entry text"
    33
Note: See TracChangeset for help on using the changeset viewer.