Finishing touches on v0.8.0 release candidate.
authorJustin Pettit <jpettit@nicira.com>
Sat, 3 May 2008 04:51:02 +0000 (21:51 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 3 May 2008 04:51:02 +0000 (21:51 -0700)
ChangeLog
README
configure.ac

index 0c0ba34..30c8383 100644 (file)
--- 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 4936322..dd8ef51 100644 (file)
--- 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
 ----------
 
index a5f5b3c..eab18d1 100644 (file)
@@ -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