1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
|
python-pgsql (2.5.1-2) unstable; urgency=low
* And transition to the _new_ new python policy (the new policy underwent
some further changes shortly after the previous upload).
-- Ben Burton <bab@debian.org> Sun, 9 Jul 2006 17:02:08 +1000
python-pgsql (2.5.1-1) unstable; urgency=low
* New upstream release (which simply formalises the patch for
CVE-2006-2314; see below).
* Transitioned to new python policy (closes: #373337), and now uses
python-central. The old binary packages pythonX.Y-pgsql are gone;
all modules for all supported python versions are now contained
within the single python-pgsql package.
-- Ben Burton <bab@debian.org> Wed, 14 Jun 2006 20:34:02 +1000
python-pgsql (2.5-1) unstable; urgency=low
* New upstream release.
* Note that types PgInt2 and PgInt8 have been removed, and are replaced by
int and long instead.
* Removed warnings for the python2.4/PgInt2/float comparison error, since
this problem is no longer present (see above).
* PgVersion is now more robust, and can handle devel/alpha/beta versions of
PostgreSQL (closes: #219862).
* Included patch again for CVE-2006-2314 (see below), which has not yet
entered upstream.
* Changed build system to use dh_python; build-depends on python accordingly.
* Bumped standards-version to 3.7.2.0 (no changes required).
-- Ben Burton <bab@debian.org> Wed, 7 Jun 2006 08:29:09 +1000
python-pgsql (2.4.0-8) unstable; urgency=high
* In routines PgQuoteString() and PgQuoteBytea(), quotes are now escaped
as '', not as \' (closes: #369250). In some multi-byte encodings you
can exploit \' escaping to inject SQL code, and so \' no longer works
for such client encodings with newer PostgreSQL servers. Thanks to
Martin Pitt for the patch.
* Reference: CVE-2006-2314.
-- Ben Burton <bab@debian.org> Sat, 3 Jun 2006 01:27:11 +1000
python-pgsql (2.4.0-7) unstable; urgency=low
* Added support for python 2.4 (closes: #326159).
* Dropped support for python 2.1 and 2.2 (closes: #337412).
* Added warnings regarding the PgInt2/float comparison failure under
python2.4.
* Switched from debhelper compatibility level 3 to 5 (updated
build-depends, no other changes required).
* Bumped standards-version to 3.6.2.2 (no changes required).
-- Ben Burton <bab@debian.org> Thu, 5 Jan 2006 13:40:08 +1100
python-pgsql (2.4.0-6) unstable; urgency=low
* Rebuilt against libpq4 and libpq-dev for the PostgreSQL 8.0 transition.
* Patched setup.py to use pg_config to determine the PostgreSQL client
include directory.
* Fixed parsing of floats under arbitrary locales (closes: #311328).
This involves calling the locale-agnostic PyOS_ascii_strtod() instead of
the locale-dependent strtod(). A local copy of PyOS_ascii_strtod() is
also included since this function is new for python 2.4. Thanks to
Martin Pitt for this patch.
-- Ben Burton <bab@debian.org> Tue, 21 Jun 2005 02:06:27 +1000
python-pgsql (2.4.0-5) unstable; urgency=low
* In python-pgsql, use symlinks to examples and tests from python2.3-pgsql
instead of shipping a separate copy (closes: #244214). Unfortunately
this involves adding an extra layer of indirection, since dpkg won't
replace an obsolete dir with a symlink (see #156463).
* Patched PgNumeric.__cmp__ to never return None, thanks to Wichert
Akkerman (closes: #251401).
* Patched test suite to support postgresql 7.4.
* Don't include .pyc files in the .debs since they're already being
regenerated in the postinsts.
* Added lintian overrides for the source package (the upstream tarball
ships with a CVS dir).
-- Ben Burton <bab@debian.org> Sun, 6 Jun 2004 09:31:34 +1000
python-pgsql (2.4.0-4) unstable; urgency=low
* Fixed FutureWarning regarding negative ints and signed strings
(closes: #224325).
-- Ben Burton <bab@debian.org> Mon, 22 Dec 2003 00:21:17 +1100
python-pgsql (2.4.0-3) unstable; urgency=low
* Added patches for PyLargeObject construction in the TypeCache class,
thanks to Joerg Wendland (closes: #221897).
* Bumped standards-version to 3.6.1.
-- Ben Burton <bab@debian.org> Mon, 8 Dec 2003 11:38:36 +1100
python-pgsql (2.4.0-2) unstable; urgency=low
* Updated for debian python 2.2 -> 2.3 transition.
-- Ben Burton <bab@debian.org> Wed, 13 Aug 2003 11:02:26 +1000
python-pgsql (2.4.0-1) unstable; urgency=low
* New upstream release.
* Bumped standards-version to 3.6.0.
-- Ben Burton <bab@debian.org> Fri, 18 Jul 2003 15:28:59 +1000
python-pgsql (2.3.0-2) unstable; urgency=low
* Quoted CLOSE to eliminate PerformPortalClose warnings (closes: #194636).
* Patched to use PY_LONG_LONG instead of LONG_LONG.
* Reflect the fact that packages have moved into section python.
* Bumped standards-version to 3.5.10.0.
-- Ben Burton <bab@debian.org> Thu, 5 Jun 2003 10:53:40 +1000
python-pgsql (2.3.0-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <bab@debian.org> Fri, 31 Jan 2003 11:30:57 +1100
python-pgsql (2.3-beta1-2) unstable; urgency=low
* Rebuilt against libpq3 (closes: #175124).
* New maintainer email address.
* Standards-version 3.5.8.0.
-- Ben Burton <bab@debian.org> Fri, 3 Jan 2003 16:25:43 +1100
python-pgsql (2.3-beta1-1) unstable; urgency=low
* New upstream release.
* Bumped standards-version to 3.5.7.0.
-- Ben Burton <benb@acm.org> Sun, 27 Oct 2002 20:45:40 +1100
python-pgsql (2.2-1) unstable; urgency=low
* New upstream release (closes: #163115).
-- Ben Burton <benb@acm.org> Thu, 3 Oct 2002 08:43:25 +1000
python-pgsql (2.1-2) unstable; urgency=low
* Added support for python 2.3.
-- Ben Burton <benb@acm.org> Wed, 18 Sep 2002 11:42:13 +1000
python-pgsql (2.1-1) unstable; urgency=low
* New upstream release.
* Adopted by Ben Burton <benb@acm.org> (closes: #158543).
* Default python version is now 2.2.
* Moved from non-US into interpreters.
* Package python-pgsql changed to Architecture: all.
* Updated Standards-Version to 3.5.6.
* Ack previous NMUs (closes: #138502, #138751, #143149).
-- Ben Burton <benb@acm.org> Thu, 29 Aug 2002 17:50:09 +1000
python-pgsql (2.0-3.1) unstable; urgency=high
* NMU.
* Rebuilt against newer postgresql. Closes: #143149
* Removed libpgsql2.1 (>= 7.1) | libpgsql2 from depends since this is
provided by ${shlibs:Depends} anyway.
-- Ben Burton <benb@acm.org> Wed, 17 Apr 2002 14:46:49 +1000
python-pgsql (2.0-3) unstable; urgency=low
* Added libpgsql2 dependency to work with library name change.
Closes: #138879 #138502 #138751
-- Kevin Lindsay <klindsay@debian.org> Mon, 8 Apr 2002 22:44:09 +0000
python-pgsql (2.0-2) unstable; urgency=low
* Added 'ed' to the Build-Depends.
Closes: #124394
-- Kevin Lindsay <klindsay@debian.org> Wed, 16 Jan 2002 07:25:23 +0000
python-pgsql (2.0-1) unstable; urgency=low
* Major version change.
* Package Name change to python-pgsql, Conflicts with python2-pgsql.
* Changed depends from python2-base to python.
Closes: #118259
* Can't duplicate bug 109787, and with the new version it is probably
fixed.
Closes: #109787
-- Kevin Lindsay <klindsay@debian.org> Sun, 11 Nov 2001 05:04:09 +0000
python2-pgsql (1.1-1) unstable; urgency=low
* New point release.
* Moved package to section non-US because of postgresql-dev build dependency.
* closes: #97126
-- Kevin Lindsay <klindsay@debian.org> Mon, 21 May 2001 15:41:02 -0700
python2-pgsql (1.0-5) unstable; urgency=low
* Added python2-dev to build-depends. closes: #85760
-- Kevin Lindsay <klindsay@debian.org> Thu, 15 Feb 2001 23:14:45 -0800
python2-pgsql (1.0-4) unstable; urgency=low
* Changed Build-Depends. Pulled out libpgsql2.1 since postgresql-dev pulls
it in.
-- Kevin Lindsay <klindsay@debian.org> Thu, 15 Feb 2001 00:19:01 -0800
python2-pgsql (1.0-3) unstable; urgency=low
* Added postgresql-dev to build-depends
-- Kevin Lindsay <klindsay@debian.org> Sat, 10 Feb 2001 22:50:39 -0800
python2-pgsql (1.0-2) unstable; urgency=low
* Fixed some lintian warnings and errors.
-- Kevin Lindsay <klindsay@debian.org> Fri, 26 Jan 2001 21:37:05 -0800
python2-pgsql (1.0-1) unstable; urgency=low
* Initial Release.
* closes: #80939
-- Kevin Lindsay <klindsay@debian.org> Sun, 21 Jan 2001 19:54:46 -0800
Local variables:
mode: debian-changelog
End:
|