diff mbox

[ovs-dev,3/3] Prepare for 2.4.2.

Message ID 1458651757-102018-3-git-send-email-jpettit@ovn.org
State Accepted
Headers show

Commit Message

Justin Pettit March 22, 2016, 1:02 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 NEWS             | 4 ++++
 configure.ac     | 2 +-
 debian/changelog | 7 +++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

Comments

Ben Pfaff March 29, 2016, 12:26 a.m. UTC | #1
On Tue, Mar 22, 2016 at 06:02:37AM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
diff mbox

Patch

diff --git a/NEWS b/NEWS
index 8498db9..2eba9a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@ 
+v2.4.2 - xx xxx xxxx
+---------------------
+
+
 v2.4.1 - 20 Aug 2015
 ---------------------
    - Fixes buffer overflow for crafted MPLS packets (CVE-2016-2074).
diff --git a/configure.ac b/configure.ac
index 0253e18..f32af19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.4.1, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.4.2, 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 60bdaaa..88b905e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@ 
+openvswitch (2.4.2-1) unstable; urgency=low
+   [ Open vSwitch team ]
+   * New upstream version
+   - Nothing yet!
+
+ -- Open vSwitch team <dev@openvswitch.org>  Mon, 28 Mar 2016 17:13:32 -0700
+
 openvswitch (2.4.1-1) unstable; urgency=low
    [ Open vSwitch team ]
    * New upstream version