Prepare for 1.7.3. v1.7.3
authorJustin Pettit <jpettit@nicira.com>
Fri, 18 Jan 2013 21:15:40 +0000 (13:15 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 18 Jan 2013 21:17:08 +0000 (13:17 -0800)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 9e1e740..76d52c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.7.3 - 22 Jan 2013
+------------------------
+    - Bug fixes.
+
 v1.7.2 - 09 Nov 2012
 ------------------------
     - Bug fixes.
index fff85db..ce23efa 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.7.2, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.7.3, ovs-bugs@openvswitch.org)
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 512c436..e08cb59 100644 (file)
@@ -1,3 +1,10 @@
+openvswitch (1.7.3-1) unstable; urgency=low
+  [ Open vSwitch team ]
+  * New upstream version
+    - Bug fixes.
+
+ -- Open vSwitch team <dev@openvswitch.org>  Tue, 22 Jan 2013 11:04:19 +0900
+
 openvswitch (1.7.2-1) unstable; urgency=low
   [ Open vSwitch team ]
   * New upstream version