-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
114 lines (78 loc) · 4.57 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
2013-06-14 Sebastien Vincent <sebastien.vincent@turnserver.org>
* Version 0.7.3 - Minor fix to be able to compile with recent glibc.
2012-11-19 Daniel Pocock <daniel@pocock.com.au>
* Version 0.7.2 - Further tweaks to autotools
2012-10-17 Sebastien Vincent <sebastien.vincent@turnserver.org>
* Version 0.7.1 - Minor modifications to ease Debian package integration.
2012-10-01 Sebastien Vincent <sebastien.vincent@turnserver.org>
* Version 0.7 - Fixes compilation warnings with clang;
- Send indications do not need to have realm, user, ...;
- Fixes typos.
2012-02-22 Sebastien Vincent <sebastien.vincent@turnserver.org>
* Version 0.6 - Add spec file to build an RPM package (by Ken Cox);
- Better syslog logging separated by level (by Ken Cox):
- Bug fixes provided by Ryo Sato and Ken Cox;
- Fixes TURN-TCP bugs reported by Nigel Pattinson.
2011-06-10 Sebastien Vincent <sebastien.vincent@turnserver.org>
* Version 0.5 - Add restricted users feature;
- Add RFC6062 (TURN-TCP) document;
- Add RFC6156 (TURN-IPV6) document;
- Add mod_tmpuser to create/delete temporary users;
- Fix endianess.
2010-05-02 Sebastien Vincent <sebastien.vincent@turnserver.org>
* Version 0.4 - Add RFC5766 (TURN) document;
- Add turn-ipv6-09 and turn-tcp-06 drafts support;
- Add multiprotocol client example (UDP/TCP/TLS/DTLS);
- Add allocation port number range configuration;
- Some files can compiled with MS Windows as well as
multiprotocol client example.
2010-01-03 Sebastien Vincent <sebastien.vincent@turnserver.org>
* Version 0.3 - Add turn-ipv6-08 draft support;
- Add credentials reload support;
- Fix a "stack smashing";
- Experimental DTLS support (not in TURN standard).
2009-08-26 Sebastien Vincent <sebastien.vincent@turnserver.org>
* Version 0.2.3 - Add turn-ipv6-06 draft support;
- Add turn-16 draft support;
- Fix lifetime bug.
2009-03-09 Sebastien Vincent <vincent@lsiit.u-strasbg.fr>
* Version 0.2.2 - Load sharing with multiple uplink addresses;
- Increase nonce lifetime to one hour;
- Fix ChannelBind refresh;
- Add turn-13 draft;
- Add 403 error message.
2008-12-17 Sebastien Vincent <vincent@lsiit.u-strasbg.fr>
* Version 0.2.1 - Fix CRC32 generation;
- Drop privileges if run as root/setuid root.
2008-12-15 Sebastien Vincent <vincent@lsiit.u-strasbg.fr>
* Version 0.2 - Add attributes from turn-12 draft;
- Add authentication on all TURN responses when possible;
- Pre-calculate account MD5 hash;
- Re-organize some code (message-integrity calculation, ...);
- Alternate behavior for DF flag;
- Separate TCP and TLS sockets;
- Correctly relayed data from peer to client in TLS;
- Multiple XOR-PEER-ADDRESS support in CreatePermission;
- Update wireshark parser (packet-stun2.c);
- Additionnal configuration parameters;
- Allocation number and bandwidth quota;
- Address/port restrictions;
- Reconstruct fragmented TCP messages support;
- Prevent allocation hijacking support;
- Add logs support via syslog.
2008-11-22 Sebastien Vincent <vincent@lsiit.u-strasbg.fr>
* Version 0.1.3 - Backport code refactoring from 0.2-draft-11 branch;
- Additionnal configuration parameters.
2008-10-21 Sebastien Vincent <vincent@lsiit.u-strasbg.fr>
* Version 0.1.2.2 - Fix nonce validation for 64-bit platform.
2008-09-24 Sebastien Vincent <vincent@lsiit.u-strasbg.fr>
* Version 0.1.2.1 - Fix bug in go_daemon().
2008-09-02 Sebastien Vincent <vincent@lsiit.u-strasbg.fr>
* Version 0.1.2 - Fix bug (infinite loop) when receiving unknown
comprehension-required attribute.
2008-08-16 Sebastien Vincent <vincent@lsiit.u-strasbg.fr>
* Version 0.1.1 - Fix IPv6 problem;
- Add missing XOR for FINGERPRINT mechanism;
- Fix minors bugs.
2008-07-26 Sebastien Vincent <vincent@lsiit.u-strasbg.fr>
* Initial version.