- Can deal with extensions whose ``Makefile`` is created by ``configure`` and with makefile not in the package root. Patch provided by Hitoshi Harada (ticket 12).
1.0.2
================
- Correctly handle PostgreSQL identifiers to be quoted (ticket 10). - Don't crash with a traceback if some external command is not found (ticket 11).
1.0.1
================
- Fixed simplejson dependency on Python 2.6 (ticket 8). - Added ``pgxn help CMD`` as synonim for ``pgxn CMD --help`` (ticket 7). - Fixed a few compatibility problems with Python 3.
1.0
==============
- Extensions to load/unload from a distribution can be specified on the command line. - ``pgxn help --libexec`` returns a single directory, possibly independent from the client version.
0.3
==============
- ``pgxn`` script converted into a generic dispatcher in order to allow additional commands to be implemented in external scripts and in any language. - commands accept extension names too, not only specs. - Added ``help`` command to get information about program and commands.
0.2.1
================
- Lowercase search for distributions in the API (issue 3). - Fixed handling of zip files not containing entries for the directory. - More informative error messages when some item is not found on PGXN.