aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-01-12 15:53:55 -0800
committerJustin Pettit <jpettit@nicira.com>2012-01-12 17:19:40 -0800
commit49e17438373dbbaac54e143e32cc4c60118725ef (patch)
treed5620fca00b586d4d7e8905590337cf4b3590891
parente25c55d28f30b537aa657797c41483a9bab59b93 (diff)
Declare the version as "1.5.0".
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog17
3 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1128af06..c678e8e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-post-v1.4.0
+v1.5.0 - xx xxx xxxx
------------------------
- OpenFlow:
- Added support for querying, modifying, and deleting flows
diff --git a/configure.ac b/configure.ac
index a5cff705..ab1efba0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.90, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.5.0, 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 823a6107..01a5b802 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+openvswitch (1.5.0-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+ - OpenFlow:
+ - Added support for querying, modifying, and deleting flows
+ based on flow cookie when using NXM.
+ - Added new NXM_PACKET_IN format.
+ - ovs-ofctl:
+ - Added daemonization support to the monitor and snoop commands.
+ - ovs-vsctl:
+ - The "find" command supports new set relational operators
+ {=}, {!=}, {<}, {>}, {<=}, and {>=}.
+ - ovsdb-tool now uses the typical database and schema installation
+ directories as defaults.
+
+ -- Open vSwitch team <dev@openvswitch.org> Mon, xx xxx xxxx 23:36:00 +0000
+
openvswitch (1.4.0-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version