2.3.1 release

This commit is contained in:
dim 2008-06-03 12:18:17 +00:00
parent 5b8f3b1e2f
commit ee513ed07a
3 changed files with 4 additions and 3 deletions

View File

@ -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 ==

1
debian/changelog vendored
View File

@ -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

View File

@ -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