aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-11-09 12:26:58 -0800
committerJustin Pettit <jpettit@nicira.com>2012-11-09 12:26:58 -0800
commit052a5e5e10e548c7e7ef13bec9344ce4db0d4d73 (patch)
treec799a5e14fb7861877f1b323583af5613d8548ab
parenta767b116fdd8ec57ac82d32805275a7bbf5f92fe (diff)
Prepare for 1.7.2.v1.7.2
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 7cf5cd6d..9e1e7405 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.7.2 - 09 Nov 2012
+------------------------
+ - Bug fixes.
+
v1.7.1 - 13 Aug 2012
------------------------
- Bug fixes.
diff --git a/configure.ac b/configure.ac
index b961eb52..fff85db1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.7.1, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.7.2, 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 5cbcffa5..512c4366 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openvswitch (1.7.2-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+ - Bug fixes.
+
+ -- Open vSwitch team <dev@openvswitch.org> Fri, 09 Nov 2012 12:26:13 +0900
+
openvswitch (1.7.1-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version