From b7ed9ae4b7efc89ab2bfaedd11dd56805d792076 Mon Sep 17 00:00:00 2001 From: Scott Crosby Date: Sat, 29 Oct 2011 21:11:15 -0500 Subject: [PATCH] Added new Release Notes --- ReleaseNotes.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ReleaseNotes.txt diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt new file mode 100644 index 0000000..d2cc3f2 --- /dev/null +++ b/ReleaseNotes.txt @@ -0,0 +1,23 @@ + +---------------------------------------- +Release notes for 1.2.1 -- 2011-10-29 +---------------------------------------- + +* 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 +* 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 + + +-------------------------------------- +Release notes for 1.2.0 +-------------------------------------- + +* Bad release. Not released.