diff --git a/benchmarks/2d/periodic_bspline.geo b/benchmarks/2d/periodic_bspline.geo
new file mode 100644
index 0000000000000000000000000000000000000000..ff29d3f5c68dd160a202dc36a9bb827cc42d2118
--- /dev/null
+++ b/benchmarks/2d/periodic_bspline.geo
@@ -0,0 +1,8 @@
+cl = 0.1;
+Point ( 1) = {0,0,0,cl};
+Point ( 2) = {6,0,0,cl};
+Point ( 3) = {6,6,0,cl};
+Point ( 4) = {0,6,0,cl};
+BSpline (30) = {1,2,3,4,1};
+Line Loop (33) = {30};
+Plane Surface(28) = {33};
diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt
index 4013f0972de5d95b3fd701fd8a2982ca35f23f3f..7c740b286bc807f6396c663ccb68960f9b05f0c0 100644
--- a/doc/VERSIONS.txt
+++ b/doc/VERSIONS.txt
@@ -1,11 +1,12 @@
-$Id: VERSIONS.txt,v 1.32 2009-01-23 07:32:54 geuzaine Exp $
+$Id: VERSIONS.txt,v 1.33 2009-01-23 07:56:41 geuzaine Exp $
 
 2.3.0 (Jan 23, 2009): major graphics and GUI code refactoring; new
 full-quad/hexa subdivision algorithm (removed Mesh.RecombineAlgo);
 improved automatic transfinite corner selection (now also for
-volumes); improved visibility browser; modified arrow size, clipping
-planes and transform options; many small improvements and bug fixes
-all over the place.
+volumes); improved visibility browser; new automatic adaptive
+visualization for high-order simplices; modified arrow size, clipping
+planes and transform options; many improvements and bug fixes all over
+the place.
 
 2.2.6 (Nov 21, 2008): better transfinite smoothing and automatic
 corner selection; fixed high order meshing crashes on Windows and