Skip to content

Commit a65ab49

Browse files
committed
prepare release 1.4.0
1 parent 6772205 commit a65ab49

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
set(PACKAGE osm2pgsql)
22
set(PACKAGE_NAME osm2pgsql)
3-
set(PACKAGE_VERSION 1.3.0)
3+
set(PACKAGE_VERSION 1.4.0)
44

5-
cmake_minimum_required(VERSION 2.8.7)
5+
cmake_minimum_required(VERSION 2.8.12)
66

77
project(osm2pgsql)
88

CONTRIBUTING.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ This will often be used together with the `-s` option of `pg_virtualenv` which
116116
drops you into a shell after a failed test where you can still access the
117117
database created by `pg_virtualenv`.
118118

119-
### Performance Testing
119+
### Performance testing
120120

121121
If performance testing with a full planet import is required, indicate what
122122
needs testing in a pull request.
@@ -135,9 +135,13 @@ the report.
135135
## Releasing a new version
136136

137137
* Decide on a new version. (See [semantic versioning](https://semver.org/).)
138-
* Update version in [CMakeLists.txt](CMakeLists.txt), look for `PACKAGE_VERSION`
138+
* Update version in [CMakeLists.txt](CMakeLists.txt), look for `PACKAGE_VERSION`.
139139
* Build man page (`make man`) and copy it to `docs/osm2pgsql.1`.
140-
* ...
140+
* Tag release with release notes in commit message and upload the tag to Github.
141+
* Fill out release notes on Github.
142+
* Copy Windows binaries and source tarball to osm2pgsql.org.
143+
* Add release info to osm2pgsql.org.
144+
* Publish release notes as News article on osm2pgsql.org.
141145

142146
## Maintainers
143147

0 commit comments

Comments
 (0)