Signed-off-by: Justin Pettit <[email protected]>
---
NEWS | 7 ++++++-
configure.ac | 2 +-
debian/changelog | 7 +++++++
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 8216da0..9dd0560 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
-v1.6.0 - xx xxx xxxx
+v1.6.1 - 14 Jun 2012
------------------------
+ - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
+
+v1.6.0 - 24 Feb 2012
+------------------------
+ *** Internal only release ***
- bonding
- LACP bonds no longer fall back to balance-slb when negotiations fail.
Instead they drop traffic.
diff --git a/configure.ac b/configure.ac
index f03047a..9f0a611 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.6.0, [email protected])
+AC_INIT(openvswitch, 1.6.1, [email protected])
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index b60b1a5..afd9786 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openvswitch (1.6.1-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+ - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
+
+ -- Open vSwitch team <[email protected]> Fri, 14 Jun 2012 13:52:17 +0900
+
openvswitch (1.6.0-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
--
1.7.5.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev