Release Open vSwitch 1.0.3 v1.0.3
authorJustin Pettit <jpettit@nicira.com>
Sat, 9 Oct 2010 00:17:28 +0000 (17:17 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 9 Oct 2010 00:18:38 +0000 (17:18 -0700)
ChangeLog
configure.ac
debian/changelog

index ff134d9..474261d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+v1.0.3 - 08 Oct 2010
+------------------------
+    - Bug fixes
+
 v1.0.2 - 08 Oct 2010
 ------------------------
     - OpenFlow 1.0 slicing (QoS) functionality
index ccd4dae..9b31d1b 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.0.2, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.0.3, ovs-bugs@openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
index f426790..2631c7f 100644 (file)
@@ -1,3 +1,8 @@
+openvswitch (1.0.3) unstable; urgency=low
+  * Bug fixes
+
+ -- Open vSwitch team <dev@openvswitch.org>  Fri, 08 Oct 2010 17:16:00 +0000
+
 openvswitch (1.0.2) unstable; urgency=low
 
   * OpenFlow 1.0 slicing (QoS) functionality