openvswitch/openvswitch.changes
Sascha Peilicke 3eca784518 Accepting request 158008 from home:tpaszkowski:ovsv3
- always build in openvswitch kernel module (gre tunelling not present
  within the standard kernel module)
- removed unnedded build rquirements (move to appropriate subpackage)
- moved common stuff to main pkg
- added group filed to packages and sub packages
- switch pkg suggest kernel module pkg
- moved python test stuff to python-openvswitch-test sub pkg
- moved ui interface requirements to ovsdbmonitor sub pkg
- ovsdbmonitor will not be build on sles (for now)
- sub pkg test require python-twisted (ovs-test)
- don't call boot.sh on sles11 (old autoconf). Shipped configuration stuff
  is ok (we don't patch plenty of stuff)
- ovs-parse-backtrace now part of main pkg
- addes ovs-l3ping,ovs-vlan-test to test sub pkg

OBS-URL: https://build.opensuse.org/request/show/158008
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=17
2013-03-08 14:12:33 +00:00

193 lines
7.6 KiB
Plaintext

-------------------------------------------------------------------
Thu Mar 7 21:49:09 UTC 2013 - tpaszkowski@suse.com
- always build in openvswitch kernel module (gre tunelling not present
within the standard kernel module)
- removed unnedded build rquirements (move to appropriate subpackage)
- moved common stuff to main pkg
- added group filed to packages and sub packages
- switch pkg suggest kernel module pkg
- moved python test stuff to python-openvswitch-test sub pkg
- moved ui interface requirements to ovsdbmonitor sub pkg
- ovsdbmonitor will not be build on sles (for now)
- sub pkg test require python-twisted (ovs-test)
- don't call boot.sh on sles11 (old autoconf). Shipped configuration stuff
is ok (we don't patch plenty of stuff)
- ovs-parse-backtrace now part of main pkg
- addes ovs-l3ping,ovs-vlan-test to test sub pkg
-------------------------------------------------------------------
Thu Feb 28 22:17:11 UTC 2013 - e.istomin@edss.ee
- New upstream version 1.9.0
http://openvswitch.org/releases/NEWS-1.9.0
-------------------------------------------------------------------
Thu Nov 15 08:59:41 UTC 2012 - rhafer@suse.com
- New patch openvswitch-1.7.1-ovs-pki-permissions.patch: Avoid
creating world writeable directory (bnc#774332, CVE-2012-3449)
-------------------------------------------------------------------
Sun Sep 9 15:33:08 UTC 2012 - on@morlock.nu
- New upstream version 1.7.1
* This release only contain bug fixes.
-------------------------------------------------------------------
Tue Jul 31 12:41:19 UTC 2012 - on@morlock.nu
- New upstream version 1.7.0
* kernel modules are renamed. openvswitch_mod.ko is now
openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
* Increased the number of NXM registers to 8.
* Added ability to configure DSCP setting for manager and controller
connections. By default, these connections have a DSCP value of
Internetwork Control (0xc0).
* Added the granular link health statistics, 'cfm_health', to an
interface.
* OpenFlow:
- Added support to mask nd_target for ICMPv6 neighbor discovery flows.
- Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
multipart messages.
* ovs-ofctl:
- Added the "dump-ports-desc" command to retrieve port
information using the new port description multipart messages.
* ovs-test:
- Added support for spawning ovs-test server from the client.
- Now ovs-test is able to automatically create test bridges and ports.
* "ovs-dpctl dump-flows" now prints observed TCP flags in TCP flows.
* Tripled flow setup performance.
* The "coverage/log" command previously available through ovs-appctl
has been replaced by "coverage/show". The new command replies with
coverage counter values, instead of logging them.
- Adjusted openvswitch-1.1.0-stp-fwd-delay.patch (new filename)
-------------------------------------------------------------------
Thu Jul 26 11:47:36 UTC 2012 - rhafer@suse.com
- The kernel modules where renamed in recent kernels. Backported a
patch from the 1.7 branch to use the new kernel names when
building on openSUSE > 12.1.
-------------------------------------------------------------------
Tue Jun 26 15:09:02 UTC 2012 - on@morlock.nu
- New upstream version 1.6.1
* Added support for bitwise matching on TCP and UDP ports.
* Support for limiting the number of flows in an OpenFlow flow
table, with configurable policy for evicting flows upon
overflow.
* Added an OpenFlow extension that allows controllers more precise
control over which messages they receive asynchronously.
* CFM module CCM broadcasts can now be tagged with an 802.1p priority.
* Load balancing for bonds can be disabled.
-------------------------------------------------------------------
Wed Jun 6 15:04:45 UTC 2012 - on@morlock.nu
- New upstream version 1.5.0
* 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.
-------------------------------------------------------------------
Thu May 10 22:32:34 UTC 2012 - on@morlock.nu
- New upstream version 1.4.1
* The default MAC learning timeout has been increased from 60 seconds
to 300 seconds. The MAC learning timeout is now configurable.
* Bug fixes
-------------------------------------------------------------------
Thu Apr 5 10:08:32 UTC 2012 - on@morlock.nu
- Build KMP packages from kernel-source on openSuSE > 12.1.
-------------------------------------------------------------------
Tue Mar 13 12:16:43 UTC 2012 - mvidner@suse.com
- Specify defattr for pki subpackage to fix 11.4 build.
-------------------------------------------------------------------
Thu Mar 1 13:35:52 UTC 2012 - dmacvicar@suse.de
- Rewrite the package based on the debian version instead
* current package was tied to xenserver config without
even requiring it
* instead of one big package depending even on qt4, there
are -switch, -controller, -test subpackages now
-------------------------------------------------------------------
Mon Feb 20 23:39:50 UTC 2012 - on@morlock.nu
- New upstream version 1.4.0
* Compatible with Open vSwitch kernel module included in Linux 3.3.
* Don't require the "normal" action to use mirrors.
* New "VLAN splinters" feature to work around buggy device driver in old Linux versions.
* Added ability to match ECN and TTL in IPv4 and IPv6 headers.
* Added ability to match IPv6 flow label.
* Added ability to modify ECN bits and TTL in IPv4 headers.
* And many others. See the full change log here:
http://openvswitch.org/releases/NEWS-1.4.0
-------------------------------------------------------------------
Fri Sep 2 09:11:21 UTC 2011 - andrea@opensuse.org
- new uopstream version 1.2.1
* The release only contains bug fixes for the 1.2.0 release
-------------------------------------------------------------------
Mon Aug 8 17:47:58 UTC 2011 - andrea@opensuse.org
- new upstream version 1.2.0
* New abstraction layer to make better use of switching ASICs
* Packaging for Red Hat (RHEL) 5.6 and 6.0
* Datapath support for Linux kernels up to 3.0
* And many others. See the full change log here:
http://openvswitch.org/releases/ChangeLog-1.2.0
- rebased openvswitch-1.1.0-suse.patch as
openvswitch-1.2.0-suse.patch to apply to the files
-------------------------------------------------------------------
Thu Jun 23 06:49:16 UTC 2011 - andrea@opensuse.org
- new upstream version 1.1.1
* bug fix release
-------------------------------------------------------------------
Wed May 18 10:09:45 UTC 2011 - andrea@opensuse.org
- re-enabled kmp package since openvswitch_mod.ko and
brcompat_mod.ko are not available on suse kernel rpms
-------------------------------------------------------------------
Tue May 17 12:04:05 UTC 2011 - andrea@opensuse.org
- new upstream version 1.1.0 (stable)
- spec file clean up
- added as dependency all python modules to enable additional
functionalities
- rebase patches
- build pyside support only if pyside is available
-------------------------------------------------------------------
Fri Dec 31 15:26:59 UTC 2010 - pmullaney@novell.com
- updates for build issues
- fixes for libvirt integration
-------------------------------------------------------------------
Sat Dec 11 19:57:28 UTC 2010 - pmullaney@novell.com
- initial version 1.1