aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-10-08 17:17:28 -0700
committerJustin Pettit <jpettit@nicira.com>2010-10-08 17:18:38 -0700
commit0dfae8613ef3e5dc9bae8fa2a671510d5752b3b1 (patch)
treeff291da60550ef7ba9a48caa5de6e97c594ffcde
parentfcba238dd229ce0edb953161d774f6a3b4161c13 (diff)
Release Open vSwitch 1.0.3v1.0.3
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog5
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff134d9a..474261de 100644
--- 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
diff --git a/configure.ac b/configure.ac
index ccd4daec..9b31d1bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index f4267903..2631c7f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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