diff --git a/META.json b/META.json index ad0425b..1e109dd 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "pg_repack", "abstract": "PostgreSQL module for data reorganization", "description": "Reorganize tables in PostgreSQL databases with minimal locks", - "version": "1.4.2", + "version": "1.4.3", "maintainer": [ "Beena Emerson ", "Josh Kupershmidt ", @@ -15,7 +15,7 @@ "provides": { "pg_repack": { "file": "lib/pg_repack.sql", - "version": "1.4.2", + "version": "1.4.3", "abstract": "Reorganize tables in PostgreSQL databases with minimal locks" } }, diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index d8c1843..9e26b24 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -466,6 +466,13 @@ Creating indexes concurrently comes with a few caveats, please see `the document Releases -------- +* pg_repack 1.4.3 + + * Fixed possible CVE-2018-1058 attack paths (issue #168) + * Fixed "unexpected index definition" after CVE-2018-1058 changes in + PostgreSQL (issue #169) + * Fixed build with recent Ubuntu packages (issue #179) + * pg_repack 1.4.2 * added PostgreSQL 10 support (issue #120) diff --git a/doc/release.rst b/doc/release.rst index 8e9719c..299a9cf 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -24,8 +24,8 @@ with the right privileges: contact Daniele Varrazzo to obtain them. 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 - was installed). + the path, e.g. ``PATH=$(pg_config --bindir):$PATH``; check the ``install`` + log to see where ``pg_repack`` executable was installed). .. __: http://pgxnclient.projects.pgfoundry.org/