annotate contrib/debian/changelog @ 717:571b3abaa5df

Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 18 Feb 2011 14:50:37 +0900
parents 4ffbc9f1e922
children 6a7323cd78b3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
660
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
1 freediameter (1.1.0) UNRELEASED; urgency=low
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
2
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
3 * Source package restructured. Most of the
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
4 framework now contained in the libfdcore library.
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
5 libfreeDiameter renamed as libfdproto.
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
6 This closes #15.
706
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
7 * API version bumped to version 4.
660
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
8 * Improved fd_dict_new() when the same object already exists.
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
9 * Improvements to dict_legacy_xml extension.
674
62734573c5a3 Added changelog entry
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 660
diff changeset
10 * Cleanups in links to shared libraries
681
0badcf42850d Added changelog note
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 674
diff changeset
11 * (app_radgw.fdx) Better handling conversion of DEA with error status
0badcf42850d Added changelog note
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 674
diff changeset
12 to RADIUS (closes #25)
683
d59effdf5256 Improve management of the signals in freeDiameterd
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 681
diff changeset
13 * Allow default signals such as SIGTSTP (ctrl-z) to be used with
d59effdf5256 Improve management of the signals in freeDiameterd
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 681
diff changeset
14 freeDiameterd
706
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
15 * Improved DiameterIdentity handling (esp. interationalization issues),
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
16 and improve efficiency of some string operations in peers, sessions,
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
17 and dictionary modules (closes #7)
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
18 * Cleanup in the session module to free only unreferenced sessions (#16)
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
19 * Removed fd_cpu_flush_cache(), replaced by more robust alternatives.
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
20 * Improved peer state machine algorithm to counter SCTP multistream race
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
21 condition.
717
571b3abaa5df Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 706
diff changeset
22 * New extension rt_redirect.fdx that handles the Diameter Redirect errors.
660
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
23
717
571b3abaa5df Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 706
diff changeset
24 -- Sebastien Decugis <sdecugis@nict.go.jp> Fri, 18 Feb 2011 14:47:24 +0900
660
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
25
647
a13d3dcd2f1b Prepared for next bugfix release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 641
diff changeset
26 freediameter (1.0.4) UNRELEASED; urgency=low
a13d3dcd2f1b Prepared for next bugfix release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 641
diff changeset
27
649
5e5d8152c229 Implemented fd_msg_send_timeout to close #10. Not tested yet.
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 647
diff changeset
28 * Added new API to specify timeout on receiving answer (#10)
647
a13d3dcd2f1b Prepared for next bugfix release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 641
diff changeset
29 * Bumped API version number accordingly.
651
083317a4e947 Added new test_netemul extension (need testing)
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 649
diff changeset
30 * New test_netemul extension (simple network emulator proxy)
654
0b547aa70ff5 Add changelog entry for latest change
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 651
diff changeset
31 * Improved API compatibility to C++ compilers
647
a13d3dcd2f1b Prepared for next bugfix release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 641
diff changeset
32
654
0b547aa70ff5 Add changelog entry for latest change
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 651
diff changeset
33 -- Sebastien Decugis <sdecugis@nict.go.jp> Tue, 11 Jan 2011 12:28:22 +0900
647
a13d3dcd2f1b Prepared for next bugfix release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 641
diff changeset
34
629
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
35 freediameter (1.0.3) UNRELEASED; urgency=low
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
36
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
37 * Fixed a couple of issues for portability (#21, #22, #23)
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
38 * Fixed issue with ListenOn bit ordering (#20)
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
39 * Added dictionary support for MIPv6 application objects.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
40 * Added dictionary support for legacy XML files.
641
69d3579f6c6c First version of dbg_interactive is complete
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 639
diff changeset
41 * Added python interface dbg_interactive (experimental).
69d3579f6c6c First version of dbg_interactive is complete
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 639
diff changeset
42 * Added parameters to fd_disp_register() and fd_sess_handler_create(),
69d3579f6c6c First version of dbg_interactive is complete
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 639
diff changeset
43 Bumped API version number accordingly.
629
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
44
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
45 -- Sebastien Decugis <sdecugis@nict.go.jp> Tue, 14 Dec 2010 11:39:29 +0900
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
46
581
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
47 freediameter (1.0.2) UNRELEASED; urgency=low
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
48
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
49 * Fix an issue in app_diameap.fdx with user names (#18)
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
50 * Allow DH parameters loaded from a file (#17)
588
f27b40a9dd82 Updated changelog
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 581
diff changeset
51 * Fixed a few compilation warnings on 64bits architectures.
f27b40a9dd82 Updated changelog
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 581
diff changeset
52 * New ALL_EXTENSIONS build option.
581
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
53
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
54 -- Sebastien Decugis <sdecugis@nict.go.jp> Wed, 27 Oct 2010 11:17:32 +0900
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
55
472
e97ad999a547 Cleaner approach
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 471
diff changeset
56 freediameter (1.0.1) UNRELEASED; urgency=low
460
8f85c0507de4 Preparing environment for new developments post-1.0.0
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 458
diff changeset
57
558
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
58 * app_acct.fdx: new set of PHP scripts available in source
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
59 contrib/app_acct_tools
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
60 * app_acct.fdx: new directive 'Server_name_field' in the
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
61 configuration.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
62 * app_radgw.fdx: new directive 'nonai' in acct and auth plugins to
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
63 disable NAI processing.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
64 * app_radgw.fdx: New support for RADIUS proxies.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
65 * app_radgw.fdx: many bug fixes.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
66 * daemon: Check the local certificate is valid during TLS
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
67 initialization.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
68 * daemon: Fixed issue for IP addresses in the form x.x.x.235
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
69 * daemon: new option --dbg_gnutls to get GNUTLS debug messages.
560
d300c5213e45 Fix broken packaging
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 558
diff changeset
70 * debian: some cleanups in the packaging (dependencies, meta-data)
d300c5213e45 Fix broken packaging
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 558
diff changeset
71 * rt_ereg.fdx: New routing extension based on regular expression
d300c5213e45 Fix broken packaging
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 558
diff changeset
72 matching in package freediameter-daemon.
460
8f85c0507de4 Preparing environment for new developments post-1.0.0
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 458
diff changeset
73
558
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
74 -- Sebastien Decugis <sdecugis@nict.go.jp> Wed, 15 Sep 2010 18:30:28 +0900
460
8f85c0507de4 Preparing environment for new developments post-1.0.0
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 458
diff changeset
75
458
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
76 freediameter (1.0.0-2) experimental; urgency=low
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
77
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
78 * Official release 1.0.0
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
79
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
80 -- Sebastien Decugis <sdecugis@nict.go.jp> Thu, 29 Jul 2010 17:27:13 +0900
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
81
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
82 freediameter (1.0.0-1) experimental; urgency=low
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
83
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
84 * Initial Release.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
85
324
5cb46cbb8463 Updated the changelog date
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
86 -- Sebastien Decugis <sdecugis@nict.go.jp> Wed, 19 May 2010 15:36:54 +0900
"Welcome to our mercurial repository"