Bas Couwenberg pushed to branch upstream at Debian GIS Project / osm2pgsql
Commits: bb712c81 by Bas Couwenberg at 2019-08-30T04:51:31Z New upstream version 1.0.0+ds - - - - - 3 changed files: - CMakeLists.txt - README.md - gazetteer-style.cpp Changes: ===================================== CMakeLists.txt ===================================== @@ -1,6 +1,6 @@ set(PACKAGE osm2pgsql) set(PACKAGE_NAME osm2pgsql) -set(PACKAGE_VERSION 0.96.0) +set(PACKAGE_VERSION 1.0.0) cmake_minimum_required(VERSION 2.8.7) ===================================== README.md ===================================== @@ -21,8 +21,7 @@ Nominatim, or general analysis. Most Linux distributions include osm2pgsql. It is also available on macOS with [Homebrew](http://brew.sh/). Unoffical builds for Windows are available from [AppVeyor](https://ci.appveyor.com/project/openstreetmap/osm2pgsql/history) but you need to find the right build artifacts. -For the latest release 0.96.0, you may download a -[32bit version](https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x86.zip?tag=0.96.0&job=Environment%3A%20arch%3Dx86) or [64bit version](https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x64.zip?tag=0.96.0&job=Environment%3A%20arch%3Dx64). +Builds for releases may also be downloaded from the [OpenStreetMap Dev server](https://lonvia.dev.openstreetmap.org/osm2pgsql-winbuild/releases/). ## Building ## ===================================== gazetteer-style.cpp ===================================== @@ -170,7 +170,7 @@ void gazetteer_style_t::add_style_entry(std::string const &key, // prefix: works on empty key only if (key[key.size() - 1] == '*') { if (key.size() == 1) { - throw std::runtime_error("Style error. Ambigious key '*'."); + throw std::runtime_error("Style error. Ambiguous key '*'."); } if (!value.empty()) { throw std::runtime_error( View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/bb712c81def748b3d20d33ab64294e5dc3b82202 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/bb712c81def748b3d20d33ab64294e5dc3b82202 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
