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