From 34c1f33b3790d1e707a2de403a8fcb015d0090af Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 7 May 2012 09:34:12 -0700 Subject: [PATCH] debian: Synchronize debian/changelog with downstream Debian changelog. Reported-by: Greg Dahlman Signed-off-by: Ben Pfaff --- AUTHORS | 1 + debian/changelog | 84 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) diff --git a/AUTHORS b/AUTHORS index 920f4e41..b4ec9c73 100644 --- a/AUTHORS +++ b/AUTHORS @@ -95,6 +95,7 @@ George Shuklin amarao@desunote.ru Ghanem Bahri bahri.ghanem@gmail.com Giuseppe de Candia giuseppe.decandia@gmail.com Gordon Good ggood@nicira.com +Greg Dahlman gdahlman@hotmail.com Gregor Schaffrath grsch@net.t-labs.tu-berlin.de Hassan Khan hassan.khan@seecs.edu.pk Hector Oron hector.oron@gmail.com diff --git a/debian/changelog b/debian/changelog index a6911902..1ea1c83c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -68,6 +68,90 @@ openvswitch (1.5.0-1) unstable; urgency=low -- Open vSwitch team Wed, 15 Feb 2012 11:12:48 +0900 +openvswitch (1.4.0+git20120426-1) unstable; urgency=low + + * New upstream release fixing the following bugs: + o Broken log rotation. + o Use-after-free error when ports disappear. + o Minor memory leaks. + o Testsuite failures on big-endian architectures. + + -- Ben Pfaff Thu, 26 Apr 2012 13:46:55 -0700 + +openvswitch (1.4.0+git20120321-1) unstable; urgency=low + + * New upstream version including: + o Features: + - ovs-vsctl: Allow "fake bridges" to be created for VLAN 0. + - vswitchd: Make the MAC entry aging time configurable. + - mac-learning: Increase MAC learning timeout to 300 seconds. + o Bug fixes: + - netdev-linux: Fix use-after-free when netdev_dump_queues() deletes + queues. + - netlink-socket: Increase Netlink socket receive buffer size. + - ofproto: Fix code that keeps track of MTU. + - ovs-monitor-ipsec: Detect correctly IPSEC configuration changes + - bond: Incorrectly reported an error in appctl. + - socket-util: Unlink Unix domain sockets that bind but fail to connect. + - bridge: Remove unwanted ports at time of ofproto creation. + - dpif-linux: Make dpif_linux_port_query_by_name() query only one + datapath. + - ofproto-dpif: Cleanup STP on ports when disabled on their bridge. + - configure: Try to extract kernel source directory from build Makefile. + - vswitchd: Always configure a default queue for QoS. + - ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL. + - sflow_agent: Use snprintf() in place of sprintf(). + o Packaging: + - Move PKI directory to FHS-compliant location. Closes: #661090. + Thanks to Andreas Beckmann for reporting + this bug. + - Use a different way to avoid failing install without kernel module. + - Avoid unit test failure when doing "unofficial" builds. + - Bump standards-version to 3.9.3. + - Remove some useless files from the dkms package. + - Clean .pyc files in "clean" target. + - Remove po-debconf build dependency. + - Build-depend on python-all to pull in all Python versions. + - Add missing ${python:Depends} to openvswitch-test package. + - Improve long descriptions so as to better describe the packages. + - Bump debhelper compat level to 8 and make build-depends consistent. + - Fix exit status of openvswitch-switch init script "status" command. + - Use provided kernel source dir instead of host kernel version. + - Do not run "make" if "configure" fails during DKMS build. + - Look in /lib/modules instead of /usr/src for DKMS kernel sources. + - Fix dependencies for openvswitch-datapath-dkms package. + - Don't install Python modules for obsolete Python versions. + - Add dependency on ${misc:Depends} to openvswitch-test + o Documentation improvements: + - ovsdb-doc: Use minus sign in negative numbers in nroff output. + - ovsdb-doc: Convert '-' preceding a number as a minus sign, not a + hyphen. + - ovsdb-doc: Put NAME section into generated manpage. + - Fix typo in manpage. + - vswitchd: Document behavior of 802.1p priorities with VLAN splinters. + - netdev: Fix typo in error message. + - INSTALL.Linux: minor typo + + * Many thanks to Thomas Goirand for contributing many + of the packaging fixes listed above. + + * This version fixes most of the lintian errors described in bug + #663051, but a few remain, so this upload does not close that bug. I + believe that this upload should be suitable for downgrading that bug's + severity. + + -- Ben Pfaff Wed, 21 Mar 2012 10:00:28 -0700 + +openvswitch (1.4.0-2+nmu1) unstable; urgency=low + + * Non maintainer upload. + * Removes all patches in debian/patches, because they are patching stuff + inconditionally in debian/*, and this should be applied by default. + * Uses the correct ${kernel_source_dir} in debian/dkms.conf.in, so that + the kernel module builds as expected (Closes: #659685). + + -- Thomas Goirand Thu, 08 Mar 2012 08:46:24 +0000 + openvswitch (1.4.0-2) unstable; urgency=low * Use explicit DKMS variable for kernel source directory -- 2.30.2