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

XenServer builds barf on hyphens in versions.

This commit is contained in:
Justin Pettit 2010-09-01 02:26:06 -07:00
parent 476d56f51d
commit fdf2037829
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
v1.1.0-pre1 - 31 Aug 2010
-------------------------
v1.1.0pre1 - 31 Aug 2010
------------------------
- OpenFlow 1.0 slicing (QoS) functionality
- Python bindings for configuration database (no write support)
- Performance and scalability improvements

View File

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

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
openvswitch (1.1.0-pre1) unstable; urgency=low
openvswitch (1.1.0pre1) unstable; urgency=low
* OpenFlow 1.0 slicing (QoS) functionality
* Python bindings for configuration database (no write support)