Release Open vSwitch 1.1.0-pre1
authorJustin Pettit <jpettit@nicira.com>
Tue, 31 Aug 2010 21:16:14 +0000 (14:16 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 1 Sep 2010 06:22:44 +0000 (23:22 -0700)
ChangeLog
configure.ac
debian/changelog

index 29fcd2d8c6c2caa2128dce50f48ccf1496adaf63..153d9669558f2e32d4db60712c95386701fb9f47 100644 (file)
--- 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
index 3088fa5d83e4c71bdbd2d12db9b6a3eb3aef0f61..7d7b4fe6f46dd85785f5cf5f0476637ce0728f57 100644 (file)
@@ -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])
index 216e089e17b5337f56cc6c36d4e1ecb3c46ebaa2..972226d58c4f85e1ee0afb4b7b2007b1b50ad0d0 100644 (file)
@@ -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 <dev@openvswitch.org>  Tue, 31 Aug 2010 23:20:00 +0000
+
 openvswitch (1.0.1) unstable; urgency=low
 
   * New upstream version.