diff mbox series

[ovs-dev,branch-3.0,2/2] Prepare for 3.0.3.

Message ID 20221201122742.1408119-3-i.maximets@ovn.org
State Accepted
Commit 192db0d038c167efcc6c6f3eb786e45604bcfbe1
Headers show
Series Release patches for v3.0.2. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation fail test: fail

Commit Message

Ilya Maximets Dec. 1, 2022, 12:27 p.m. UTC
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 NEWS             | 3 +++
 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 10 insertions(+), 1 deletion(-)

Comments

Dumitru Ceara Dec. 1, 2022, 3:37 p.m. UTC | #1
On 12/1/22 13:27, Ilya Maximets wrote:
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> ---

I applied it and compared it to the one for 3.0.1.  Looks good to me:

Acked-by: Dumitru Ceara <dceara@redhat.com>
Aaron Conole Dec. 1, 2022, 4:18 p.m. UTC | #2
Ilya Maximets <i.maximets@ovn.org> writes:

> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> ---

Acked-by: Aaron Conole <aconole@redhat.com>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 293e81989..21f56f1ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@ 
+v3.0.3 - xx xxx xxxx
+--------------------
+
 v3.0.2 - 01 Dec 2022
 --------------------
    - Bug fixes
diff --git a/configure.ac b/configure.ac
index 049264f95..0e32d5fc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.0.2, bugs@openvswitch.org)
+AC_INIT(openvswitch, 3.0.3, bugs@openvswitch.org)
 AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index 4ba839ccd..304994f0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+openvswitch (3.0.3-1) unstable; urgency=low
+   [ Open vSwitch team ]
+   * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org>  Thu, 01 Dec 2022 13:18:45 +0100
+
 openvswitch (3.0.2-1) unstable; urgency=low
    [ Open vSwitch team ]
    * New upstream version