bridge-utils (1.5-2ubuntu1) oneiric; urgency=low * Merge from Debian unstable (LP: #483427, LP: #377474). Remaining changes: - Add an upstart job which triggers on each net-device-added event, to see whether we need to add this to a bridge. * Changes merged in Debian: - debian/rules, debian/bridge-utils.sh, debian/dirs, debian/ifupdown.sh: factor out the parsing of bridge_ports into a reusable shell library. * Replace the upstart job with a udev rule instead; thanks to Manty for the suggestion. -- Steve Langasek Sun, 08 May 2011 23:02:24 +0200 bridge-utils (1.5-2) unstable; urgency=low * Include Ubuntu's patch to factor out parsing of bridge_ports into a reusable shell library. -- Santiago Garcia Mantinan Tue, 03 May 2011 19:35:38 +0200 bridge-utils (1.5-1) unstable; urgency=low * New upstream version. Closes: #611761. * Relocate ifupdown.sh to /lib/bridge-utils and brctl to /sbin. Closes: #569350. * Removed SMPNOTES, upstream updated FIREWALL. Closes: #518649. * Removed the 30 seconds wait. Closes: #549696. * Only suggest ifupdown. Closes: #595115. * Remove the versioning from the description. Closes: #595116. * Disable ipv6 on the interfaces of the bridge. Closes: #607741. * On newer kernels we wait only till we forward. Closes: #549696. * Use sleep 0.1 (0.01 was too much), thanks Mikhail. Closes: #572835. * Set ret to -1 on errno to avoid returning 0. Closes: #574363. * Fix manpage setageing explanation. Closes: #523141. * Make it lintian clean again. -- Santiago Garcia Mantinan Tue, 19 Apr 2011 19:45:51 +0200 bridge-utils (1.4-5ubuntu2) lucid; urgency=low * bridge-utils.bridge-network-interface.upstart: adjust the matching so that bridges pointed at vlans on a physical interface are started when the physical interface is up, since there's no udev event for the vlan. -- Steve Langasek Thu, 11 Feb 2010 07:52:31 -0800 bridge-utils (1.4-5ubuntu1) lucid; urgency=low * debian/rules, debian/bridge-utils.sh, debian/dirs, debian/ifupdown.sh: factor out the parsing of bridge_ports into a reusable shell library. * Add an upstart job which triggers on each net-device-added event, to see whether we need to add this to a bridge. -- Steve Langasek Thu, 04 Feb 2010 17:51:51 -0800 bridge-utils (1.4-5) unstable; urgency=low * Try to fix the lack of bridge/ on the sysfs paths. Closes: 496491. * Add a comment on the bridge-utils-interfaces manpage about the misusage of stanzas for the bridge ports in the interfaces file. Closes: #488313. -- Santiago Garcia Mantinan Wed, 27 Aug 2008 21:21:41 +0200 bridge-utils (1.4-4) unstable; urgency=low * Add a set of examples to help the bridges on hibernation, ... -- Santiago Garcia Mantinan Tue, 08 Jul 2008 21:26:46 +0200 bridge-utils (1.4-3) unstable; urgency=low * Fix reference to the bridge-utils-interfaces manpage on the README.Debian file. Closes: #484853. * Bump Standards-Version. -- Santiago Garcia Mantinan Sun, 15 Jun 2008 12:29:13 +0200 bridge-utils (1.4-2) unstable; urgency=low * Fix README.Debian pointer. Closes: #461524. * Fix bridge-utils-interfaces(5). Closes: #464500. * Fix package descriptions. Closes: #466783. -- Santiago Garcia Mantinan Thu, 17 Apr 2008 13:18:30 +0200 bridge-utils (1.4-1) unstable; urgency=low * New upstream version. * Merge if-pre-up and if-post-down scripts into ifupdown.sh and don't consider it a conffile anymore (moved to /usr/share/bridge-utils). * Add a watch file. * Write a bridge-utils-interfaces manpage with the information that we used to have on the README.Debian file. Closes: #410278. * Add the new option bridge_waitport to wait for ports to become available. Closes: #454752. -- Santiago Garcia Mantinan Wed, 09 Jan 2008 23:05:22 +0100 bridge-utils (1.2-2) unstable; urgency=low * Fix port no and id reading from sysfs (taken from git). * Fix segfault on bridge named "bridge", thanks Robert. Closes: #431860. * Fix printing of unknown commands, thanks Julien. Closes: #406907. * Fix the FAQ url. Closes: #410277. * Apply the regexp patch. Closes: #405215. -- Santiago Garcia Mantinan Mon, 15 Oct 2007 22:57:46 +0200 bridge-utils (1.2-1) unstable; urgency=low * New upstream version. * Updated scripts so that you can now use "all" + others to select all the eth* interfaces + others you'd like to add. * Updated README.Debian with info on wireless. Closes: #378508. -- Santiago Garcia Mantinan Thu, 28 Sep 2006 21:16:09 +0200 bridge-utils (1.1-3) unstable; urgency=low * Fix the ENODEV message on deleting an interface. Closes: #383938. -- Santiago Garcia Mantinan Sat, 26 Aug 2006 19:22:45 +0200 bridge-utils (1.1-2) unstable; urgency=low * Update sources to current git. Closes: #376914. -- Santiago Garcia Mantinan Wed, 12 Jul 2006 23:46:59 +0200 bridge-utils (1.1-1) unstable; urgency=low * New upstream version. * Uses libsysfs2. Closes: #347634. * Added an example of an anonymous bridge (thanks to M.Biebl for the idea). Closes: #348946. * Changed the message for ENODEV. Closes: #348617. * Added the bridge_hw config option (thanks to Jerome for the idea). See the README for a full explanation on this. Closes: #271406. -- Santiago García Mantiñán Tue, 7 Feb 2006 19:15:56 +0100 bridge-utils (1.0.6-1) unstable; urgency=low * The "Sorry it took so long" release (AKA I've missed sarge). Yes, that's the real me (in UTF). * New upstream version. * Call vlan on post-down so that vlan interfaces get removed. * Take down bridge interfaces before deleting bridge, also reorder the instructions in post-down (thanks to Loïc Minier). Closes: #302521. * Fix little doc bug. Closes: #296881. -- Santiago García Mantiñán Thu, 19 May 2005 18:44:06 +0200 bridge-utils (1.0.4-1) unstable; urgency=low * New upstream version. -- Santiago Garcia Mantinan Thu, 10 Jun 2004 16:04:37 +0200 bridge-utils (1.0.3+1.0.4rc3-1) unstable; urgency=low * New upstream version. Closes: #213582, #252903. * Changed stp notes to signal the change in the kernel's default on latest kernels. Closes: #223185. * Clarified that with bridge_ports all we mean the ethX interfaces. Closes: #226231. * Changed package description to reflect that this package works in 2.4 or later kernels. Closes: #250136. * No longer depends on ifupdown, but I still strongly suggest it. Changed doc acordingly. Closes: #249432. -- Santiago Garcia Mantinan Sat, 5 Jun 2004 01:50:34 +0200 bridge-utils (0.9.6-5) unstable; urgency=low * The "happy birthday to every user/devel of the world" release. * Remove debconf questions to enter sarge with a clean 10th aniversary spirit. Closes: #187768, #205790. -- Santiago Garcia Mantinan Sun, 17 Aug 2003 17:53:31 +0200 bridge-utils (0.9.6-4) unstable; urgency=low * Add support for autoconfiguring VLAN interfaces, idea and patch from Paul Slootman. Closes: #189386. -- Santiago Garcia Mantinan Thu, 8 May 2003 20:21:14 +0200 bridge-utils (0.9.6-3) unstable; urgency=low * Fix /etc/network/if-up.d/bridge not being removed. It will be automatically removed or you'll be asked via debconf. -- Santiago Garcia Mantinan Thu, 13 Feb 2003 17:43:56 +0100 bridge-utils (0.9.6-2) unstable; urgency=low * Reworked the scripts, now dhcp should work ok. Closes: #179051. This also helps #164823, set address 0.0.0.0 with any netmask, it gives an error but the interface remains up with no address. It isn't perfect, but will do till ifupdown fixes #164823. -- Santiago Garcia Mantinan Thu, 30 Jan 2003 23:10:33 +0100 bridge-utils (0.9.6-1) unstable; urgency=low * New upstream version. Closes: #143069. -- Santiago Garcia Mantinan Tue, 17 Dec 2002 20:20:46 +0100 bridge-utils (0.9.5-2) unstable; urgency=low * Patched to allow the bridge to start without any interfaces attached to it by using "bridge_ports none" on the configuration of the bridge interface. Closes: #136136. -- Santiago Garcia Mantinan Sat, 9 Mar 2002 20:43:17 +0100 bridge-utils (0.9.5-1) unstable; urgency=low * New upstream version. -- Santiago Garcia Mantinan Mon, 11 Feb 2002 21:23:26 +0100 bridge-utils (0.9.4-1) unstable; urgency=low * New upstream version. -- Santiago Garcia Mantinan Mon, 7 Jan 2002 18:48:32 +0100 bridge-utils (0.9.3-1) unstable; urgency=low * New upstream version (fixes the 42.94s timer wrap). -- Santiago Garcia Mantinan Sat, 23 Jun 2001 21:45:36 +0200 bridge-utils (0.9.2-3) unstable; urgency=low * By default we wait for the bridge to get ready. * Upgraded to standards 3.1.0.0, debhelper 3 and Build-Depends. -- Santiago Garcia Mantinan Fri, 18 May 2001 18:15:08 +0200 bridge-utils (0.9.2-2) unstable; urgency=low * Removed the -dev package until it is really needed. * Upgraded to ifupdown 0.6.0 way of working. -- Santiago Garcia Mantinan Sat, 24 Feb 2001 17:31:02 +0100 bridge-utils (0.9.2-1) unstable; urgency=low * Initial Release. -- Santiago Garcia Mantinan Wed, 8 Nov 2000 20:09:10 +0100 Local variables: mode: debian-changelog End: