File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1212
1313### Fixed
1414
15+
16+ ## [ 2.17.3] - 2022-01-19
17+
18+ ### Fixed
19+
1520* Removed possible deadlock when shutting down active Reader.
1621
1722
@@ -1210,7 +1215,8 @@ long time. These will not be part of the next version of libosmium:
12101215 Doxygen (up to version 1.8.8). This version contains a workaround to fix
12111216 this.
12121217
1213- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.17.2...HEAD
1218+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.17.3...HEAD
1219+ [ 2.17.3 ] : https://github.com/osmcode/libosmium/compare/v2.17.2...v2.17.3
12141220[ 2.17.2 ] : https://github.com/osmcode/libosmium/compare/v2.17.1...v2.17.2
12151221[ 2.17.1 ] : https://github.com/osmcode/libosmium/compare/v2.17.0...v2.17.1
12161222[ 2.17.0 ] : https://github.com/osmcode/libosmium/compare/v2.16.0...v2.17.0
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ project(libosmium)
4040
4141set (LIBOSMIUM_VERSION_MAJOR 2)
4242set (LIBOSMIUM_VERSION_MINOR 17)
43- set (LIBOSMIUM_VERSION_PATCH 2 )
43+ set (LIBOSMIUM_VERSION_PATCH 3 )
4444
4545set (LIBOSMIUM_VERSION
4646 "${LIBOSMIUM_VERSION_MAJOR} .${LIBOSMIUM_VERSION_MINOR} .${LIBOSMIUM_VERSION_PATCH} " )
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ DEALINGS IN THE SOFTWARE.
3535
3636#define LIBOSMIUM_VERSION_MAJOR 2
3737#define LIBOSMIUM_VERSION_MINOR 17
38- #define LIBOSMIUM_VERSION_PATCH 2
38+ #define LIBOSMIUM_VERSION_PATCH 3
3939
40- #define LIBOSMIUM_VERSION_STRING " 2.17.2 "
40+ #define LIBOSMIUM_VERSION_STRING " 2.17.3 "
4141
4242#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments