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 29fcd2d..153d966 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 3088fa5..7d7b4fe 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 216e089..972226d 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.