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