Navigation


source: freeDiameter/contrib/debian/changelog @ 780:69ef21d4a7fe

Revision 780:69ef21d4a7fe, 4.5 KB checked in by Sebastien Decugis <sdecugis@nict.go.jp>, 3 months ago (diff)

Bug fix release 1.1.2

Line 
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
13freediameter (1.1.1) UNRELEASED; urgency=low
14
15  * Bug fix release
16  * Supports newer GNUTLS versions
17  * Allow empty OctetString AVPs (l=0)
18  * Allow two instances of freeDiameter on a single host.
19
20 -- Sebastien Decugis <sdecugis@nict.go.jp>  Fri, 30 Sep 2011 21:56:50 +0200
21
22freediameter (1.1.0) UNRELEASED; urgency=low
23
24  * Source package restructured. Most of the
25    framework now contained in the libfdcore library.
26    libfreeDiameter renamed as libfdproto.
27    This closes #15.
28  * API version bumped to version 4.
29  * Improved fd_dict_new() when the same object already exists.
30  * Improvements to dict_legacy_xml extension.
31  * Cleanups in links to shared libraries
32  * (app_radgw.fdx) Better handling conversion of DEA with error status
33    to RADIUS (closes #25)
34  * Allow default signals such as SIGTSTP (ctrl-z) to be used with
35    freeDiameterd
36  * Improved DiameterIdentity handling (esp. interationalization issues),
37    and improve efficiency of some string operations in peers, sessions,
38    and dictionary modules (closes #7)
39  * Cleanup in the session module to free only unreferenced sessions (#16)
40  * Removed fd_cpu_flush_cache(), replaced by more robust alternatives.
41  * Improved peer state machine algorithm to counter SCTP multistream race
42    condition.
43  * New extension rt_redirect.fdx that handles the Diameter Redirect errors.
44  * New extension app_redirect that allows sending Redirect indications to
45    other peers. See doc/app_redirect.conf.sample for more information.
46  * Added incomplete dictionary extension for rfc4006 (DCCA), courtesy
47    of Konstantin Chekushin <koch@lmt.lv>
48
49 -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 29 Mar 2011 10:41:19 +0900
50
51freediameter (1.0.4) UNRELEASED; urgency=low
52
53  * Added new API to specify timeout on receiving answer (#10)
54  * Bumped API version number accordingly.
55  * New test_netemul extension (simple network emulator proxy)
56  * Improved API compatibility to C++ compilers
57
58 -- Sebastien Decugis <sdecugis@nict.go.jp>  Tue, 11 Jan 2011 12:28:22 +0900
59
60freediameter (1.0.3) UNRELEASED; urgency=low
61
62  * Fixed a couple of issues for portability (#21, #22, #23)
63  * Fixed issue with ListenOn bit ordering (#20)
64  * Added dictionary support for MIPv6 application objects.
65  * Added dictionary support for legacy XML files.
66  * Added python interface dbg_interactive (experimental).
67  * Added parameters to fd_disp_register() and fd_sess_handler_create(),
68    Bumped API version number accordingly.
69
70 -- Sebastien Decugis <sdecugis@nict.go.jp>  Tue, 14 Dec 2010 11:39:29 +0900
71
72freediameter (1.0.2) UNRELEASED; urgency=low
73
74  * Fix an issue in app_diameap.fdx with user names (#18)
75  * Allow DH parameters loaded from a file (#17)
76  * Fixed a few compilation warnings on 64bits architectures.
77  * New ALL_EXTENSIONS build option.
78
79 -- Sebastien Decugis <sdecugis@nict.go.jp>  Wed, 27 Oct 2010 11:17:32 +0900
80
81freediameter (1.0.1) UNRELEASED; urgency=low
82
83  * app_acct.fdx: new set of PHP scripts available in source
84    contrib/app_acct_tools
85  * app_acct.fdx: new directive 'Server_name_field' in the
86    configuration.
87  * app_radgw.fdx: new directive 'nonai' in acct and auth plugins to
88    disable NAI processing.
89  * app_radgw.fdx: New support for RADIUS proxies.
90  * app_radgw.fdx: many bug fixes.
91  * daemon: Check the local certificate is valid during TLS
92    initialization.
93  * daemon: Fixed issue for IP addresses in the form x.x.x.235
94  * daemon: new option --dbg_gnutls to get GNUTLS debug messages.
95  * debian: some cleanups in the packaging (dependencies, meta-data)
96  * rt_ereg.fdx: New routing extension based on regular expression
97    matching in package freediameter-daemon.
98
99 -- Sebastien Decugis <sdecugis@nict.go.jp>  Wed, 15 Sep 2010 18:30:28 +0900
100
101freediameter (1.0.0-2) experimental; urgency=low
102
103  * Official release 1.0.0
104
105 -- Sebastien Decugis <sdecugis@nict.go.jp>  Thu, 29 Jul 2010 17:27:13 +0900
106
107freediameter (1.0.0-1) experimental; urgency=low
108
109  * Initial Release.
110 
111 -- Sebastien Decugis <sdecugis@nict.go.jp>  Wed, 19 May 2010 15:36:54 +0900
Note: See TracBrowser for help on using the repository browser.