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