+v1.1.0-pre1 - 31 Aug 2010
+-------------------------
+ - OpenFlow 1.0 slicing (QoS) functionality
+ - Python bindings for configuration database (no write support)
+ - Performance and scalability improvements
+ - Bug fixes
+
v1.0.1 - 31 May 2010
--------------------
- New "patch" interface type
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.0.1, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.1.0-pre1, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
+openvswitch (1.1.0-pre1) unstable; urgency=low
+
+ * OpenFlow 1.0 slicing (QoS) functionality
+ * Python bindings for configuration database (no write support)
+ * Performance and scalability improvements
+ * Bug fixes
+
+ -- Open vSwitch team <dev@openvswitch.org> Tue, 31 Aug 2010 23:20:00 +0000
+
openvswitch (1.0.1) unstable; urgency=low
* New upstream version.