annotate contrib/debian/changelog @ 759:0925471e2a88 1.1.1

Updated Debian packaging files
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 30 Sep 2011 22:45:24 +0200
parents eefb6fa3c904
children 69ef21d4a7fe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
759
0925471e2a88 Updated Debian packaging files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 742
diff changeset
1 freediameter (1.1.1) UNRELEASED; urgency=low
0925471e2a88 Updated Debian packaging files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 742
diff changeset
2
0925471e2a88 Updated Debian packaging files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 742
diff changeset
3 * Bug fix release
0925471e2a88 Updated Debian packaging files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 742
diff changeset
4 * Supports newer GNUTLS versions
0925471e2a88 Updated Debian packaging files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 742
diff changeset
5 * Allow empty OctetString AVPs (l=0)
0925471e2a88 Updated Debian packaging files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 742
diff changeset
6 * Allow two instances of freeDiameter on a single host.
0925471e2a88 Updated Debian packaging files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 742
diff changeset
7
0925471e2a88 Updated Debian packaging files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 742
diff changeset
8 -- Sebastien Decugis <sdecugis@nict.go.jp> Fri, 30 Sep 2011 21:56:50 +0200
0925471e2a88 Updated Debian packaging files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 742
diff changeset
9
660
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
10 freediameter (1.1.0) UNRELEASED; urgency=low
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
11
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
12 * Source package restructured. Most of the
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
13 framework now contained in the libfdcore library.
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
14 libfreeDiameter renamed as libfdproto.
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
15 This closes #15.
706
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
16 * API version bumped to version 4.
660
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
17 * Improved fd_dict_new() when the same object already exists.
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
18 * Improvements to dict_legacy_xml extension.
674
62734573c5a3 Added changelog entry
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 660
diff changeset
19 * Cleanups in links to shared libraries
681
0badcf42850d Added changelog note
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 674
diff changeset
20 * (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
21 to RADIUS (closes #25)
683
d59effdf5256 Improve management of the signals in freeDiameterd
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 681
diff changeset
22 * 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
23 freeDiameterd
706
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
24 * Improved DiameterIdentity handling (esp. interationalization issues),
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
25 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
26 and dictionary modules (closes #7)
4ffbc9f1e922 Large UNTESTED commit with the following changes:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 683
diff changeset
27 * 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
28 * 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
29 * 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
30 condition.
717
571b3abaa5df Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 706
diff changeset
31 * New extension rt_redirect.fdx that handles the Diameter Redirect errors.
722
6a7323cd78b3 New app_redirect.fdx code (UNTESTED)
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 717
diff changeset
32 * New extension app_redirect that allows sending Redirect indications to
6a7323cd78b3 New app_redirect.fdx code (UNTESTED)
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 717
diff changeset
33 other peers. See doc/app_redirect.conf.sample for more information.
742
eefb6fa3c904 Added RFC4006 incomplete dictionary extension to the debian package
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 722
diff changeset
34 * Added incomplete dictionary extension for rfc4006 (DCCA), courtesy
eefb6fa3c904 Added RFC4006 incomplete dictionary extension to the debian package
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 722
diff changeset
35 of Konstantin Chekushin <koch@lmt.lv>
660
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
36
742
eefb6fa3c904 Added RFC4006 incomplete dictionary extension to the debian package
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 722
diff changeset
37 -- Sebastien Decugis <sdecugis@freediameter.net> Tue, 29 Mar 2011 10:41:19 +0900
660
a8269458d5b1 Updated documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 654
diff changeset
38
647
a13d3dcd2f1b Prepared for next bugfix release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 641
diff changeset
39 freediameter (1.0.4) UNRELEASED; urgency=low
a13d3dcd2f1b Prepared for next bugfix release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 641
diff changeset
40
649
5e5d8152c229 Implemented fd_msg_send_timeout to close #10. Not tested yet.
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 647
diff changeset
41 * 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
42 * Bumped API version number accordingly.
651
083317a4e947 Added new test_netemul extension (need testing)
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 649
diff changeset
43 * 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
44 * Improved API compatibility to C++ compilers
647
a13d3dcd2f1b Prepared for next bugfix release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 641
diff changeset
45
654
0b547aa70ff5 Add changelog entry for latest change
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 651
diff changeset
46 -- 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
47
629
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
48 freediameter (1.0.3) UNRELEASED; urgency=low
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
49
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
50 * 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
51 * Fixed issue with ListenOn bit ordering (#20)
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
52 * Added dictionary support for MIPv6 application objects.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
53 * 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
54 * Added python interface dbg_interactive (experimental).
69d3579f6c6c First version of dbg_interactive is complete
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 639
diff changeset
55 * 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
56 Bumped API version number accordingly.
629
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
57
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 588
diff changeset
58 -- 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
59
581
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
60 freediameter (1.0.2) UNRELEASED; urgency=low
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
61
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
62 * 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
63 * Allow DH parameters loaded from a file (#17)
588
f27b40a9dd82 Updated changelog
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 581
diff changeset
64 * Fixed a few compilation warnings on 64bits architectures.
f27b40a9dd82 Updated changelog
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 581
diff changeset
65 * New ALL_EXTENSIONS build option.
581
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
66
144eeab1e3a4 Prepare for 1.0.2
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 560
diff changeset
67 -- 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
68
472
e97ad999a547 Cleaner approach
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 471
diff changeset
69 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
70
558
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
71 * 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
72 contrib/app_acct_tools
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
73 * 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
74 configuration.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
75 * 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
76 disable NAI processing.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
77 * app_radgw.fdx: New support for RADIUS proxies.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
78 * app_radgw.fdx: many bug fixes.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
79 * daemon: Check the local certificate is valid during TLS
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
80 initialization.
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
81 * 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
82 * 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
83 * debian: some cleanups in the packaging (dependencies, meta-data)
d300c5213e45 Fix broken packaging
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 558
diff changeset
84 * rt_ereg.fdx: New routing extension based on regular expression
d300c5213e45 Fix broken packaging
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 558
diff changeset
85 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
86
558
5938566235f9 Preparing for upcoming release
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 472
diff changeset
87 -- 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
88
458
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
89 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
90
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
91 * Official release 1.0.0
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
92
e9ab851f6dca First official release ! 1.0.0 is here
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
93 -- 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
94
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
95 freediameter (1.0.0-1) experimental; urgency=low
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
96
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
97 * Initial Release.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
98
324
5cb46cbb8463 Updated the changelog date
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
99 -- Sebastien Decugis <sdecugis@nict.go.jp> Wed, 19 May 2010 15:36:54 +0900
"Welcome to our mercurial repository"