summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2018-05-18 14:24:11 -0700
committerJustin Pettit <jpettit@ovn.org>2018-05-18 15:53:23 -0700
commit9088b94a438840f54c0bb5d2a4a59ed8ff91737c (patch)
tree4622f0f79702171d4731ba823cf8945565107a71
parent438dd6fb7524f20e0153211b55415866572a3977 (diff)
downloadopenvswitch-9088b94a438840f54c0bb5d2a4a59ed8ff91737c.tar.gz
Prepare for 2.5.6.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c3bd934f2..9ae1758b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v2.5.6 - xx xxx xxxx
+---------------------
+ - Bug fixes
+
v2.5.5 - 18 May 2018
---------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index 8857ace9f..626444de4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.5.5, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.5.6, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index 5e86a1980..a83a26d58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (2.5.6-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org> Fri, 18 May 2018 14:22:54 -0700
+
openvswitch (2.5.5-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version