1 | freediameter (UNRELEASED) UNRELEASED; urgency=low |
---|
2 | |
---|
3 | * |
---|
4 | |
---|
5 | freediameter (1.5.0) RELEASED; urgency=low |
---|
6 | |
---|
7 | * freeDiameter: |
---|
8 | - Add -g to help |
---|
9 | - Change -d and -q to control syslog level, as per stdout logging. |
---|
10 | - Syslog to LOG_DAEMON. |
---|
11 | - Actually syslog to LOG_DEBUG, now that -d/-q are used. |
---|
12 | - Add -p pidfile |
---|
13 | - SCTP client: bind to local endpoints configured with ListenOn so |
---|
14 | that the SCTP INIT only contains those local endpoint addresses, |
---|
15 | matching what is advertised in the CER. |
---|
16 | * Base dictionary: Add rules for Experimental-Result. |
---|
17 | * All extensions: Hide symbols except for fd_ext_init(), fd_ext_fini(), |
---|
18 | and fd_ext_depends. |
---|
19 | * dbg_dict_dump.fdx: add extension to write the dictionary |
---|
20 | to the given file or to the log. |
---|
21 | * dbg_dict_dump_json.fdx: add extension to write the dictionary as JSON |
---|
22 | to the given file or stdout. |
---|
23 | * dict_dcca_3gpp.fdx: Update to 3GPP Release 15, adding many standards. |
---|
24 | This adds 96 TYPEs, 145 ENUMVALs, 791 AVPs, 52 RULEs. |
---|
25 | There are various breaking changes (documented below). |
---|
26 | * contrib/dictionary_dcca_3gpp.json: Remove non-3GPP AVPs that are |
---|
27 | actually from base IETF RFCs: |
---|
28 | - MIP6-Feature-Vector (124). IETF RFC 5447 |
---|
29 | - Service-Selection (493). IETF RFC 5778 |
---|
30 | - Mobile-Node-Identifier (506). IETF RFC 5779 |
---|
31 | - QoS-Capability (578). IETF RFC 5777. |
---|
32 | * New API: fd_msg_add_result(): set Result-Code or Experimental-Result. |
---|
33 | * New API: log level FD_LOG_INFO. |
---|
34 | * fd_conf_dump(): fix formatting of local endpoints. |
---|
35 | * fd_msg_search_avp(): support searching avp as well as msg. |
---|
36 | * Fix compiler warnings. |
---|
37 | * Add ERRORS_ON_WARNINGS cmake boolean to enable fatal compiler warnings. |
---|
38 | * New tool: grep_fd_dict_dump: cleanup fd_dict_dump() output in logs. |
---|
39 | * New tool: csv_to_fd: convert .csv with AVP tables to freeDiameter C or JSON. |
---|
40 | * New tool: org_to_csv: convert .org files into .csv files. |
---|
41 | |
---|
42 | * dict_dcca_3gpp.fdx changes per update to 3GPP Release 15 as at 2019-12: |
---|
43 | - AVP changes: |
---|
44 | - 3GPP-CG-IPv6-Address (14) renamed to 3GPP-CG-Ipv6-Address (14). |
---|
45 | - 3GPP-GGSN-IPv6-Address (16) renamed to 3GPP-GGSN-Ipv6-Address (16). |
---|
46 | - 3GPP-IPv6-DNS-Servers (17) renamed to 3GPP-Ipv6-DNS-Servers (17). |
---|
47 | - 3GPP-SGSN-IPv6-Address (15) renamed to 3GPP-SGSN-Ipv6-Address (15). |
---|
48 | - 3GPP2-BSID (9010) flag M MUST. |
---|
49 | - 3GPP2-BSID (9010) type changed from OctetString to UTF8String. |
---|
50 | - ADC-Revalidation-Time (2801) Time removed in 3GPP TS 29.212 V12.1.0 (2013-06). |
---|
51 | - ADC-Rule-Base-Name (1095) flag M MUST. |
---|
52 | - ADC-Rule-Definition (1094) flag M MUST. |
---|
53 | - ADC-Rule-Install (1092) flag M MUST. |
---|
54 | - ADC-Rule-Name (1096) flag M MUST. |
---|
55 | - ADC-Rule-Remove (1093) flag M MUST. |
---|
56 | - ADC-Rule-Report (1097) flag M MUST. |
---|
57 | - Application-Service-Type (2102) type changed from UTF8String to Enumerated. |
---|
58 | - Application-Session-Id (2103) type changed from UTF8String to Unsigned32. |
---|
59 | - Call-Barring-Infor-List (1488) renamed to Call-Barring-Info (1488). |
---|
60 | - External-Identifier (28) OctetString replaced by External-Identifier (3111) UTF8String. |
---|
61 | - LCS-Requestor-Id (1239) renamed to LCS-Requestor-ID (1239). |
---|
62 | - LCS-Requestor-Id-String (1240) renamed to LCS-Requestor-ID-String (1240). |
---|
63 | - MBMS-BMSC-SSM-IPv6-Address (919) renamed to MBMS-BMSC-SSM-Ipv6-Address (919). |
---|
64 | - MBMS-GGSN-IPv6-Address (917) renamed to MBMS-GGSN-Ipv6-Address (917). |
---|
65 | - MBMSGW-Address (2307) renamed to MBMS-GW-Address (2307). |
---|
66 | - Measurement-Period-LTE (1656) code changed to Measurement-Period-LTE (1655). |
---|
67 | - Measurement-Period-UMTS (1655) code changed to Measurement-Period-UMTS (1656). |
---|
68 | - MME-LocationInformation (1600) renamed to MME-Location-Information(1600). |
---|
69 | - PDG-Address (895) Address removed in 3GPP TS 32.299 V12.6.0 (2014-09). |
---|
70 | - PDG-Charging-Id (896) Unsigned32 removed in 3GPP TS 32.299 V12.6.0 (2014-09). |
---|
71 | - PDN-Connection-ID (1065) flag M MUST NOT. |
---|
72 | - PoC-User-Role-info-Units (1254) renamed to PoC-User-Role-Info-Units (1254). |
---|
73 | - PS-to-CS-Session-Continuity (1099) flag M MUST NOT. |
---|
74 | - SS-Status (1477) type changed from Grouped to OctetString. |
---|
75 | - Status (2702) renamed to Status-AS-Code (2702). |
---|
76 | - WAG-Address (890) Address removed in 3GPP TS 32.299 V12.6.0 (2014-09). |
---|
77 | - WAG-PLMN-Id (891) OctetString removed in 3GPP TS 32.299 V12.6.0 (2014-09). |
---|
78 | - WLAN-Information (875) Grouped removed in 3GPP TS 32.299 V12.6.0 (2014-09). |
---|
79 | - WLAN-Radio-Container (892) Grouped removed in 3GPP TS 32.299 V12.6.0 (2014-09). |
---|
80 | - WLAN-Session-Id (1246) UTF8String removed in 3GPP TS 32.299 V12.6.0 (2014-09). |
---|
81 | - WLAN-Technology (893) Unsigned32 removed in 3GPP TS 32.299 V12.6.0 (2014-09). |
---|
82 | - WLAN-UE-Local-IPAddress (894) Address removed in 3GPP TS 32.299 V12.6.0 (2014-09). |
---|
83 | - AVP renames: |
---|
84 | - Rename Call-Barring-Infor-List (1488) to Call-Barring-Info (1488). |
---|
85 | - Rename LCS-Requestor-Id (1239) to LCS-Requestor-ID (1239). |
---|
86 | - Rename LCS-Requestor-Id-String (1240) to LCS-Requestor-ID-String (1240). |
---|
87 | - Rename MBMSGW-Address (2307) to MBMS-GW-Address (2307). |
---|
88 | - Rename MME-LocationInformation (1600) to MME-Location-Information(1600). |
---|
89 | - Rename PoC-User-Role-info-Units (1254) to PoC-User-Role-Info-Units (1254). |
---|
90 | - Rename Status (2702) to Status-AS-Code (2702). |
---|
91 | - AVP name conflicts: |
---|
92 | - Time-Window (3818) in 3GPP TS 29.345 V12.1.0 (2014-12) predates |
---|
93 | Time-Window-29.154 (4204) in 3GPP TS 29.154 V13.1.0 (2016-03). |
---|
94 | - Add Enumerated(3GPP/Experimental-Result-Code). 145 values. |
---|
95 | - Update standards: |
---|
96 | - 3GPP TS 29.061 V15.5.0 (2018-12). 15 AVPs. |
---|
97 | - 3GPP TS 29.173 V15.0.0 (2018-06). 1 AVP. |
---|
98 | - 3GPP TS 29.212 V15.9.0 (2019-12). 46 AVPs. |
---|
99 | - 3GPP TS 29.214 V15.7.0 (2019-09). 27 AVPs. |
---|
100 | - 3GPP TS 29.229 V15.2.0 (2019-09). 8 AVPs. |
---|
101 | - 3GPP TS 29.272 V15.10.0 (2019-12). 44 AVPs. |
---|
102 | - 3GPP TS 29.329 V15.2.0 (2019-09). 5 AVPs. |
---|
103 | - 3GPP TS 32.299 V15.7.0 (2019-06). 154 AVPs. |
---|
104 | - Add standards: |
---|
105 | - 3GPP TS 29.109 V15.0.0 (2017-06). 21 AVPs. |
---|
106 | - 3GPP TS 29.128 V15.6.0 (2019-09). 25 AVPs. |
---|
107 | - 3GPP TS 29.153 V15.1.0 (2019-09). 2 AVPs. |
---|
108 | - 3GPP TS 29.154 V15.3.0 (2019-09). 16 AVPs. |
---|
109 | - 3GPP TS 29.172 V15.2.0 (2019-12). 66 AVPs. |
---|
110 | - 3GPP TS 29.209 V6.8.0 (2011-09). 2 AVPs. |
---|
111 | - 3GPP TS 29.215 V15.2.0 (2019-09). 9 AVPs. |
---|
112 | - 3GPP TS 29.217 V15.1.0 (2019-09). 14 AVPs. |
---|
113 | - 3GPP TS 29.219 V15.3.0 (2019-09). 7 AVPs. |
---|
114 | - 3GPP TS 29.234 V11.2.0 (2013-06). 19 AVPs. |
---|
115 | - 3GPP TS 29.273 V15.4.0 (2019-09). 40 AVPs. |
---|
116 | - 3GPP TS 29.283 V15.1.0 (2019-09). 16 AVPs. |
---|
117 | - 3GPP TS 29.336 V15.7.0 (2019-09). 79 AVPs. |
---|
118 | - 3GPP TS 29.337 V15.0.0 (2018-06). 4 AVPs. |
---|
119 | - 3GPP TS 29.338 V15.1.0 (2018-12). 34 AVPs. |
---|
120 | - 3GPP TS 29.343 V15.1.0 (2019-09). 13 AVPs. |
---|
121 | - 3GPP TS 29.344 V15.1.0 (2019-09). 7 AVPs. |
---|
122 | - 3GPP TS 29.345 V15.1.0 (2019-09). 68 AVPs. |
---|
123 | - 3GPP TS 29.368 V15.1.0 (2019-09). 12 AVPs. |
---|
124 | - 3GPP TS 29.388 V15.1.0 (2019-09). 3 AVPs. |
---|
125 | - 3GPP TS 29.389 V15.1.0 (2019-09). 3 AVPs. |
---|
126 | - 3GPP TS 29.468 V15.8.0 (2019-12). 33 AVPs. |
---|
127 | - 3GPP TS 29.561 V16.3.0 (2020-03). 9 AVPs. |
---|
128 | |
---|
129 | freediameter (1.4.0) RELEASED; urgency=low |
---|
130 | |
---|
131 | * New API: fd_fifo_set_max to change the capacity of a queue. |
---|
132 | * New configuration stanza for Relays: ProcessingPeersPattern and ProcessingPeersMinimum |
---|
133 | * New configuration stanza for scalability: RoutingInThreads and RoutingOutThreads |
---|
134 | * some coding style cleanups |
---|
135 | * Improvements on rt_load_balance algorithm |
---|
136 | * Improvements on logging & locking behaviors |
---|
137 | * More tolerant to invalid messages and answers. |
---|
138 | * Improvements on shutdown behaviors. |
---|
139 | * test_ccload: new extension: generates random |
---|
140 | Credit-Control-Requests and counts how many are answered/give an |
---|
141 | error/get no answer. Start it with SIGUSR2, stop it with a second |
---|
142 | SIGUSR2. Statistics are printed on exit. |
---|
143 | * test_cc: new extension. Automatically replies to |
---|
144 | Credit-Control-Requests. Copies minimally necessary data from |
---|
145 | the Request. |
---|
146 | * Fixed testcnx failing due to expired CA certificate |
---|
147 | |
---|
148 | freediameter (1.3.2) RELEASED; urgency=low |
---|
149 | |
---|
150 | * acl_wl: add configuration reload support (using SIGUSR1). |
---|
151 | * Reduce deprecation warnings. |
---|
152 | |
---|
153 | freediameter (1.3.1) RELEASED; urgency=low |
---|
154 | |
---|
155 | * test_as: new extension. Automatically replies to Abort-Session-Requests |
---|
156 | with a diameter success message. |
---|
157 | * dbg_loglevel: new extension. Reads debug level from config file |
---|
158 | and supports configuration reload using SIGUSR1; this allows |
---|
159 | changing the loglevel at runtime. |
---|
160 | * rt_rewrite: new extension. Modify messages - move data from one |
---|
161 | AVP to another or drop AVPs completely. |
---|
162 | * rt_deny_by_size: new extension. discard Diameter messages that are |
---|
163 | larger than a configurable size. Has reload support (using |
---|
164 | SIGUSR1). |
---|
165 | * freeDiameterd: add syslog() support ('-s' command line flag) |
---|
166 | * rt_ereg: add configuration reload support (using SIGUSR1). Support |
---|
167 | grouped AVPs. Support multiple separate AVPs. |
---|
168 | * rt_default: add configuration reload support (using SIGUSR1) |
---|
169 | * Various bugfixes |
---|
170 | |
---|
171 | freediameter (1.2.1) RELEASED; urgency=low |
---|
172 | |
---|
173 | * New extension: rt_randomize (load-balancing on possible destinations) |
---|
174 | * New contrib: Gx extension. |
---|
175 | * rt_redirect.fdx and rt_load_balance.fdx improvement: use a hash table. Thanks Thomas. |
---|
176 | * New hook HOOK_MESSAGE_SENDING to give a last chance to edit messages before they are sent. |
---|
177 | This will be mostly used for enforcing interoperability constraints on non-compliant peers. |
---|
178 | * Simplified log output. Old output can be recovered with DEBUG_WITH_META build option. |
---|
179 | * Updated the internal counters for finer control on the load. |
---|
180 | * Fixes in message expiry mechanism. |
---|
181 | * Bug fixes in error messages generation and various parts. |
---|
182 | * Improvements on shutdown sequence handling. |
---|
183 | * Improvements to the dict_dcca_* extensions. |
---|
184 | * Improved default CMake configuration. |
---|
185 | * Improved build for MacOSX |
---|
186 | * Fixes for a few newer operating systems compatibility. |
---|
187 | * Fixed default secure Diameter port number 5868 instead of5658 (errata of RFC 6733) |
---|
188 | |
---|
189 | -- Sebastien Decugis <sdecugis@freediameter.net> Sat, 30 Jan 2016 23:38:03 +0800 |
---|
190 | |
---|
191 | freediameter (1.2.0) RELEASED; urgency=low |
---|
192 | |
---|
193 | * Major changes in the logging system to be more syslog and production friendly |
---|
194 | * New extension: dict_dcca_3gpp |
---|
195 | * New extension: dict_dcca_starent (Starent DCCA vendor-specific AVPs) |
---|
196 | * New extension: rt_ignore_dh (hide network topology by proxying Destination-Host). |
---|
197 | * New extension: rt_load_balance (load balancer based on pending queue size). |
---|
198 | * New extension: rt_busypeers. See doc/rt_busypeers.conf.sample. |
---|
199 | * New extension: dbg_msg_timings. Measures timing of message operations. |
---|
200 | * New extension: dbg_msg_dumps. Use to control hooks display. |
---|
201 | * New API (fd_hook_*) for extensions to control messages logging & profiling |
---|
202 | * New API (fd_stats_*) for extensions to monitor framework state (e.g. SNMP implem) |
---|
203 | * API change: all the fd_*_dump functions now return malloc'd strings instead of logging directly. |
---|
204 | * API change: callback parameter of fd_rt_out_register had its signature updated. |
---|
205 | * Updated dbg_monitoring extension to use the new API |
---|
206 | * New script to generate dictionary extensions from org file (see contrib/tools) |
---|
207 | * New compilation option: WORKAROUND_ACCEPT_INVALID_VSAI to improve compatibility |
---|
208 | with invalid Vendor-Specific-Application-Id AVPs received from some equipments (e.g. Cisco). |
---|
209 | * New compilation option: DISABLE_PEER_EXPIRY for use in test environments. |
---|
210 | * Extensions are now also searched in LD_LIBRARY_PATH. |
---|
211 | * Copy Proxy-Info AVP automatically in new answers. |
---|
212 | * Port value 0 allowed in configuration to disable local server (e.g. disable non-secure port). |
---|
213 | * API change: fd_msg_send_timeout now takes a separate callback for timeout situation. |
---|
214 | * Function changes: fd_msg_dump_* now split in three different type of output. |
---|
215 | * New test testmesg_stress to measure message parser performance |
---|
216 | * Fix termination of the framework to avoid failures. |
---|
217 | * Fix invalid timespec value in peer PSM appearing randomly (leading to crash). |
---|
218 | * Return DIAMETER_LOOP_DETECTED if local peer in the Route-Record list of a message. |
---|
219 | * Allow running without TLS configuration. |
---|
220 | * Upgraded SCTP code to comply with RFC 6458 |
---|
221 | * Using default secure Diameter port number 5658 as per RFC 6733 |
---|
222 | * Updated TLS code for performance improvements with new GNU TLS. |
---|
223 | * Fix interlocking problem when large number of requests were failed over. |
---|
224 | * New option in test_app.fdx extension for long messages payload. |
---|
225 | * Performance improvement in message sending code path. |
---|
226 | |
---|
227 | -- Sebastien Decugis <sdecugis@freediameter.net> Sat, 14 Sep 2013 18:08:07 +0800 |
---|
228 | |
---|
229 | freediameter (1.1.6) RELEASED; urgency=low |
---|
230 | |
---|
231 | * Fix major issue in 1.1.5 preventing to send answers to a received message. |
---|
232 | * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING ) |
---|
233 | * Improved parsing error handling and Failed-AVP generation. |
---|
234 | * Added support for some timings measurements in freeDiameter (in the logs) |
---|
235 | * Fix port handling when using non-default port. |
---|
236 | * Some cleanups in several dictionary files. |
---|
237 | * New option to fd_dict_search: AVP_BY_STRUCT |
---|
238 | * Improved compatibility with C++ compilers. |
---|
239 | * Cleanups in sessions creation/destruction to avoid memory corruption under stress. |
---|
240 | * Add support for "include" directive in freeDiameter.conf file. |
---|
241 | |
---|
242 | -- Sebastien Decugis <sdecugis@freediameter.net> Sun, 03 Mar 2013 07:40:43 +0100 |
---|
243 | |
---|
244 | freediameter (1.1.5) RELEASED; urgency=low |
---|
245 | |
---|
246 | * Added compatibility with MAC OS X |
---|
247 | * Fix behavior of timeout whe nsending messages to allow re-send. |
---|
248 | * Several cleanups and new contributions included. |
---|
249 | * Added dependency on C++ compiler for CMakeLists.txt |
---|
250 | |
---|
251 | -- Sebastien Decugis <sdecugis@freediameter.net> Sat, 03 Nov 2012 17:58:11 +0100 |
---|
252 | |
---|
253 | freediameter (1.1.4) RELEASED; urgency=low |
---|
254 | |
---|
255 | * Compatibility with GnuTLS 3.x versions / updated packaging files accordingly |
---|
256 | * Fix crash on Sparc 64 (possibly other 64b machines) |
---|
257 | * Updated dict_dcca in extensions and contrib (thanks Konstantin) |
---|
258 | * Changed dumping of messages to avoid interleaved information |
---|
259 | |
---|
260 | -- Sebastien Decugis <sdecugis@freediameter.net> Fri, 24 Aug 2012 00:17:05 +0200 |
---|
261 | |
---|
262 | freediameter (1.1.3) RELEASED; urgency=low |
---|
263 | |
---|
264 | * Fixed a memory leak |
---|
265 | * Clean-up of some extensions |
---|
266 | |
---|
267 | -- Sebastien Decugis <sdecugis@freediameter.net> Tue, 03 Jul 2012 08:15:49 +0200 |
---|
268 | |
---|
269 | freediameter (1.1.2) RELEASED; urgency=low |
---|
270 | |
---|
271 | * FIFO queues are now capped to avoid memory exhaustion. |
---|
272 | * Cleanups in MIPv6 dictionaries. |
---|
273 | * app_acct upgraded: enabled vendor-specific AVP logging, thread-safe version. |
---|
274 | * New function: fd_dict_getlistof to list dictionary contents. |
---|
275 | * New function: fd_dict_delete to remove an entry (dangerous function!) |
---|
276 | * New function: fd_sess_getcount to get count of session objects. |
---|
277 | * A few additional bug fixes, check hg log for details. |
---|
278 | |
---|
279 | -- Sebastien Decugis <sdecugis@freediameter.net> Tue, 21 Feb 2012 18:38:10 +0100 |
---|
280 | |
---|
281 | freediameter (1.1.1) RELEASED; urgency=low |
---|
282 | |
---|
283 | * Bug fix release |
---|
284 | * Supports newer GNUTLS versions |
---|
285 | * Allow empty OctetString AVPs (l=0) |
---|
286 | * Allow two instances of freeDiameter on a single host. |
---|
287 | |
---|
288 | -- Sebastien Decugis <sdecugis@nict.go.jp> Fri, 30 Sep 2011 21:56:50 +0200 |
---|
289 | |
---|
290 | freediameter (1.1.0) RELEASED; urgency=low |
---|
291 | |
---|
292 | * Source package restructured. Most of the |
---|
293 | framework now contained in the libfdcore library. |
---|
294 | libfreeDiameter renamed as libfdproto. |
---|
295 | This closes #15. |
---|
296 | * API version bumped to version 4. |
---|
297 | * Improved fd_dict_new() when the same object already exists. |
---|
298 | * Improvements to dict_legacy_xml extension. |
---|
299 | * Cleanups in links to shared libraries |
---|
300 | * (app_radgw.fdx) Better handling conversion of DEA with error status |
---|
301 | to RADIUS (closes #25) |
---|
302 | * Allow default signals such as SIGTSTP (ctrl-z) to be used with |
---|
303 | freeDiameterd |
---|
304 | * Improved DiameterIdentity handling (esp. interationalization issues), |
---|
305 | and improve efficiency of some string operations in peers, sessions, |
---|
306 | and dictionary modules (closes #7) |
---|
307 | * Cleanup in the session module to free only unreferenced sessions (#16) |
---|
308 | * Removed fd_cpu_flush_cache(), replaced by more robust alternatives. |
---|
309 | * Improved peer state machine algorithm to counter SCTP multistream race |
---|
310 | condition. |
---|
311 | * New extension rt_redirect.fdx that handles the Diameter Redirect errors. |
---|
312 | * New extension app_redirect that allows sending Redirect indications to |
---|
313 | other peers. See doc/app_redirect.conf.sample for more information. |
---|
314 | * Added incomplete dictionary extension for rfc4006 (DCCA), courtesy |
---|
315 | of Konstantin Chekushin <koch@lmt.lv> |
---|
316 | |
---|
317 | -- Sebastien Decugis <sdecugis@freediameter.net> Tue, 29 Mar 2011 10:41:19 +0900 |
---|
318 | |
---|
319 | freediameter (1.0.4) RELEASED; urgency=low |
---|
320 | |
---|
321 | * Added new API to specify timeout on receiving answer (#10) |
---|
322 | * Bumped API version number accordingly. |
---|
323 | * New test_netemul extension (simple network emulator proxy) |
---|
324 | * Improved API compatibility to C++ compilers |
---|
325 | |
---|
326 | -- Sebastien Decugis <sdecugis@nict.go.jp> Tue, 11 Jan 2011 12:28:22 +0900 |
---|
327 | |
---|
328 | freediameter (1.0.3) RELEASED; urgency=low |
---|
329 | |
---|
330 | * Fixed a couple of issues for portability (#21, #22, #23) |
---|
331 | * Fixed issue with ListenOn bit ordering (#20) |
---|
332 | * Added dictionary support for MIPv6 application objects. |
---|
333 | * Added dictionary support for legacy XML files. |
---|
334 | * Added python interface dbg_interactive (experimental). |
---|
335 | * Added parameters to fd_disp_register() and fd_sess_handler_create(), |
---|
336 | Bumped API version number accordingly. |
---|
337 | |
---|
338 | -- Sebastien Decugis <sdecugis@nict.go.jp> Tue, 14 Dec 2010 11:39:29 +0900 |
---|
339 | |
---|
340 | freediameter (1.0.2) RELEASED; urgency=low |
---|
341 | |
---|
342 | * Fix an issue in app_diameap.fdx with user names (#18) |
---|
343 | * Allow DH parameters loaded from a file (#17) |
---|
344 | * Fixed a few compilation warnings on 64bits architectures. |
---|
345 | * New ALL_EXTENSIONS build option. |
---|
346 | |
---|
347 | -- Sebastien Decugis <sdecugis@nict.go.jp> Wed, 27 Oct 2010 11:17:32 +0900 |
---|
348 | |
---|
349 | freediameter (1.0.1) RELEASED; urgency=low |
---|
350 | |
---|
351 | * app_acct.fdx: new set of PHP scripts available in source |
---|
352 | contrib/app_acct_tools |
---|
353 | * app_acct.fdx: new directive 'Server_name_field' in the |
---|
354 | configuration. |
---|
355 | * app_radgw.fdx: new directive 'nonai' in acct and auth plugins to |
---|
356 | disable NAI processing. |
---|
357 | * app_radgw.fdx: New support for RADIUS proxies. |
---|
358 | * app_radgw.fdx: many bug fixes. |
---|
359 | * daemon: Check the local certificate is valid during TLS |
---|
360 | initialization. |
---|
361 | * daemon: Fixed issue for IP addresses in the form x.x.x.235 |
---|
362 | * daemon: new option --dbg_gnutls to get GNUTLS debug messages. |
---|
363 | * debian: some cleanups in the packaging (dependencies, meta-data) |
---|
364 | * rt_ereg.fdx: New routing extension based on regular expression |
---|
365 | matching in package freediameter-daemon. |
---|
366 | |
---|
367 | -- Sebastien Decugis <sdecugis@nict.go.jp> Wed, 15 Sep 2010 18:30:28 +0900 |
---|
368 | |
---|
369 | freediameter (1.0.0-2) experimental; urgency=low |
---|
370 | |
---|
371 | * Official release 1.0.0 |
---|
372 | |
---|
373 | -- Sebastien Decugis <sdecugis@nict.go.jp> Thu, 29 Jul 2010 17:27:13 +0900 |
---|
374 | |
---|
375 | freediameter (1.0.0-1) experimental; urgency=low |
---|
376 | |
---|
377 | * Initial Release. |
---|
378 | |
---|
379 | -- Sebastien Decugis <sdecugis@nict.go.jp> Wed, 19 May 2010 15:36:54 +0900 |
---|