File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
99### Added
1010
11+ ### Changed
12+
13+ ### Fixed
14+
15+
16+ ## [ 2.10.0] - 2016-11-11
17+
18+ ### Added
19+
1120- The ` Reader ` can take an additional optional ` read_meta ` flag. If this is
1221 set to false the PBF input will ignore metadata on OSM objects (like version,
1322 timestamp, uid, ...) which speeds up file reading by 10 to 20%.
@@ -448,7 +457,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
448457 Doxygen (up to version 1.8.8). This version contains a workaround to fix
449458 this.
450459
451- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.9.0...HEAD
460+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.10.0...HEAD
461+ [ 2.10.0 ] : https://github.com/osmcode/libosmium/compare/v2.9.0...v2.10.0
452462[ 2.9.0 ] : https://github.com/osmcode/libosmium/compare/v2.8.0...v2.9.0
453463[ 2.8.0 ] : https://github.com/osmcode/libosmium/compare/v2.7.2...v2.8.0
454464[ 2.7.2 ] : https://github.com/osmcode/libosmium/compare/v2.7.1...v2.7.2
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev;Cover
2424project (libosmium)
2525
2626set (LIBOSMIUM_VERSION_MAJOR 2)
27- set (LIBOSMIUM_VERSION_MINOR 9 )
27+ set (LIBOSMIUM_VERSION_MINOR 10 )
2828set (LIBOSMIUM_VERSION_PATCH 0)
2929
3030set (LIBOSMIUM_VERSION
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ DEALINGS IN THE SOFTWARE.
3434*/
3535
3636#define LIBOSMIUM_VERSION_MAJOR 2
37- #define LIBOSMIUM_VERSION_MINOR 9
37+ #define LIBOSMIUM_VERSION_MINOR 10
3838#define LIBOSMIUM_VERSION_PATCH 0
3939
40- #define LIBOSMIUM_VERSION_STRING " 2.9 .0"
40+ #define LIBOSMIUM_VERSION_STRING " 2.10 .0"
4141
4242#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments