From b367b562f1217b883d4444ba26c1402548d17aec Mon Sep 17 00:00:00 2001 From: dim Date: Fri, 7 Dec 2007 22:25:28 +0000 Subject: [PATCH] pgloader 2.2.5 hits cvs --- debian/changelog | 3 ++- pgloader/options.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 21d2208..f9e3983 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ pgloader (2.2.5-1) unstable; urgency=low * New client_min_messages, log_min_messages, log_file and lc_messages options * Better reporting of DatabaseError (pkey violation, e.g.) * Have logging of error data work again in all cases (DatabaseError) + * Protect some more settings from begin overwritten when using templates - -- Dimitri Fontaine Fri, 07 Dec 2007 14:48:08 +0100 + -- Dimitri Fontaine Fri, 07 Dec 2007 23:24:58 +0100 pgloader (2.2.5~dev-1) unstable; urgency=low diff --git a/pgloader/options.py b/pgloader/options.py index 8256e5a..578610a 100644 --- a/pgloader/options.py +++ b/pgloader/options.py @@ -2,7 +2,7 @@ # # Some common options, for each module to get them -PGLOADER_VERSION = '2.2.5~dev' +PGLOADER_VERSION = '2.2.5' INPUT_ENCODING = None PG_CLIENT_ENCODING = 'latin9'