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