[osmium-tool] 44/44: Release v1.1.0
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 20:15:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to tag v1.1.0
in repository osmium-tool.
commit 22bafd99084c948a6cc06308ec8251b5f0977f57
Author: Jochen Topf <jochen at topf.org>
Date: Sat Jul 4 13:25:32 2015 +0200
Release v1.1.0
---
CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++-
CMakeLists.txt | 4 ++--
2 files changed, 38 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3412cc6..7c13733 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,40 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased] -
+### Added
+
+### Changed
+
+### Fixed
+
+
+## [1.1.0] - 2015-07-04
+
+### Added
+
+- New getid subcommand to filter by node/way/relation IDs.
+- New renumber subcommand to renumber IDs in OSM files.
+- New check-refs subcommand to check referential integrity in OSM files.
+- Improved testing framework and added some functional tests.
+- Fileinfo subcommand can now output a single variable using `-g`.
+- Fileinfo subcommand can now output all data in JSON format using the
+ RapidJSON library (which is included in the code).
+- Fileinfo subcommand now also shows largest ID of each type.
+
+### Changed
+
+- Lots of refactoring to handle command line parsing for different subcommands
+ in a uniform manner. Now pretty much all command line options concerning file
+ input and output are consistent across subcommand.
+- Uses newest libosmium.
+
+### Fixed
+
+- Time-fiter subcommand: Fixed case where objects are updated twice in the
+ same second.
+- Some corrections in man pages.
+
+
## [1.0.1] - 2015-03-31
### Changed
@@ -13,6 +47,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Minor updates to documentation and build system
-[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.0.1...HEAD
+[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.1.0...HEAD
+[1.0.1]: https://github.com/osmcode/osmium-tool/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/osmcode/osmium-tool/compare/v1.0.0...v1.0.1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77998e7..fc0efa1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,8 +26,8 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev"
project(osmium)
set(OSMIUM_VERSION_MAJOR 1)
-set(OSMIUM_VERSION_MINOR 0)
-set(OSMIUM_VERSION_PATCH 1)
+set(OSMIUM_VERSION_MINOR 1)
+set(OSMIUM_VERSION_PATCH 0)
set(OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR}.${OSMIUM_VERSION_MINOR}.${OSMIUM_VERSION_PATCH})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git
More information about the Pkg-grass-devel
mailing list