aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-09-04 15:56:46 -0700
committerJustin Pettit <jpettit@nicira.com>2013-09-04 16:01:32 -0700
commit39ee7080f059ba331672447ed48c0937f04e3a0f (patch)
treeb5105e2a93db3d790c4deb39cb524db9224d28f3
parent06c1b106842e730af13b8a8246f7c2d26665115d (diff)
Release Open vSwitch 1.10.2.
Signed-off-by: Justin Pettit <jpettit@nicira.com>
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b9805e6c..896b8cc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+v1.10.2 - 04 Sep 2013
+---------------------
+ - Bug fixes
+
+
v1.10.1 - 14 May 2013
---------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index 54bdb056..2c7ff429 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.10.1, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.10.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 adccec81..e1dc858b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openvswitch (1.10.2-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+ - Bug fixes
+
+ -- Open vSwitch team <dev@openvswitch.org> Wed, 04 Sep 2013 15:56:37 -0700
+
openvswitch (1.10.1-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version