Navigation


Changeset 1091:a7d8273b7506 in freeDiameter


Ignore:
Timestamp:
May 6, 2013, 11:46:50 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

New version will be 1.2.0 because of all the changes in the API

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r929 r1091  
    77SET(FD_PROJECT_NAME freeDiameter)
    88SET(FD_PROJECT_BINARY freeDiameterd)
    9 SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2011, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
     9SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2013, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
    1010
    1111# Version of the source code
    1212SET(FD_PROJECT_VERSION_MAJOR 1)
    13 SET(FD_PROJECT_VERSION_MINOR 1)
    14 SET(FD_PROJECT_VERSION_REV 6)
     13SET(FD_PROJECT_VERSION_MINOR 2)
     14SET(FD_PROJECT_VERSION_REV 0)
    1515
    1616# Version of the API with the library
    17 SET(FD_PROJECT_VERSION_API 5)
     17SET(FD_PROJECT_VERSION_API 6)
    1818
    1919# The test framework, using CTest and CDash.
  • contrib/debian/changelog

    r1048 r1091  
    1 freediameter (1.1.7) UNRELEASED; urgency=low
     1freediameter (1.2.0) UNRELEASED; urgency=low
    22
    33  * Major changes in the logging system to be more syslog and user friendly
     
    77  * New extension: rt_load_balance (load balancer based on pending queue size).
    88  * New extension: rt_busypeers. See doc/rt_busypeers.conf.sample.
     9  * New API (fd_hook_*) for extensions to control messages logging & profiling
     10  * New API (fd_stats_*) for extensions to monitor framework state (e.g. SNMP implem)
     11  * API changes: all the fd_*_dump functions now return strings instead of logging directly.
     12  * Updated dbg_monitoring extension to use the new API
    913  * New script to generate dictionary extensions from org file (see contrib/tools)
    1014  * New compilation option: WORKAROUND_ACCEPT_INVALID_VSAI to improve interoperability.
     
    1418  * Port value 0 allowed in configuration to disable local server (e.g. disable non-secure port).
    1519  * API change: fd_msg_send_timeout now takes a separate callback for timeout situation.
    16   * New function: fd_msg_dump_full
     20  * Function changes: fd_msg_dump_* now split in three different type of output.
     21  * New test testmesg_stress to measure message parser performance
    1722
    18  -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 23 Apr 2013 16:30:28 +0800
     23 -- Sebastien Decugis <sdecugis@freediameter.net>  Mon, 06 May 2013 10:45:26 +0800
    1924
    2025freediameter (1.1.6) UNRELEASED; urgency=low
Note: See TracChangeset for help on using the changeset viewer.