Hmm, I don't see any use of my @nicira.com address here.  I think the
[email protected] one is OK.  I pushed it as-is.

On Mon, May 07, 2012 at 10:33:17AM -0700, Justin Pettit wrote:
> Same comment about email address.  Otherwise, looks good.  Thanks.
> 
> --Justin
> 
> 
> On May 7, 2012, at 9:34 AM, Ben Pfaff wrote:
> 
> > Reported-by: Greg Dahlman <[email protected]>
> > Signed-off-by: Ben Pfaff <[email protected]>
> > ---
> > AUTHORS          |    1 +
> > debian/changelog |   84 
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > 2 files changed, 85 insertions(+), 0 deletions(-)
> > 
> > diff --git a/AUTHORS b/AUTHORS
> > index 920f4e4..b4ec9c7 100644
> > --- a/AUTHORS
> > +++ b/AUTHORS
> > @@ -95,6 +95,7 @@ George Shuklin          [email protected]
> > Ghanem Bahri            [email protected]
> > Giuseppe de Candia      [email protected]
> > Gordon Good             [email protected]
> > +Greg Dahlman            [email protected]
> > Gregor Schaffrath       [email protected]
> > Hassan Khan             [email protected]
> > Hector Oron             [email protected]
> > diff --git a/debian/changelog b/debian/changelog
> > index a691190..1ea1c83 100644
> > --- a/debian/changelog
> > +++ b/debian/changelog
> > @@ -68,6 +68,90 @@ openvswitch (1.5.0-1) unstable; urgency=low
> > 
> >  -- Open vSwitch team <[email protected]>  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 <[email protected]>  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 <[email protected]> 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 <[email protected]> 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 <[email protected]>  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 <[email protected]>  Thu, 08 Mar 2012 08:46:24 +0000
> > +
> > openvswitch (1.4.0-2) unstable; urgency=low
> > 
> >   * Use explicit DKMS variable for kernel source directory
> > -- 
> > 1.7.2.5
> > 
> > _______________________________________________
> > dev mailing list
> > [email protected]
> > http://openvswitch.org/mailman/listinfo/dev
> 
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to