375f1f15 Author: Kurt Schwehr <schwehr@google.com> Date: Tue Jun
26 13:42:47 2018 -0700
2018-06-25 Regina Obe <lr@pcorp.us>
* NEWS, configure.ac: 3.7.0beta1 release
...
...
@@ -115,6 +173,16 @@
correctly handle i >= 32. Found with UBSan -fsanitize=shift-exponent via
https://github.com/paulsmith/gogeos https://trac.osgeo.org/geos/ticket/834 Credit to Han Shen at Google.
2018-06-11 Kurt Schwehr <schwehr@google.com>
* src/io/WKBReader.cpp: WKBReader::readHEX: Fix checking of
char_traits<char>::eof of istream Additional changes: - Factored out the switch statements into HexToUChar - Localize vars - Added const Fixes https://trac.osgeo.org/geos/ticket/862
2018-06-11 Kurt Schwehr <schwehr@google.com>
* src/io/ByteOrderValues.cpp: Fix building with
DEBUG_BYTEORDER_VALUES=1 in ByteOrderValues.cpp Add missing includes and missing std:: Fixes #863
2018-06-11 Regina Obe <lr@pcorp.us>
* .gitlab-ci.yml: oops change script to geos specific not PostGIS