aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-09-13 21:55:56 -0700
committerJustin Pettit <jpettit@nicira.com>2010-09-13 21:55:56 -0700
commitd59051362fa8ac4369f1be69ac942a52c9a424b9 (patch)
tree9ae4db1f8a235b7690e945d988e1f392c915713f
parentb14c5fe9bd85b440d1727934c84d5f7fded051f7 (diff)
Release Open vSwitch 1.1.0pre2v1.1.0pre2
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e7217a5..c816ed7c 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 21f34739..08a6f0fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index 89eb5176..6a8ab587 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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