Skip to content

Commit 2282c84

Browse files
committed
Release v2.6.1
1 parent f94a9ac commit 2282c84

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
16+
## [2.6.1] - 2016-02-22
17+
18+
### Added
19+
1120
- Add `WITH_PROFILING` option to CMake config. When enabled, this sets the
1221
`-fno-omit-frame-pointer` compiler option.
1322

1423
### Changed
1524

16-
- Massiv speed improvements when building multipolygons.
25+
- Massive speed improvements when building multipolygons.
1726
- Uses (and includes) new version 1.3.0 of protozero library.
1827
- Removed dependency on Boost Iterator for PBF writer.
1928
- Example program `osmium_area_test` now uses `cerr` instead of `cout` for
2029
debug output.
2130

22-
### Fixed
23-
2431

2532
## [2.6.0] - 2016-02-04
2633

@@ -269,7 +276,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
269276
Doxygen (up to version 1.8.8). This version contains a workaround to fix
270277
this.
271278

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
273281
[2.6.0]: https://github.com/osmcode/libosmium/compare/v2.5.4...v2.6.0
274282
[2.5.4]: https://github.com/osmcode/libosmium/compare/v2.5.3...v2.5.4
275283
[2.5.3]: https://github.com/osmcode/libosmium/compare/v2.5.2...v2.5.3

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ project(libosmium)
2525

2626
set(LIBOSMIUM_VERSION_MAJOR 2)
2727
set(LIBOSMIUM_VERSION_MINOR 6)
28-
set(LIBOSMIUM_VERSION_PATCH 0)
28+
set(LIBOSMIUM_VERSION_PATCH 1)
2929

3030
set(LIBOSMIUM_VERSION
3131
"${LIBOSMIUM_VERSION_MAJOR}.${LIBOSMIUM_VERSION_MINOR}.${LIBOSMIUM_VERSION_PATCH}")

0 commit comments

Comments
 (0)