forked from openstreetmap/OSM-binary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes.txt
37 lines (27 loc) · 1.22 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
----------------------------------------
Release notes for 1.3.0 -- 2012-12-04
----------------------------------------
Add osmosis replication fields into the header.
-- Changes from Frederick Ramm <[email protected]>
----------------------------------------
Release notes for 1.2.1 -- 2011-10-29
----------------------------------------
--------------------------------------
Release notes for 1.2.0 -- NOT RELEASED
--------------------------------------
* Bad tag, so not releasable.
* Switched to the lite (non-introspective) version of protocol buffers
for a smaller library.
* Includes support for "visible" flag on OSM objects. This allows PBF to
handle OSM history files.
* Namespace and include conventions changes for the C++ library. Everything
is in the OSMPBF namespace. You now do:
#include <osmpbf/osmpbf.h>
* Added stuff needed to build Debian/Ubuntu libosmpbf-dev package containing
the C++ library.
* Added osmpbf-outline tool that shows internals of a PBF file for debugging.
* Added magic file that can recognize OSM PBF files.
-- Changes from Jochen Topf <[email protected]>
Peter <[email protected]>
* Added a pom.xml
-- Changes from Zsombor Welker <[email protected]>