From 349a3161214ca56571447d4adfd579635e98c67c Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 2 May 2008 21:51:02 -0700 Subject: [PATCH] Finishing touches on v0.8.0 release candidate. --- ChangeLog | 2 +- README | 3 --- configure.ac | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c0ba345d..30c83830d 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 493632299..dd8ef5155 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 a5f5b3c58..eab18d14f 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 -- 2.43.0