From f117d3f77ca20b5927b1ce9635d8cb03bc7bed66 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 5 Sep 2012 00:44:12 +0100 Subject: [PATCH] Documenting tarball support in change log --- AUTHORS | 9 +++++++-- CHANGES | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 59d7a26..3f4fbd0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,14 +9,19 @@ David Wheeler He is the PGXN mastermind: a lot of helpful design discussions. -Andrey Popp +Peter Eisentraut - Make selection. Helped the program not to suck on BSD! + First implementation of tarball support. Auto-sudo is not a good idea, I + got it. Hitoshi Harada Tricky installation corner cases. +Andrey Popp + + Make selection. Helped the program not to suck on BSD! + Also thank you everybody for the useful discussions on the PGXN mailing list, bug reports, proofreading the docs and the general support to the project. diff --git a/CHANGES b/CHANGES index 13d5d51..ac81c8b 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ PGXN Client changes log pgxnclient 1.2 ============== +- Added support for ``.tar`` files (ticket #17). - ``gmake`` if used in favour of ``make`` for platforms where the two are distinct, such as BSD (ticket #14). - Added ``--make`` option to select the make executable (ticket #16).