summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2018-05-18 14:19:55 -0700
committerJustin Pettit <jpettit@ovn.org>2018-05-18 15:53:55 -0700
commitacc46dc06e02316c27b9a5d66ac85726c2091a6a (patch)
treef4907687cffd4aeaaea3d52897ca5ff92e57218b
parentd437f91c2478f280cab3c008b61e02501619e171 (diff)
downloadopenvswitch-acc46dc06e02316c27b9a5d66ac85726c2091a6a.tar.gz
Prepare for 2.6.3.
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/changelog7
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 27c00b77d..baf9895f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v2.6.3 - xx xxx xxxx
+---------------------
+
+
v2.6.2 - 18 May 2018
---------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index 0338fd52f..06a4869f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.6.2, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.6.3, 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 05309d829..b121f8fc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-openvswitch (2.6.2-1) unstable; urgency=low
+openvswitch (2.6.3-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
-- Open vSwitch team <dev@openvswitch.org> Fri, 18 May 2018 14:18:43 -0700
+openvswitch (2.6.2-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org> Fri, 18 May 2018 14:18:43 -0700
openvswitch (2.6.1-1) unstable; urgency=low
[ Open vSwitch team ]