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:
parent
476d56f51d
commit
fdf2037829
@ -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
|
||||
|
@ -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
2
debian/changelog
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user