@@ -13,6 +13,40 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
13
### Fixed
14
14
15
15
16
+ ## [ 2.12.2] - 2017-05-3
17
+
18
+ ### Added
19
+
20
+ - Add two argument (key, value) overload of ` TagMatcher::operator() ` .
21
+
22
+ ### Changed
23
+
24
+ - Detect, report, and remove duplicate ways in multipolygon relations.
25
+ - Change EOF behaviour of Reader: The ` Reader::read() ` function will now
26
+ always return an invalid buffer exactly once to signal EOF.
27
+ - Update QGIS multipolygon project that is part of the test suite to show
28
+ more problem types.
29
+ - Copy multipolygon QGIS file for tests to build dir in cmake step.
30
+ - Some code cleanups and improved debug output in multipolygon code.
31
+ - Refactor I/O code to simplify code.
32
+ - Disable some warnings on MSVC.
33
+ - Various small code and build script changes.
34
+
35
+ ### Fixed
36
+
37
+ - Two bugs in area assembler affecting very complex multipolygons and
38
+ multipolygons with overlapping or nearly overlapping lines.
39
+ - Invalid use of iterators leading to undefined behaviour in area assembler
40
+ code.
41
+ - Area assembler stats were not correctly counting inner rings that are
42
+ areas in their own right.
43
+ - Fix a thread problem valgrind found that might or might not be real.
44
+ - Read OPL file correctly even if trailing newline in file is missing.
45
+ - Include order for ` osmium/index/map ` headers and
46
+ ` osmium/index/node_locations_map.hpp ` (or
47
+ ` osmium/handler/node_locations_for_ways.hpp ` ) doesn't matter any more.
48
+
49
+
16
50
## [ 2.12.1] - 2017-04-10
17
51
18
52
### Added
@@ -606,7 +640,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
606
640
Doxygen (up to version 1.8.8). This version contains a workaround to fix
607
641
this.
608
642
609
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.12.1...HEAD
643
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.12.2...HEAD
644
+ [ 2.12.2 ] : https://github.com/osmcode/libosmium/compare/v2.12.1...v2.12.2
610
645
[ 2.12.1 ] : https://github.com/osmcode/libosmium/compare/v2.12.0...v2.12.1
611
646
[ 2.12.0 ] : https://github.com/osmcode/libosmium/compare/v2.11.0...v2.12.0
612
647
[ 2.11.0 ] : https://github.com/osmcode/libosmium/compare/v2.10.3...v2.11.0
0 commit comments