release 2.3.2

This commit is contained in:
dim 2009-06-29 10:30:46 +00:00
parent 43c95d67c2
commit 8af4355994
3 changed files with 7 additions and 6 deletions

7
debian/changelog vendored
View File

@ -1,6 +1,7 @@
pgloader (2.3.2~dev1-1) unstable; urgency=low
pgloader (2.3.2-1) unstable; urgency=low
* Use psycopg cursor.copy_expert() when avaiable (> 2.0.6)
* Implement --from support in all readers (Closes: #531034)
* Use psycopg cursor.copy_expert() when available (> 2.0.6)
* FIX fixedreader: it now know about -C
* FIX Round Robin Reader with respect to offsets in readlines()
* support python 2.3 if not using RRR (not importing collections.deque)
@ -10,7 +11,7 @@ pgloader (2.3.2~dev1-1) unstable; urgency=low
* Do not sort() section list when it's been given on command line
* Catch InterfaceError when trying to close connection
-- Dimitri Fontaine <dim@tapoueh.org> Wed, 17 Sep 2008 17:53:53 +0200
-- Dimitri Fontaine <dim@tapoueh.org> Mon, 29 Jun 2009 09:39:33 +0200
pgloader (2.3.1-2) unstable; urgency=low

4
debian/control vendored
View File

@ -1,9 +1,9 @@
Source: pgloader
Section: misc
Section: database
Priority: extra
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 5), docbook-to-man (>= 2.0.0), python-support (>= 0.3), xmlto, asciidoc (>= 0.8.2)
Standards-Version: 3.8.0
Standards-Version: 3.8.2
Homepage: http://pgloader.projects.postgresql.org
Package: pgloader

View File

@ -2,7 +2,7 @@
#
# Some common options, for each module to get them
PGLOADER_VERSION = '2.3.2~dev1'
PGLOADER_VERSION = '2.3.2'
PSYCOPG_VERSION = None