File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
### Added
10
10
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+
16
+ ## [ 2.9.0] - 2016-09-15
17
+
18
+ ### Added
19
+
11
20
- Support for reading OPL files.
12
21
- For diff output OSM objects in buffers can be marked as only in one or the
13
22
other file. The OPL and debug output formats support diff output based on
14
23
this.
15
- - Add documentation and range checks to Tile struct.
24
+ - Add documentation and range checks to ` Tile ` struct.
16
25
- More documentation.
17
26
- More examples and more extensive comments on examples.
18
- - Support for a progress report in osmium::io::Reader() and a ProgressBar
27
+ - Support for a progress report in ` osmium::io::Reader() ` and a ` ProgressBar `
19
28
utility class to use it.
20
- - New OSMObject::set_timestamp(const char* ) function.
29
+ - New ` OSMObject::set_timestamp(const char*) ` function.
21
30
22
31
### Changed
23
32
@@ -401,7 +410,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
401
410
Doxygen (up to version 1.8.8). This version contains a workaround to fix
402
411
this.
403
412
404
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.8.0...HEAD
413
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.9.0...HEAD
414
+ [ 2.9.0 ] : https://github.com/osmcode/libosmium/compare/v2.8.0...v2.9.0
405
415
[ 2.8.0 ] : https://github.com/osmcode/libosmium/compare/v2.7.2...v2.8.0
406
416
[ 2.7.2 ] : https://github.com/osmcode/libosmium/compare/v2.7.1...v2.7.2
407
417
[ 2.7.1 ] : https://github.com/osmcode/libosmium/compare/v2.7.0...v2.7.1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev;Cover
24
24
project (libosmium )
25
25
26
26
set (LIBOSMIUM_VERSION_MAJOR 2 )
27
- set (LIBOSMIUM_VERSION_MINOR 8 )
27
+ set (LIBOSMIUM_VERSION_MINOR 9 )
28
28
set (LIBOSMIUM_VERSION_PATCH 0 )
29
29
30
30
set (LIBOSMIUM_VERSION
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ DEALINGS IN THE SOFTWARE.
34
34
*/
35
35
36
36
#define LIBOSMIUM_VERSION_MAJOR 2
37
- #define LIBOSMIUM_VERSION_MINOR 8
37
+ #define LIBOSMIUM_VERSION_MINOR 9
38
38
#define LIBOSMIUM_VERSION_PATCH 0
39
39
40
- #define LIBOSMIUM_VERSION_STRING " 2.8 .0"
40
+ #define LIBOSMIUM_VERSION_STRING " 2.9 .0"
41
41
42
42
#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments