aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-04-30 22:59:30 -0700
committerJustin Pettit <jpettit@nicira.com>2012-05-05 01:16:15 -0700
commitce7c2299383e0c44bf1ee0e090e62b682ab9f3c1 (patch)
treeb388f42b2753c264694c441de06d4a27dc1a2444
parent76acaa55e844c39412152746dde1db87f0fafdf8 (diff)
Declare the version as "1.4.1".v1.4.1
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cf49c613c..e4af7be7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-v1.4.1 - xx xxx xxx
+v1.4.1 - 30 Apr 2012
------------------------
- The default MAC learning timeout has been increased from 60 seconds
to 300 seconds. The MAC learning timeout is now configurable.
+ - Bug fixes
v1.4.0 - 30 Jan 2012
diff --git a/configure.ac b/configure.ac
index 60f31c3cd..8159ed351 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.1, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index bd0eb9e9c..6d2584a63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+openvswitch (1.4.1-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+ - The default MAC learning timeout has been increased from 60 seconds
+ to 300 seconds. The MAC learning timeout is now configurable.
+ - Bug fixes
+
+ -- Open vSwitch team <dev@openvswitch.org> Mon, 30 Apr 2012 22:57:00 +0000
+
openvswitch (1.4.0-2) unstable; urgency=low
* Use explicit DKMS variable for kernel source directory