Prep release notes for release 1.3.4.

This commit is contained in:
Josh Kupershmidt 2016-05-07 09:43:28 -04:00
parent 602bf2944a
commit b8b18c0cc9
2 changed files with 9 additions and 4 deletions

View File

@ -466,6 +466,11 @@ Creating indexes concurrently comes with a few caveats, please see `the document
Releases
--------
* pg_repack 1.3.4
* grab exclusive lock before dropping original table (#81)
* do not attempt to repack unlogged tables (#71)
* pg_repack 1.3.3
* Added support for PostgreSQL 9.5

View File

@ -7,7 +7,7 @@ should be a three-digit dot-separated version, eventually followed by a
pre-release string: ``1.2.0``, ``1.2.1``, ``1.2-dev0``, ``1.2.0-beta1`` are
valid version numbers.
In order to release the package you will accounts on Github and PGXN
In order to release the package you will need accounts on Github and PGXN
with the right privileges: contact Daniele Varrazzo to obtain them.
- Set the right version number in ``META.json`` (note: it's in two different
@ -21,7 +21,7 @@ with the right privileges: contact Daniele Varrazzo to obtain them.
- Create a package running ``make package``. The package will be called
``dist/pg_repack-$VER.zip``.
- Check the packages installs and tests ok with `pgxn client`__::
- Verify the packages installs and passes tests with `pgxn client`__::
pgxn install --sudo -- dist/pg_repack-$VER.zip
pgxn check dist/pg_repack-$VER.zip