From: Justin Pettit Date: Tue, 31 Aug 2010 21:16:14 +0000 (-0700) Subject: Release Open vSwitch 1.1.0-pre1 X-Git-Tag: v1.1.0pre1~1 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=476d56f51d4935ff437537db151a49c7db8cd897 Release Open vSwitch 1.1.0-pre1 --- diff --git a/ChangeLog b/ChangeLog index 29fcd2d8c..153d96695 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +v1.1.0-pre1 - 31 Aug 2010 +------------------------- + - OpenFlow 1.0 slicing (QoS) functionality + - Python bindings for configuration database (no write support) + - Performance and scalability improvements + - Bug fixes + v1.0.1 - 31 May 2010 -------------------- - New "patch" interface type diff --git a/configure.ac b/configure.ac index 3088fa5d8..7d7b4fe6f 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.0.1, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.1.0-pre1, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 216e089e1..972226d58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +openvswitch (1.1.0-pre1) unstable; urgency=low + + * OpenFlow 1.0 slicing (QoS) functionality + * Python bindings for configuration database (no write support) + * Performance and scalability improvements + * Bug fixes + + -- Open vSwitch team Tue, 31 Aug 2010 23:20:00 +0000 + openvswitch (1.0.1) unstable; urgency=low * New upstream version.