Release Open vSwitch 1.1.0pre2 v1.1.0pre2
authorJustin Pettit <jpettit@nicira.com>
Tue, 14 Sep 2010 04:55:56 +0000 (21:55 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 14 Sep 2010 04:55:56 +0000 (21:55 -0700)
ChangeLog
configure.ac
debian/changelog

index 6e7217a..c816ed7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+v1.1.0pre2 - 13 Sep 2010
+------------------------
+    - Bug fixes
+
 v1.1.0pre1 - 31 Aug 2010
 ------------------------
     - OpenFlow 1.0 slicing (QoS) functionality
index 21f3473..08a6f0f 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.1.0pre1, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.1.0pre2, ovs-bugs@openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
index 89eb517..6a8ab58 100644 (file)
@@ -1,3 +1,9 @@
+openvswitch (1.1.0pre2) unstable; urgency=low
+
+  * Bug fixes
+
+ -- Open vSwitch team <dev@openvswitch.org>  Mon, 13 Sep 2010 21:50:00 +0000
+
 openvswitch (1.1.0pre1) unstable; urgency=low
 
   * OpenFlow 1.0 slicing (QoS) functionality