mirror of
https://github.com/openvswitch/ovs
synced 2025-08-28 12:58:00 +00:00
Prepare for post-1.5.0 (1.5.90).
Signed-off-by: Justin Pettit <jpettit@nicira.com>
This commit is contained in:
parent
a12b3eadc6
commit
d0a8c2e057
6
NEWS
6
NEWS
@ -1,4 +1,8 @@
|
|||||||
post-v1.4.0
|
post-v1.5.0
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
|
||||||
|
v1.5.0 - xx xxx xxxx
|
||||||
------------------------
|
------------------------
|
||||||
- OpenFlow:
|
- OpenFlow:
|
||||||
- Added support for querying, modifying, and deleting flows
|
- Added support for querying, modifying, and deleting flows
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
AC_PREREQ(2.64)
|
AC_PREREQ(2.64)
|
||||||
AC_INIT(openvswitch, 1.4.90, ovs-bugs@openvswitch.org)
|
AC_INIT(openvswitch, 1.5.90, ovs-bugs@openvswitch.org)
|
||||||
NX_BUILDNR
|
NX_BUILDNR
|
||||||
AC_CONFIG_SRCDIR([datapath/datapath.c])
|
AC_CONFIG_SRCDIR([datapath/datapath.c])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
26
debian/changelog
vendored
26
debian/changelog
vendored
@ -1,3 +1,27 @@
|
|||||||
|
openvswitch (1.5.90-1) unstable; urgency=low
|
||||||
|
[ Open vSwitch team ]
|
||||||
|
* New upstream version
|
||||||
|
- Nothing yet! Try NEWS...
|
||||||
|
|
||||||
|
-- Open vSwitch team <dev@openvswitch.org> Thu, 12 Jan 2012 23:37:00 +0000
|
||||||
|
|
||||||
|
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> Thu, 12 Jan 2012 23:36:00 +0000
|
||||||
|
|
||||||
openvswitch (1.4.0-1) unstable; urgency=low
|
openvswitch (1.4.0-1) unstable; urgency=low
|
||||||
[ Open vSwitch team ]
|
[ Open vSwitch team ]
|
||||||
* New upstream version
|
* New upstream version
|
||||||
@ -28,7 +52,7 @@ openvswitch (1.4.0-1) unstable; urgency=low
|
|||||||
python-argparse to avoid pulling in python2.6
|
python-argparse to avoid pulling in python2.6
|
||||||
(closes: #653645)
|
(closes: #653645)
|
||||||
|
|
||||||
-- Open vSwitch team <dev@openvswitch.org> Mon, xx xxx xxxx 23:36:00 +0000
|
-- Open vSwitch team <dev@openvswitch.org> Wed, 30 Nov 2011 23:36:00 +0000
|
||||||
|
|
||||||
openvswitch (1.3.0-1) unstable; urgency=low
|
openvswitch (1.3.0-1) unstable; urgency=low
|
||||||
[ Open vSwitch team ]
|
[ Open vSwitch team ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user