File: changelog

package info (click to toggle)
python-pgsql 2.4.0-5sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 984 kB
  • ctags: 1,291
  • sloc: ansic: 5,913; python: 4,334; sh: 73; makefile: 71
file content (187 lines) | stat: -rw-r--r-- 5,900 bytes parent folder | download
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
python-pgsql (2.4.0-5sarge1) stable; 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-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: