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