Skip to content

Commit c2b54e2

Browse files
committed
prepare release 1.5.1
1 parent 49c9f9a commit c2b54e2

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(PACKAGE osm2pgsql)
22
set(PACKAGE_NAME osm2pgsql)
3-
set(PACKAGE_VERSION 1.5.0)
3+
set(PACKAGE_VERSION 1.5.1)
44

55
cmake_minimum_required(VERSION 2.8.12)
66

docs/osm2pgsql.1

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL" "1" "1.5.0" "" ""
1+
.TH "OSM2PGSQL" "1" "1.5.1" "" ""
22
.SH NAME
33
.PP
44
osm2pgsql \- Openstreetmap data to PostgreSQL converter
@@ -251,16 +251,17 @@ See documentation for details.
251251
.SH OUTPUT OPTIONS
252252
.TP
253253
.B \-O, \-\-output=OUTPUT
254-
Specifies the output back\-end to use.
254+
Specifies the output to use.
255255
Currently osm2pgsql supports \f[B]pgsql\f[], \f[B]flex\f[],
256256
\f[B]gazetteer\f[] and \f[B]null\f[].
257-
\f[B]pgsql\f[] is the default output back\-end and is optimized for
258-
rendering with Mapnik.
259-
\f[B]gazetteer\f[] is intended for geocoding with Nominatim.
260-
The experimental \f[B]flex\f[] backend allows more flexible
261-
configuration.
262-
\f[B]null\f[] does not write any output and is only useful for testing
263-
or with \f[B]\-\-slim\f[] for creating slim tables.
257+
\f[B]pgsql\f[] is the default output still available for backwards
258+
compatibility.
259+
New setups should use the \f[B]flex\f[] output which allows for a much
260+
more flexible configuration.
261+
The \f[B]gazetteer\f[] output is intended for geocoding with Nominatim
262+
only.
263+
The \f[B]null\f[] output does not write anything and is only useful for
264+
testing or with \f[B]\-\-slim\f[] for creating slim tables.
264265
.RS
265266
.RE
266267
.TP

0 commit comments

Comments
 (0)