Skip to content

Commit

Permalink
Prep for 3.7.0beta2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robe2 committed Aug 6, 2018
1 parent 20f3483 commit 356c6d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes in 3.7.0beta1
2018-06-25

Changes in 3.7.0beta2
2018-08-06
Changes since 3.7.0beta1
- Fix infinite loop in GEOSClipByRect (#865, Dan Baston)
- Make GEOSException inherit from std::runtime_error
to address clang warnings (Dan Baston)

3.7.0 changes
- New things:
- CAPI: GEOSDistanceIndexed (#795, Dan Baston)
- CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston)
Expand All @@ -26,6 +31,10 @@ Changes in 3.7.0beta1
- Fix CommonBits::getBit to correctly handle i >= 32
(#834, Kurt Schwehr)

Changes in 3.7.0beta1
2018-06-25
See 3.7.0 latest notes

Changes in 3.7.0alpha
2018-06-14
See 3.7.0 notes
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dnl -- encoding ABI break at every release
dnl
VERSION_MAJOR=3
VERSION_MINOR=7
VERSION_PATCH=0beta1
VERSION_PATCH=0beta2
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
VERSION_RELEASE=`echo "$VERSION" | sed -E 's/^([[0-9]+\.[0-9]+\.[0-9]+]).*?$/\1/'`

Expand Down

0 comments on commit 356c6d5

Please sign in to comment.