Navigation


Changeset 780:69ef21d4a7fe in freeDiameter


Ignore:
Timestamp:
Feb 22, 2012, 2:46:14 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Tags:
1.1.2
Message:

Bug fix release 1.1.2

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r758 r780  
    1212SET(FD_PROJECT_VERSION_MAJOR 1)
    1313SET(FD_PROJECT_VERSION_MINOR 1)
    14 SET(FD_PROJECT_VERSION_REV 1)
     14SET(FD_PROJECT_VERSION_REV 2)
    1515
    1616# Version of the API with the library
  • contrib/debian/changelog

    r759 r780  
     1freediameter (1.1.2) UNRELEASED; urgency=low
     2
     3  * FIFO queues are now capped to avoid memory exhaustion.
     4  * Cleanups in MIPv6 dictionaries.
     5  * app_acct upgraded: enabled vendor-specific AVP logging, thread-safe version.
     6  * New function: fd_dict_getlistof to list dictionary contents.
     7  * New function: fd_dict_delete to remove an entry (dangerous function!)
     8  * New function: fd_sess_getcount to get count of session objects.
     9  * A few additional bug fixes, check hg log for details.
     10
     11 -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 21 Feb 2012 18:38:10 +0100
     12
    113freediameter (1.1.1) UNRELEASED; urgency=low
    214
Note: See TracChangeset for help on using the changeset viewer.