From 715ddb61d004fe762808379eb6a634120c212aa5 Mon Sep 17 00:00:00 2001 From: Hugo Mercier Date: Mon, 29 Feb 2016 10:04:28 +0100 Subject: [PATCH] Prepare for 1.3.0 --- CMakeLists.txt | 4 ++-- NEWS | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd39a656..bbf7f246 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,8 +22,8 @@ option( SFCGAL_BUILD_BENCH "Build benchmarks" OFF ) set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules;${CMAKE_MODULE_PATH}" ) set( SFCGAL_VERSION_MAJOR 1 ) -set( SFCGAL_VERSION_MINOR 2 ) -set( SFCGAL_VERSION_PATCH 2 ) +set( SFCGAL_VERSION_MINOR 3 ) +set( SFCGAL_VERSION_PATCH 0 ) set( SFCGAL_VERSION "${SFCGAL_VERSION_MAJOR}.${SFCGAL_VERSION_MINOR}.${SFCGAL_VERSION_PATCH}" ) diff --git a/NEWS b/NEWS index e02d02b6..34dcdab1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ -1.2.3 (201?-MM-DD): +1.3.0 (2016-02-29): + * Add a validity flag to geometries + * Add an option to straight skeleton to return the distance to borders + * Add sfcgal_geometry_is_valid_detail to the C API + * Remove grid and ASC reader + * Remove the viewer + * Fix compilation issue with boost 1.60 (#119) + * Fix WKT parsing issues (#81 #117) * Retain bisectors of narrow angles in MedialAxis output 1.2.2 (2015-11-16): * Fix compilation issues with CGAL 4.7