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