summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-08-13 15:35:55 -0700
committerJustin Pettit <jpettit@nicira.com>2012-08-13 15:35:55 -0700
commit8349f4506e5ac8ab2bb3c9387d27ce65bbb17953 (patch)
tree10fb5d17cfc5c075609a964d5e032b045eef4240
parentd4552c7d37d29219b52e076c395f99a7f896984c (diff)
downloadopenvswitch-8349f4506e5ac8ab2bb3c9387d27ce65bbb17953.tar.gz
Prepare for 1.7.1.
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 e0876422c..7cf5cd6de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.7.1 - 13 Aug 2012
+------------------------
+ - Bug fixes.
+
v1.7.0 - 30 Jul 2012
------------------------
- kernel modules are renamed. openvswitch_mod.ko is now
diff --git a/configure.ac b/configure.ac
index 1160cdb3a..b961eb520 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.7.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.7.1, 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 22646b7f2..5cbcffa50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openvswitch (1.7.1-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+ - Bug fixes.
+
+ -- Open vSwitch team <dev@openvswitch.org> Mon, 13 Aug 2012 15:35:53 +0900
+
openvswitch (1.7.0-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version