Skip to content

Commit cf66989

Browse files
committed
prepare release 1.11.0
1 parent 36406ee commit cf66989

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
cmake_minimum_required(VERSION 3.8.0)
33

4-
project(osm2pgsql VERSION 1.10.0 LANGUAGES CXX C)
4+
project(osm2pgsql VERSION 1.11.0 LANGUAGES CXX C)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77

man/osm2pgsql-gen.1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL" "1" "1.10.0" "" ""
1+
.TH "OSM2PGSQL" "1" "1.11.0" "" ""
22
.SH NAME
33
.PP
44
osm2pgsql-gen - Generalize OpenStreetMap data - EXPERIMENTAL!
@@ -29,10 +29,7 @@ Mandatory arguments to long options are mandatory for short options too.
2929
.TP
3030
-a, --append
3131
Run in append mode.
32-
.TP
33-
-c, --create
34-
Run in create mode.
35-
This is the default if \f[B]-a, --append\f[R] is not specified.
32+
The default is to run in create mode.
3633
.TP
3734
-S, --style=FILE
3835
The Lua config file.
@@ -44,6 +41,7 @@ Usually not required because it is read from the
4441
Specifies the number of parallel threads used for certain operations.
4542
Setting this to the number of available CPU cores is a reasonable
4643
starting point.
44+
Minimum value and default is 1, maximum value is 256.
4745
.SH HELP/VERSION OPTIONS
4846
.TP
4947
-h, --help

man/osm2pgsql-replication.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL-REPLICATION" "1" "1.10.0" "" ""
1+
.TH "OSM2PGSQL-REPLICATION" "1" "1.11.0" "" ""
22
.SH NAME
33
osm2pgsql-replication \- osm2pgsql database updater
44
.SH SYNOPSIS

man/osm2pgsql.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL" "1" "1.10.0" "" ""
1+
.TH "OSM2PGSQL" "1" "1.11.0" "" ""
22
.SH NAME
33
.PP
44
osm2pgsql - OpenStreetMap data to PostgreSQL converter

0 commit comments

Comments
 (0)