aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-01-18 13:15:40 -0800
committerJustin Pettit <jpettit@nicira.com>2013-01-18 13:17:08 -0800
commite3ba2dfba8760dd698a3b9cc3a563d8e944f06a5 (patch)
tree628305c27ee5c132dec307816b7661f618a47eb7
parentf3be4c8ed74ad48a120cfaaabc994bbf3cc19777 (diff)
Prepare for 1.7.3.v1.7.3
Signed-off-by: Justin Pettit <jpettit@nicira.com>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9e1e7405..76d52c60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.7.3 - 22 Jan 2013
+------------------------
+ - Bug fixes.
+
v1.7.2 - 09 Nov 2012
------------------------
- Bug fixes.
diff --git a/configure.ac b/configure.ac
index fff85db1..ce23efa8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index 512c4366..e08cb592 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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