changelog, Makefile.in: finalise 0.3.1~beta3
[secnet] / debian / changelog
1 secnet (0.3.1~beta3) unstable; urgency=low
2
3 * Build fixes for non-i386 architectures and gcc 4.8.2.
4
5 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 08 May 2014 19:53:43 +0100
6
7 secnet (0.3.1~beta2) unstable; urgency=low
8
9 Fix relating to new fragmentation / ICMP functionality:
10 * Generate ICMP packets correctly in point-to-point configurations.
11
12 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 03 May 2014 18:58:09 +0100
13
14 secnet (0.3.1~beta1) unstable; urgency=low
15
16 Security fixes (vulnerabilities are to inside attackers only):
17 * SECURITY: Fixes to MTU and fragmentation handling.
18 * SECURITY: Correctly set "unused" ICMP header field.
19 * SECURITY: Fix IP length check not to crash on very short packets.
20
21 New feature:
22 * Make the inter-site MTU configurable, and negotiate it with the peer.
23
24 Bugfixes etc.:
25 * Fix netlink SEGV on clientless netlinks (i.e. configuration error).
26 * Fix formatting error in p-t-p startup message.
27 * Do not send ICMP errors in response to unknown incoming ICMP.
28 * Fix formatting error in secnet.8 manpage.
29 * Internal code rearrangements and improvements.
30
31 Packaging improvements:
32 * Updates to release checklist in Makefile.in.
33 * Additions to the test-example suite.
34
35 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 01 May 2014 19:02:56 +0100
36
37 secnet (0.3.0) unstable; urgency=low
38
39 * Release of 0.3.0. No code changes since 0.3.0~beta3.
40 * Update release checklist.
41
42 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 01 Sep 2013 20:27:48 +0100
43
44 secnet (0.3.0~beta3) unstable; urgency=low
45
46 * New upstream version.
47 - Stability bugfix: properly initialise site's scratch buffer.
48
49 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Mon, 05 Aug 2013 11:54:09 +0100
50
51 secnet (0.3.0~beta2) unstable; urgency=low
52
53 * New upstream version.
54 - SECURITY FIX: RSA public modulus and exponent buffer overflow.
55 - SECURITY FIX: Use constant-time memcmp for message authentication.
56 - SECURITY FIX: Provide a new transform, eax-serpent, to replace cbcmac.
57 - SECURITY FIX: No longer send NAKs for NAKs, avoiding NAK storm.
58 - SECURITY FIX: Fix site name checking when site name A is prefix of B.
59 - SECURITY FIX: Safely reject too-short IP packets.
60 - Better robustness for mobile sites (proper user of NAKs, new PROD msg).
61 - Better robustness against SLIP decoding errors.
62 - Fix bugs which caused routes to sometimes not be advertised.
63 - Protocol capability negotiation mechanism.
64 - Improvements and fixes to protocol and usage documentation.
65 - Other bugfixes and code tidying up.
66
67 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 25 Jul 2013 18:26:01 +0100
68
69 secnet (0.3.0~beta1) unstable; urgency=low
70
71 * New upstream version.
72 - SECURITY FIX: avoid crashes (or buffer overrun) on short packets.
73 - Bugfixes relating to packet loss during key exchange.
74 - Bugfixes relating to link up/down status.
75 - Bugfixes relating to logging.
76 - make-secnet-sites made more sophisticated to support two vpns on chiark.
77 - Documentation improvements.
78 - Build system improvements.
79 * Debian packaging improvements:
80 - Native package.
81 - Maintainer / uploaders.
82 - init script requires $remove_fs since we're in /usr.
83
84 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 12 Jul 2012 20:18:16 +0100
85
86 secnet (0.2.1-1) unstable; urgency=low
87
88 * New upstream version. (authbind endianness fix)
89
90 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 11 Dec 2011 13:14:57 +0000
91
92 secnet (0.2.0-1) unstable; urgency=low
93
94 * New upstream version.
95
96 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 10 Dec 2011 22:44:41 +0000
97
98 secnet (0.1.18-1) unstable; urgency=low
99
100 * New upstream version.
101
102 -- Stephen Early <steve@greenend.org.uk> Tue, 18 Mar 2008 17:45:00 +0000