Skip to content

Commit

Permalink
Added changelog entries, bumped version to 0.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed May 31, 2021
1 parent a38dd1b commit 2e05bfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
This is a shortened changelog. See the Git commits for a full list of changes.
next

v0.19.0
* FIX: Fixed various GDAL import issues on all platforms.
* CHG: Projection engine no longer enables coordinate wrapping by default.
* CHG: Projection no longer guesses some EPSG projections only based on string contained, but rather requires it being an exact match.
* CHG: Added support for newer Proj.4 versions.
* CHG: Improved logging output.
* CHG: Added support for gpsd 3.20 and newer

v0.18.4
* FIX: Fixed "Create rectangular building" when panning (issue 125).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.19.0)

set(VCS_FALLBACK_VERSION 0.18.4)
set(VCS_FALLBACK_VERSION 0.19.0)
include(cmake/vcs.cmake)
message(STATUS "Configuring Merkaartor ${VCS_VERSION}, commit: ${VCS_COMMIT}, dirty: ${VCS_DIRTY}.")

Expand Down

0 comments on commit 2e05bfb

Please sign in to comment.