Declare the version as "1.5.0".
authorJustin Pettit <jpettit@nicira.com>
Thu, 12 Jan 2012 23:53:55 +0000 (15:53 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 13 Jan 2012 01:19:40 +0000 (17:19 -0800)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 1128af0..c678e8e 100644 (file)
--- 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
index a5cff70..ab1efba 100644 (file)
@@ -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])
index 823a610..01a5b80 100644 (file)
@@ -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