From cf66989fa2a47aa406f25c0be79e3b4e146284ee Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 12 Feb 2024 14:35:18 +0100 Subject: [PATCH] prepare release 1.11.0 --- CMakeLists.txt | 2 +- man/osm2pgsql-gen.1 | 8 +++----- man/osm2pgsql-replication.1 | 2 +- man/osm2pgsql.1 | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ab83b895..168f4ac9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.8.0) -project(osm2pgsql VERSION 1.10.0 LANGUAGES CXX C) +project(osm2pgsql VERSION 1.11.0 LANGUAGES CXX C) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) diff --git a/man/osm2pgsql-gen.1 b/man/osm2pgsql-gen.1 index 6075f0f2f..52727aee5 100644 --- a/man/osm2pgsql-gen.1 +++ b/man/osm2pgsql-gen.1 @@ -1,4 +1,4 @@ -.TH "OSM2PGSQL" "1" "1.10.0" "" "" +.TH "OSM2PGSQL" "1" "1.11.0" "" "" .SH NAME .PP osm2pgsql-gen - Generalize OpenStreetMap data - EXPERIMENTAL! @@ -29,10 +29,7 @@ Mandatory arguments to long options are mandatory for short options too. .TP -a, --append Run in append mode. -.TP --c, --create -Run in create mode. -This is the default if \f[B]-a, --append\f[R] is not specified. +The default is to run in create mode. .TP -S, --style=FILE The Lua config file. @@ -44,6 +41,7 @@ Usually not required because it is read from the Specifies the number of parallel threads used for certain operations. Setting this to the number of available CPU cores is a reasonable starting point. +Minimum value and default is 1, maximum value is 256. .SH HELP/VERSION OPTIONS .TP -h, --help diff --git a/man/osm2pgsql-replication.1 b/man/osm2pgsql-replication.1 index df8211242..311bb56cc 100644 --- a/man/osm2pgsql-replication.1 +++ b/man/osm2pgsql-replication.1 @@ -1,4 +1,4 @@ -.TH "OSM2PGSQL-REPLICATION" "1" "1.10.0" "" "" +.TH "OSM2PGSQL-REPLICATION" "1" "1.11.0" "" "" .SH NAME osm2pgsql-replication \- osm2pgsql database updater .SH SYNOPSIS diff --git a/man/osm2pgsql.1 b/man/osm2pgsql.1 index d2ec93c12..c04458ff7 100644 --- a/man/osm2pgsql.1 +++ b/man/osm2pgsql.1 @@ -1,4 +1,4 @@ -.TH "OSM2PGSQL" "1" "1.10.0" "" "" +.TH "OSM2PGSQL" "1" "1.11.0" "" "" .SH NAME .PP osm2pgsql - OpenStreetMap data to PostgreSQL converter