From ee513ed07a218dbc118c2e26a881c8d63fda6e6f Mon Sep 17 00:00:00 2001 From: dim Date: Tue, 3 Jun 2008 12:18:17 +0000 Subject: [PATCH] 2.3.1 release --- TODO.txt | 4 ++-- debian/changelog | 1 + pgloader/options.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index 451a318..d9af306 100644 --- a/TODO.txt +++ b/TODO.txt @@ -165,10 +165,10 @@ instead of plain transactions. == Fixed Format == Current status:: - CVS, intended for 2.3.1 + Released in pgloader 2.3.1 Support fixed format: no separator, known length (in bytes) per -column. +column. See +examples/fixed+. == Facilities == diff --git a/debian/changelog b/debian/changelog index 80dcea1..136550e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ pgloader (2.3.1-1) unstable; urgency=low + * FIX: Add database opening into critical path (BoundedSemaphore) * FIX: close database connection as soon as possible * Add support for fixed format diff --git a/pgloader/options.py b/pgloader/options.py index 524f24b..b2c4193 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.3.0' +PGLOADER_VERSION = '2.3.1' PSYCOPG_VERSION = None