Release new version 0.5.2
[grml-network.git] / debian / changelog
1 grml-network (0.5.2) unstable; urgency=low
2
3   * [a3e63c3] netcardconfig: fix WLAN card detection. Thanks to Ulrich
4     Dangel <mru@grml.org> for the patch.
5
6  -- Michael Prokop <mika@grml.org>  Thu, 22 Dec 2011 03:17:15 +0100
7
8 grml-network (0.5.1) unstable; urgency=low
9
10   * [5a1079a] netcardconfig: fix variable assignment in awk cmdline.
11     Thanks to Marek Malevič. [Closes: issue1089]
12
13  -- Michael Prokop <mika@grml.org>  Thu, 08 Dec 2011 14:32:43 +0100
14
15 grml-network (0.5.0) unstable; urgency=low
16
17   [ Michael Prokop ]
18   * [684696d] Bump Standards-Version to 3.9.2.
19
20   [ Christian Hofstaedtler ]
21   * [6491538] Add debian/control headers Origin, Bugs
22   * [31498de] Update Ulrich Dangel's email address
23   * [db4b339] Remove Austrian provider specific configs, modem support
24   * [aea36d9] Fix spelling errors (from lintian)
25   * [dff6482] Refresh Debian packaging
26
27  -- Christian Hofstaedtler <ch@grml.org>  Fri, 14 Oct 2011 00:11:06 +0200
28
29 grml-network (0.4.1) unstable; urgency=low
30
31   * [77958ef] Shutdown interfaces before reconfiguring them,
32     so ifdown has a chance to kill previously started daemons
33     (dhclient et al).
34
35  -- Christian Hofstaedtler <ch@grml.org>  Fri, 10 Dec 2010 12:42:36 +0100
36
37 grml-network (0.4.0) unstable; urgency=low
38
39   [ Michael Gebetsroither ]
40   * [74f6b32] grml-vnet: remove useless root check
41
42   [ Christian Hofstaedtler ]
43   * [b11f6b3] add debnet [Closes: issue374]
44
45   [ Michael Prokop ]
46   * [22c73e4] debnet: adjust code indenting and error message
47   * [8cd1f63] Add manpage for debnet.
48
49  -- Michael Prokop <mika@grml.org>  Tue, 07 Dec 2010 12:15:50 +0100
50
51 grml-network (0.3.6) unstable; urgency=low
52
53   [ Ulrich Dangel ]
54   * [9ccc6a2] Read WPASECRET from file. [Closes: issue900]
55
56   [ Michael Prokop ]
57   * [1dbcebb] Bump Standards-Version to 3.9.1.
58
59  -- Michael Prokop <mika@grml.org>  Fri, 17 Sep 2010 00:26:35 +0200
60
61 grml-network (0.3.5) unstable; urgency=low
62
63   * [2ca346d] docs/grml-sniff.8.txt: update tcpdump commandline. -
64     thanks to Ralf Moll
65   * [65dcf3b] Bump Standards-Version to 3.9.0.
66
67  -- Michael Prokop <mika@grml.org>  Mon, 12 Jul 2010 11:34:02 +0200
68
69 grml-network (0.3.4) unstable; urgency=low
70
71   * Do not allow empty WPA passphrase. [Closes: issue846]
72
73  -- Michael Prokop <mika@grml.org>  Tue, 18 May 2010 14:24:17 +0200
74
75 grml-network (0.3.3) unstable; urgency=low
76
77   * Add iptables to Recommends.
78   * Fix bashism/non-POSIX usage of $UID.
79     [Closes: issue843] Thanks to Darshaka Pathirana.
80
81  -- Michael Prokop <mika@grml.org>  Thu, 29 Apr 2010 00:42:05 +0200
82
83 grml-network (0.3.2) unstable; urgency=low
84
85   * Update device detection in grml-pptp-xdsl-students and
86     netcardconfig (iwl3945 doesn't have an entry in
87     /proc/net/wireless with kernel 2.6.33 for example).
88   * Bump Standards-Version to 3.8.4 (no further changes).
89   * Fix wrong usage of redirection in Makefile for doc generation.
90   * Use bash in shebang line of grml-vpnc-tugraz.
91
92  -- Michael Prokop <mika@grml.org>  Fri, 02 Apr 2010 18:27:26 +0200
93
94 grml-network (0.3.1) unstable; urgency=low
95
96   * New script grml-sniff for configuring a network sniffing setup.
97   * Fix typos in grml-bridge.
98   * Drop 'Latest change' headers from all files.
99   * Bump to Standard Version 3.8.3 (no further changes).
100
101  -- Michael Prokop <mika@grml.org>  Mon, 17 Aug 2009 11:26:28 +0200
102
103 grml-network (0.2.9) unstable; urgency=low
104
105   * scanmodem: apply patch by Joerg Woelke which addresses the
106     right way to specify find options (thanks!). [Closes: issue712]
107   * Bump Standard to Version 3.8.2 (no further changes).
108
109  -- Michael Prokop <mika@grml.org>  Fri, 24 Jul 2009 22:59:07 +0200
110
111 grml-network (0.2.8) unstable; urgency=low
112
113   * netcardconfig: use 'udevadm info' instead of 'udevinfo' if
114     available as udevinfo will disappear from udev.
115
116  -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2009 00:40:52 +0200
117
118 grml-network (0.2.7) unstable; urgency=low
119
120   * grml-bridge: bring network devices up by default using
121     'ifconfig $DEV 0.0.0.0 up'. This makes configuration more
122     reliable according to my tests.
123
124  -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 11:37:25 +0200
125
126 grml-network (0.2.6) unstable; urgency=low
127
128   * grml-bridge:
129     - provide real status info in STP message
130     - check for presence of dhclient.pid of bridge and do not
131       fail if killing the process fails (as we want to get rid of
132       the bridge)
133     - when removing the bridge device take down the device
134       via ifconfig down so we don't fall into any race-conditions
135   * Bump Standard-Version to 3.8.1 (no further changes).
136   * Improve long description of Debian package.
137
138  -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 00:12:26 +0200
139
140 grml-network (0.2.5) unstable; urgency=low
141
142   * net-functions: getLanDriver() does not return driver for madwifi.
143     Thanks for the fix to Ulrich Dangel. [Closes: issue551]
144   * Update VCS headers (we use git nowadays).
145
146  -- Michael Prokop <mika@grml.org>  Mon, 03 Nov 2008 18:23:39 +0100
147
148 grml-network (0.2.4) unstable; urgency=low
149
150   * net-functions: if there is a default route not via an ip
151     address but just for a device defaultGWDev returns the wrong
152     device name, as the device is in the third row not the fifth.
153     Fix this issue, thanks - Ulrich Dangel. [Closes: issue550]
154
155  -- Michael Prokop <mika@grml.org>  Sun, 12 Oct 2008 11:04:46 +0200
156
157 grml-network (0.2.3) unstable; urgency=low
158
159   * Depend on grml-etc-core, as several scripts use
160     /etc/grml/script-functions. Thanks to Darshaka Pathirana!
161     [Closes: issue515]
162   * Bump to Standard-Version 3.8.0 (no further changes).
163   * Fix binary-arch-rules-but-pkg-is-arch-indep in debian/rules.
164
165  -- Michael Prokop <mika@grml.org>  Tue, 16 Sep 2008 01:02:53 +0200
166
167 grml-network (0.2.2) unstable; urgency=low
168
169   * Fix UID check in grml-pptp-inode.
170
171  -- Michael Prokop <mika@grml.org>  Tue, 22 Jul 2008 01:13:32 +0200
172
173 grml-network (0.2.1) unstable; urgency=low
174
175   * grml-bridge: remove '-e' option in dhclient call.
176     Thanks to Tobias Walkowiak for reporting and the fix.
177
178  -- Michael Prokop <mika@grml.org>  Wed, 26 Mar 2008 23:02:57 +0100
179
180 grml-network (0.2.0) unstable; urgency=low
181
182   * grml-pptp-inode, grml-pptp-vcgraz, grml-pptp-xdsl-students and
183     grml-vpnc-tugraz: make sure we export LANG=C so parsing ifconfig
184     output inside subshells works in a non-C setup as well.
185
186  -- Michael Prokop <mika@grml.org>  Sat, 26 Jan 2008 00:13:42 +0100
187
188 grml-network (0.1.18) unstable; urgency=low
189
190   * netcardconfig: check for presence of /proc/net/dev.
191
192  -- Michael Prokop <mika@grml.org>  Sun, 20 Jan 2008 19:54:43 +0100
193
194 grml-network (0.1.17) unstable; urgency=low
195
196   * Fix manpage handling of xsltproc.
197
198  -- Michael Prokop <mika@grml.org>  Fri, 07 Dec 2007 00:04:53 +0100
199
200 grml-network (0.1.16) unstable; urgency=low
201
202   * Split Suggests into Suggests and Recommends.
203   * Add dialog to Depends and vpnc to Recommends.
204     Thanks Darshaka Pathirana! [Closes: issue344]
205
206  -- Michael Prokop <mika@grml.org>  Thu, 22 Nov 2007 11:17:35 +0100
207
208 grml-network (0.1.15) unstable; urgency=low
209
210   * Suggest x.x.x.1 as default gatway and DNS server instead of x.x.x.254.
211   * Create directory /etc/udev/scripts/ before using it.
212
213  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 00:15:02 +0100
214
215 grml-network (0.1.14) unstable; urgency=low
216
217   [ Michael Gebetsroither ]
218   * fix name of grml-vnet inside manpage
219
220  -- Michael Prokop <mika@grml.org>  Sun, 28 Oct 2007 13:28:44 +0100
221
222 grml-network (0.1.13) unstable; urgency=low
223
224   [ Michael Prokop ]
225   * some small typo fixes
226
227   [ Michael Gebetsroither ]
228   * added grml-vnet for tun/tap device handling
229   * added manpage for grml-vnet
230   * added uml-utilities to Suggests
231   * grml-vnet: reworked interface activation code
232   * grml-vnet: deactivate bridge before removing
233
234  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 27 Oct 2007 15:38:37 +0000
235
236 grml-network (0.1.12) unstable; urgency=low
237
238   * Deactivate CONFIG_DHCP in /etc/grml/autconfig if user
239     wants to use configuration via /etc/network/interfaces.
240     [Closes: issue225]
241   * generate_udev_entry: send errors to /dev/null as well because
242     the the /lib/udev/write_net_rules script script outputs a sed
243     warning which might unsettle users
244
245  -- Michael Prokop <mika@grml.org>  Wed, 30 May 2007 10:26:42 +0200
246
247 grml-network (0.1.11) unstable; urgency=low
248
249   * Remove german umlauts from scripts to avoid problems with
250     iso<->utf on console. Thanks for reporting and help in debugging
251     the problem, David Vilar Benet!
252
253  -- Michael Prokop <mika@grml.org>  Fri, 20 Apr 2007 00:38:03 +0200
254
255 grml-network (0.1.10) unstable; urgency=low
256
257   * Add psmisc to depends (killall is shipped with psmisc).
258
259  -- Michael Prokop <mika@grml.org>  Sun, 18 Mar 2007 14:33:09 +0100
260
261 grml-network (0.1.9) unstable; urgency=low
262
263   * Support generation of udev rules for persistent interface names
264     across reboots (using an autogenerated script named
265     /etc/udev/scripts/netcardconfig). Thanks for the nice idea,
266     Michael Hanscho! [Closes: issue153]
267   * Change version schema from x.y-z to x.y.z.
268
269  -- Michael Prokop <mika@grml.org>  Thu, 15 Mar 2007 20:37:05 +0100
270
271 grml-network (0.1-8) unstable; urgency=low
272
273   * grml-vpnc-tugraz: add (deactivated by default) template
274     'Rekeying interval 21600'
275
276  -- Michael Prokop <mika@grml.org>  Wed, 28 Feb 2007 09:57:49 +0100
277
278 grml-network (0.1-7) unstable; urgency=low
279
280   * Fix path for routersetup within manpage, thanks for reporting,
281     Jens Heidrich!
282
283  -- Michael Prokop <mika@grml.org>  Sat,  3 Feb 2007 11:10:55 +0100
284
285 grml-network (0.1-6) unstable; urgency=low
286
287   * Use /etc/grml/script-functions.
288   * Add wpasupplicant to suggests.
289   * Don't use any other languages than english.
290   * Merge wpa[2] code (don't use /etc/wpa_supplicant.conf but
291     Debian's infrastructure in /etc/network/interfaces) from sidux:
292     http://svn.berlios.de/wsvn/fullstory/configure-networkcard/trunk/
293
294  -- Michael Prokop <mika@grml.org>  Sat, 27 Jan 2007 19:29:21 +0100
295
296 grml-network (0.1-5) unstable; urgency=low
297
298   * Use resolvconf infrastructure for DNS setup: write dns-nameservers
299     options to /etc/network/interfaces instead of direct writing to
300     /etc/resolv.conf. This should fix issue87 and issue74.
301   * Add resolvconf to Suggests.
302
303  -- Michael Prokop <mika@grml.org>  Sat, 27 Jan 2007 18:15:54 +0100
304
305 grml-network (0.1-4) unstable; urgency=low
306
307   * netcardconfig: added support for ipw3945
308
309  -- Michael Prokop <mika@grml.org>  Mon,  4 Dec 2006 14:56:00 +0100
310
311 grml-network (0.1-3) unstable; urgency=low
312
313   * Use 'Architecture: all' in debian/control so we can use the
314     package on non-x86 as well.
315
316  -- Michael Prokop <mika@grml.org>  Sat, 11 Nov 2006 12:08:57 +0100
317
318 grml-network (0.1-2) unstable; urgency=low
319
320   * Applied patch from schula to grml-router for better
321     error handling with outgoing device.
322
323  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 11:23:01 +0200
324
325 grml-network (0.1-1) unstable; urgency=low
326
327   * Initial release.
328
329  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 00:36:01 +0200
330