summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-05-26 16:38:40 -0700
committerJustin Pettit <jpettit@nicira.com>2011-05-26 16:38:40 -0700
commitf7eaaeba017b2442edd730b929d4713ba4375b1e (patch)
tree955fedee86ded2f774c2204891d047d6e6faf101
parentf9b1f3983adfe00b953c7a6042d6f90df150e758 (diff)
downloadopenvswitch-f7eaaeba017b2442edd730b929d4713ba4375b1e.tar.gz
Prepare Open vSwitch 1.1.1 release.v1.1.1
-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 76d8e2983..3126e0537 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+v1.1.1 - 26 May 2011
+------------------------
+ - Bug fixes
+
v1.1.0 - 05 Apr 2011
------------------------
- Ability to define policies over IPv6
diff --git a/configure.ac b/configure.ac
index 5a2b5c0c4..29067916c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.1.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.1.1, 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 472f12155..26f2151d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (1.1.1-1) unstable; urgency=low
+
+ * Bug fixes.
+
+ -- Open vSwitch team <dev@openvswitch.org> Mon, 26 May 2011 16:36:00 +0000
+
openvswitch (1.1.0-1) unstable; urgency=low
* New upstream version