Bump Standard-Version, improve long description
authorMichael Prokop <mika@grml.org>
Wed, 8 Apr 2009 22:13:20 +0000 (00:13 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 8 Apr 2009 22:15:33 +0000 (00:15 +0200)
debian/changelog
debian/control

index 416e8c8..79b69ca 100644 (file)
@@ -1,3 +1,17 @@
+grml-network (0.2.6) unstable; urgency=low
+
+  * grml-bridge:
+    - provide real status info in STP message
+    - check for presence of dhclient.pid of bridge and do not
+      fail if killing the process fails (as we want to get rid of
+      the bridge)
+    - when removing the bridge device take down the device
+      via ifconfig down so we don't fall into any race-conditions
+  * Bump Standard-Version to 3.8.1 (no further changes).
+  * Improve long description of Debian package.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 00:12:26 +0200
+
 grml-network (0.2.5) unstable; urgency=low
 
   * net-functions: getLanDriver() does not return driver for madwifi.
index 4f0964a..6aedbf0 100644 (file)
@@ -3,7 +3,7 @@ Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Build-Depends: debhelper (>= 5), xsltproc, docbook-xsl, asciidoc
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://git.grml.org/?p=grml-network.git
 Vcs-git: git://git.grml.org/grml-network.git
 Vcs-Browser: http://git.grml.org/?p=grml-network.git
@@ -16,4 +16,10 @@ Suggests: isdnutils-base
 Conflicts: grml-scripts (<< 0.8-26)
 Description: network related helper scripts
  This package provides scripts for network related
- tasks which should make life easier.
+ tasks which should make life easier. Like:
+ .
+  * grml-ap: set up your box as access point
+  * grml-bridge: set up your box as bridge
+  * grml-network: interface for several network related tasks
+  * grml-router: set up your box as NAT-router
+  * netcardconfig: console based network configuration tool