From b8b18c0cc9994490a0ce5b5ea9c8860ffdb03256 Mon Sep 17 00:00:00 2001 From: Josh Kupershmidt Date: Sat, 7 May 2016 09:43:28 -0400 Subject: [PATCH] Prep release notes for release 1.3.4. --- doc/pg_repack.rst | 5 +++++ doc/release.rst | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index e7eb75d..2b76522 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -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 diff --git a/doc/release.rst b/doc/release.rst index b7a510b..2a2c277 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -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,10 +21,10 @@ 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 + pgxn check dist/pg_repack-$VER.zip (note that ``check`` may require the Postgres bin directory to be added to the path; check the ``install`` log to see where ``pg_repack`` executable @@ -47,7 +47,7 @@ with the right privileges: contact Daniele Varrazzo to obtain them. - Upload the docs by pushing in the repos at http://reorg.github.io/pg_repack/. The operations are roughly:: - git clone git@github.com:reorg/reorg.github.com.git + git clone git@github.com:reorg/reorg.github.com.git cd reorg.github.com.git git submodule init git submodule update