From a748ef336baf48dde5f0ad31d59bb97efb61e525 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Mon, 26 Oct 2020 07:42:22 +0100 Subject: [PATCH] CHANGELOG: convert to Markdown --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++ ReleaseNotes.txt | 58 ------------------------------------------------ 2 files changed, 41 insertions(+), 58 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 ReleaseNotes.txt diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dac2ebe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +## Release notes for 1.3.3 (2014-03-15) + +- Fixed ant build file. + +## Release notes for 1.3.2 (2014-03-12) + +- Small bugfixes and build enhancements. +- Improved Debian build in coordination with Debian maintainers. + +## Release notes for 1.3.1 (2013-12-11) + +- Several building fixes and enhancements. + +## Release notes for 1.3.0 (2012-12-04) + +- Add osmosis replication fields into the header. + -- Changes from Frederick Ramm + +## 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 +- 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 + Peter + +- Added a pom.xml + + -- Changes from Zsombor Welker diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt deleted file mode 100644 index 2ba9330..0000000 --- a/ReleaseNotes.txt +++ /dev/null @@ -1,58 +0,0 @@ ----------------------------------------- -Release notes for 1.3.3 -- 2014-03-15 ----------------------------------------- - -Fixed ant build file. - ----------------------------------------- -Release notes for 1.3.2 -- 2014-03-12 ----------------------------------------- - -Small bugfixes and build enhancements. -Improved Debian build in coordination with Debian maintainers. - - ----------------------------------------- -Release notes for 1.3.1 -- 2013-12-11 ----------------------------------------- - -Several building fixes and enhancements. - - ----------------------------------------- -Release notes for 1.3.0 -- 2012-12-04 ----------------------------------------- - -Add osmosis replication fields into the header. - -- Changes from Frederick Ramm - - ----------------------------------------- -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 -* 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 - Peter - -* Added a pom.xml - - -- Changes from Zsombor Welker