Skip to content

Commit b8b18c0

Browse files
committed
Prep release notes for release 1.3.4.
1 parent 602bf29 commit b8b18c0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/pg_repack.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,11 @@ Creating indexes concurrently comes with a few caveats, please see `the document
466466
Releases
467467
--------
468468

469+
* pg_repack 1.3.4
470+
471+
* grab exclusive lock before dropping original table (#81)
472+
* do not attempt to repack unlogged tables (#71)
473+
469474
* pg_repack 1.3.3
470475

471476
* Added support for PostgreSQL 9.5

doc/release.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ should be a three-digit dot-separated version, eventually followed by a
77
pre-release string: ``1.2.0``, ``1.2.1``, ``1.2-dev0``, ``1.2.0-beta1`` are
88
valid version numbers.
99

10-
In order to release the package you will accounts on Github and PGXN
10+
In order to release the package you will need accounts on Github and PGXN
1111
with the right privileges: contact Daniele Varrazzo to obtain them.
1212

1313
- 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.
2121
- Create a package running ``make package``. The package will be called
2222
``dist/pg_repack-$VER.zip``.
2323

24-
- Check the packages installs and tests ok with `pgxn client`__::
24+
- Verify the packages installs and passes tests with `pgxn client`__::
2525

2626
pgxn install --sudo -- dist/pg_repack-$VER.zip
27-
pgxn check dist/pg_repack-$VER.zip
27+
pgxn check dist/pg_repack-$VER.zip
2828

2929
(note that ``check`` may require the Postgres bin directory to be added to
3030
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.
4747
- Upload the docs by pushing in the repos at
4848
http://reorg.github.io/pg_repack/. The operations are roughly::
4949

50-
git clone git@github.com:reorg/reorg.github.com.git
50+
git clone git@github.com:reorg/reorg.github.com.git
5151
cd reorg.github.com.git
5252
git submodule init
5353
git submodule update

0 commit comments

Comments
 (0)