From: Justin Pettit Date: Sat, 3 May 2008 04:51:02 +0000 (-0700) Subject: Finishing touches on v0.8.0 release candidate. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=349a3161214ca56571447d4adfd579635e98c67c;p=openvswitch Finishing touches on v0.8.0 release candidate. --- diff --git a/ChangeLog b/ChangeLog index 0c0ba345..30c83830 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -v0.8.0 - 13 Apr 2008 +v0.8.0 - 04 May 2008 -------------------- - Added support for flow entry priorities - Added support for all stats messages diff --git a/README b/README index 49363229..dd8ef515 100644 --- a/README +++ b/README @@ -92,9 +92,6 @@ Bugs/Shortcomings - The flowtable does not support the "normal processing" action. -- Configure/build system does not support separate build directory for - the datapath. ./configure must be run from the source root. - References ---------- diff --git a/configure.ac b/configure.ac index a5f5b3c5..eab18d14 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(openflow, v0.2.2a5, info@openflowswitch.org) +AC_INIT(openflow, v0.8.0rc1, info@openflowswitch.org) AM_INIT_AUTOMAKE AC_PROG_CC