forked from jselbie/stunserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY
32 lines (15 loc) · 1.1 KB
/
HISTORY
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
Version 1.0 - Initial release.
Version 1.1.0 - TCP support added. Better interop support
Version 1.1.1 - Fix for padding and response-port attribute id values.
Version 1.1.2 - Fix compile issues for older linux and macos distributions
Version 1.1.3 - Fix compile issue for clang on MacOSX
Version 1.2.0 - Amazon EC2 support added
Version 1.2.1 - Fixed various compile and test issues, including the sync_add_fetch_4 linker error
Version 1.2.2 - Fixed regression with regards to compiling with 32-bit clang++
Version 1.2.3 - Globally disable SIGPIPE
Version 1.2.4 - Fix a socket bug unique to Windows.
Version 1.2.5 - Block IPv6 sockets from receiving IPv4 traffic
Version 1.2.5a - Rebuilt Windows binaries with new CygWin DLL. Code signing applied to EXE files.
Version 1.2.6 - Fix compiler warning around unused local typedefs.
Version 1.2.7 - Fix compiler warning around unused local variable. Fixed the case where filtering test would report failure if the behavior test failed before it.
Version 1.2.8 - New command line parameter, --ddp, which enables DDOS (distributed denial of service) protection