[geos-commits] [SCM] geos branch svn-3.6 updated. 04a19a5dac4e2756cde335c94e14614be68775b8

git at osgeo.org git at osgeo.org
Thu Nov 23 10:46:09 PST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, svn-3.6 has been updated
       via  04a19a5dac4e2756cde335c94e14614be68775b8 (commit)
       via  78913af14cd047b87a644d084fa7c2acfebd4e01 (commit)
       via  a1f79c734a190ea68cbc8543665e4603f84523d2 (commit)
      from  6a2a2b2ae71413b882a8614bfee2096b5a15a8dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 04a19a5dac4e2756cde335c94e14614be68775b8
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Nov 23 19:45:52 2017 +0100

    Add GCC-4.9 support restored in NEWS (BOM related)

diff --git a/NEWS b/NEWS
index 80724fa..432b655 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ YYYY-MM-DD
 
 - Bug fixes / improvements
   - Include all CMake files in release (#753)
+  - Remove BOM from source files, restoring support for GCC-4.9 (#846)
 
 Changes in 3.6.2
 2017-07-25

commit 78913af14cd047b87a644d084fa7c2acfebd4e01
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Nov 23 15:42:42 2017 +0100

    Another BOM removed
    
    This one was added in dbc52d41fd43bb9bdec31fc9969a66d05bc4bf95
    
    See #846

diff --git a/include/geos/util/GEOSException.h b/include/geos/util/GEOSException.h
index fb2378e..f05cc7c 100644
--- a/include/geos/util/GEOSException.h
+++ b/include/geos/util/GEOSException.h
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org

commit a1f79c734a190ea68cbc8543665e4603f84523d2
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Nov 23 15:39:59 2017 +0100

    Remove BOM from header files
    
    It was accidentally added by fbb4431f84ba516b873961b373567ae79a1d92e2
    
    Fixes #846

diff --git a/include/geos/geom/Lineal.h b/include/geos/geom/Lineal.h
index d217f7e..2956619 100644
--- a/include/geos/geom/Lineal.h
+++ b/include/geos/geom/Lineal.h
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
diff --git a/include/geos/geom/Polygonal.h b/include/geos/geom/Polygonal.h
index ab9d1d9..997b042 100644
--- a/include/geos/geom/Polygonal.h
+++ b/include/geos/geom/Polygonal.h
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
diff --git a/include/geos/geom/Puntal.h b/include/geos/geom/Puntal.h
index 537dae8..3b76594 100644
--- a/include/geos/geom/Puntal.h
+++ b/include/geos/geom/Puntal.h
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org

-----------------------------------------------------------------------

Summary of changes:
 NEWS                              |    1 +
 include/geos/geom/Lineal.h        |    2 +-
 include/geos/geom/Polygonal.h     |    2 +-
 include/geos/geom/Puntal.h        |    2 +-
 include/geos/util/GEOSException.h |    2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list