File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,26 @@ 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.6.1] - 2016-02-22
17
+
18
+ ### Added
19
+
11
20
- Add ` WITH_PROFILING ` option to CMake config. When enabled, this sets the
12
21
` -fno-omit-frame-pointer ` compiler option.
13
22
14
23
### Changed
15
24
16
- - Massiv speed improvements when building multipolygons.
25
+ - Massive speed improvements when building multipolygons.
17
26
- Uses (and includes) new version 1.3.0 of protozero library.
18
27
- Removed dependency on Boost Iterator for PBF writer.
19
28
- Example program ` osmium_area_test ` now uses ` cerr ` instead of ` cout ` for
20
29
debug output.
21
30
22
- ### Fixed
23
-
24
31
25
32
## [ 2.6.0] - 2016-02-04
26
33
@@ -269,7 +276,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
269
276
Doxygen (up to version 1.8.8). This version contains a workaround to fix
270
277
this.
271
278
272
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.6.0...HEAD
279
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.6.1...HEAD
280
+ [ 2.6.1 ] : https://github.com/osmcode/libosmium/compare/v2.6.0...v2.6.1
273
281
[ 2.6.0 ] : https://github.com/osmcode/libosmium/compare/v2.5.4...v2.6.0
274
282
[ 2.5.4 ] : https://github.com/osmcode/libosmium/compare/v2.5.3...v2.5.4
275
283
[ 2.5.3 ] : https://github.com/osmcode/libosmium/compare/v2.5.2...v2.5.3
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ project(libosmium)
25
25
26
26
set (LIBOSMIUM_VERSION_MAJOR 2)
27
27
set (LIBOSMIUM_VERSION_MINOR 6)
28
- set (LIBOSMIUM_VERSION_PATCH 0 )
28
+ set (LIBOSMIUM_VERSION_PATCH 1 )
29
29
30
30
set (LIBOSMIUM_VERSION
31
31
"${LIBOSMIUM_VERSION_MAJOR} .${LIBOSMIUM_VERSION_MINOR} .${LIBOSMIUM_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments