2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00

Release Open vSwitch 1.1.0pre2

This commit is contained in:
Justin Pettit 2010-09-13 21:55:56 -07:00
parent b14c5fe9bd
commit d59051362f
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,7 @@
v1.1.0pre2 - 13 Sep 2010
------------------------
- Bug fixes
v1.1.0pre1 - 31 Aug 2010
------------------------
- OpenFlow 1.0 slicing (QoS) functionality

View File

@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
AC_INIT(openvswitch, 1.1.0pre1, ovs-bugs@openvswitch.org)
AC_INIT(openvswitch, 1.1.0pre2, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
openvswitch (1.1.0pre2) unstable; urgency=low
* Bug fixes
-- Open vSwitch team <dev@openvswitch.org> Mon, 13 Sep 2010 21:50:00 +0000
openvswitch (1.1.0pre1) unstable; urgency=low
* OpenFlow 1.0 slicing (QoS) functionality