From 30a8854eed9fb7c5dc4f66abea8ecd65fffc6bbd Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Wed, 14 Mar 2018 09:53:49 +0100 Subject: [PATCH] Update History to 0.2.0 release --- History.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/History.txt b/History.txt index 34e4f4b..d40abcf 100644 --- a/History.txt +++ b/History.txt @@ -1,7 +1,21 @@ +=== 0.2.0 / 2018-03-13 + +* Update gem dependencies +* Fix compatibility to pg-1.0 gem +* Add `pg_ldap_sync --version` +* Fix compatibility with PostgreSQL-10 +* Don't abort on SQL errors, but print ERROR notice +* Run sync within a SQL transaction, so that no partial sync happens +* Lots of improvements to the test suite +* Run automated tests on Travis-CI and Appveyor +* Remove support for postgres-pr, since it's no longer maintained + + === 0.1.1 / 2012-11-15 * Add ability to lowercase the LDAP name for use as PG role name + === 0.1.0 / 2011-07-13 * Birthday!