This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
107 lines (86 loc) · 2.92 KB
/
NEWS
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
net6
====
Version 1.3.14:
* Ensure that overflows on the user ID assigned to each connection
do not yield one that is already in use. (Reported by Vasiliy
Kulikov.) [CVE-2011-4093]
* Do not leak information about logged-in users. (Reported by
Vasiliy Kulikov.) [CVE-2011-4091]
* Fix build failures with GnuTLS 3.0 and above, thanks to
Vincent Untz.
* Updated translations
Version 1.3.13:
* Updated translations
Version 1.3.12:
* Allow non-blocking sockets on *nix.
* New translations:
- Korean
- English (Great Britain)
Version 1.3.11:
* Fix possible TLS lockup on Windows.
* New translation:
- Ukrainian, thanks to Yuri Chornoivan!
Version 1.3.10:
* Ensure compatibility with GnuTLS >= 2.7.x by relying on pkg-config.
* Set SO_REUSEADDR on server sockets to ensure fast server restarts.
* Updated translations: Spanish, Italian, French, Portuguese
* New translations:
- Hebrew
- Brazilian Portuguese
- Russian
- Simplified Chinese
- Norwegian Bokmal (partial)
- Slovak (partial)
Version 1.3.9:
* Try to open both IPv6 and IPv4 listening sockets in case IPv6 sockets
do not accept IPv4 connections.
Version 1.3.8:
* Optimise the escaping of big packets (thanks to Benjamin Herr)
Version 1.3.7:
* Bugfix for compilation on NetBSD.
* New translations:
- Portuguese (partial)
Version 1.3.6:
* Translation roundup
Version 1.3.5:
* Bug fix release, fixing a deference of an already freed pointer
Version 1.3.4:
* Compilation fixes
* Bug fixes, one of them had the potential to crash the application
Version 1.3.3:
* Errors encountered on the connections do no longer propagate
to the selector of the application
* Sockets could be opened without IPv6, enabling the application
to retry the socket connection when IPv6 is unavailable
Version 1.3.2:
* Compilation fixes for MingW and GNUTLS
* Updated Autotools and gettext helper files
Version 1.3.1:
* Encryption support through GNUTLS
* Interface changes in the selector
* Allow the use of the net6 protocol with Unix domain sockets
* Send keep-alives to detect dropped clients
* Correctly listen on IPv6 if possible
Version 1.2.2:
* Translation update
Version 1.2.1:
* Improve gettext handling to allow translations in header files
Version 1.2.0:
* This release is both API- and ABI-incompatible to the 1.1.x series.
* New boolean type added
* Heavily refactored through intensive use of templates
* MSVC8 build environment added
* Redesigned type concept with thread safety in mind
* New translations:
- Swedish (complete), thanks to Daniel Nylander!
- French (partial)
Version 1.1.0:
* This release is both API- and ABI-incompatible to the 1.0.x series.
* Numeric error code transmission
* Compilation fixed for FreeBSD
* More dynamic type system
* Internationalisation through GNU gettext
Version 1.0.1:
* Using gethostbyname on win32 to make it work on versions < Windows XP
Version 1.0.0:
* Initial release