Index: trunk/zoo-project/HISTORY.txt
===================================================================
--- trunk/zoo-project/HISTORY.txt	(revision 978)
+++ trunk/zoo-project/HISTORY.txt	(revision 980)
@@ -1,3 +1,3 @@
-Version 1.8.0-dev
+Version 1.8.0
   * Support raw response in OGC API - Processes
   * Add a ZOO-API section to the howtos documentation
Index: trunk/zoo-project/zoo-kernel/Makefile.in
===================================================================
--- trunk/zoo-project/zoo-kernel/Makefile.in	(revision 978)
+++ trunk/zoo-project/zoo-kernel/Makefile.in	(revision 980)
@@ -4,5 +4,5 @@
 
 version.h: Makefile
-	echo "#define ZOO_VERSION \"1.8.0-rc1 `svnversion`\"" > version.h
+	echo "#define ZOO_VERSION \"1.8.0 `svnversion`\"" > version.h
 	echo "@ETC_DEF@" >> version.h
 	echo "#define LOCALEDIR \"@localedir@\"" >>  version.h
Index: trunk/zoo-project/zoo-kernel/configure.ac
===================================================================
--- trunk/zoo-project/zoo-kernel/configure.ac	(revision 978)
+++ trunk/zoo-project/zoo-kernel/configure.ac	(revision 980)
@@ -1,3 +1,3 @@
-AC_INIT([ZOO Kernel], [1.8.0-rc1], [bugs@zoo-project.org])
+AC_INIT([ZOO Kernel], [1.8.0], [bugs@zoo-project.org])
 
 AC_CONFIG_MACRO_DIR([macros])
Index: trunk/zoo-project/zoo-services/cgal/voronoi.c
===================================================================
--- trunk/zoo-project/zoo-services/cgal/voronoi.c	(revision 978)
+++ trunk/zoo-project/zoo-services/cgal/voronoi.c	(revision 980)
@@ -198,13 +198,4 @@
     int nr = 0;
     int nf = 0;
-    Face_iterator fit =T.faces_begin();
-    FILE* f=fopen("/tmp/toto.log","w+");
-    for ( ; fit !=T.faces_end(); ++fit) {
-      fprintf(stderr," *** %s %d %d %d\n",__FILE__,__LINE__,nf,fit.info());
-      fflush(stderr);
-      
-      nf++;
-    }
-    fclose(f);
     Edge_iterator eit =T.edges_begin();
     for ( ; eit !=T.edges_end(); ++eit) {
Index: trunk/zoo-project/zoo-services/gdal/profile/service.c
===================================================================
--- trunk/zoo-project/zoo-services/gdal/profile/service.c	(revision 978)
+++ trunk/zoo-project/zoo-services/gdal/profile/service.c	(revision 980)
@@ -35,7 +35,4 @@
 #include "cpl_conv.h"
 #include "ogr_api.h"
-#if !defined(WIN32) && GDAL_VERSION_MAJOR >= 2
-#include <gdal_priv.h>
-#endif
 
 #ifdef ZOO_SERVICE
