File: changelog

package info (click to toggle)
sqlrelay 1%3A0.37.1-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,084 kB
  • ctags: 6,691
  • sloc: cpp: 48,136; python: 10,118; ansic: 9,673; java: 9,195; php: 8,839; perl: 8,827; sh: 8,554; ruby: 8,516; tcl: 5,039; makefile: 3,665
file content (383 lines) | stat: -rw-r--r-- 12,383 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
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
sqlrelay (1:0.37.1-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Make various dependencies bin-NMU safe. But this implied loosening
    some dependencies (changed "=" into ">=") from "arch: all" packages
    depending on "arch: any" packages.
  * Fix zope-sqlrelayda to include a Python-Version field. Closes: #398636
  * Fix php5-sqlrelay to actually have some content (renamed
    debian/php4-sqlrelay.install to debian/php5-sqlrelay.install and update
    its content).

 -- Raphael Hertzog <hertzog@debian.org>  Thu, 23 Nov 2006 11:30:27 +0100

sqlrelay (1:0.37.1-3) unstable; urgency=low

  * Remove java-gcj-compat-dev build dependency for arm.
  * Drop support for python2.3.
  * Reenable java on hppa.

 -- Matthias Klose <doko@debian.org>  Sat, 21 Oct 2006 17:05:57 +0200

sqlrelay (1:0.37.1-2) unstable; urgency=low

  * Reenable java on ia64.

 -- Matthias Klose <doko@debian.org>  Fri,  6 Oct 2006 01:36:07 +0200

sqlrelay (1:0.37.1-1) unstable; urgency=low

  * New upstream version.
  * Do not build the java support on arm, mips, mipsel, hppa; FTBFS.
  * Create the sqlrelay user in sqlrelay's postinst. Closes: #353947.
  * Remove ${DESTDIR} from the pkgconfig files. Closes: #348387.

 -- Matthias Klose <doko@debian.org>  Sat, 19 Aug 2006 23:24:30 +0200

sqlrelay (1:0.37-4) unstable; urgency=low

  * Disable java on arm and m68k, enable it on all other architectures.

 -- Matthias Klose <doko@debian.org>  Sun,  9 Jul 2006 17:23:46 +0000

sqlrelay (1:0.37-3) unstable; urgency=low

  * Call adduser with --system option. Closes: #353945.

 -- Matthias Klose <doko@debian.org>  Sat,  8 Jul 2006 00:34:49 +0200

sqlrelay (1:0.37-2) unstable; urgency=low

  * Convert to updated Python policy.

 -- Matthias Klose <doko@debian.org>  Mon,  3 Jul 2006 03:03:49 +0200

sqlrelay (1:0.37-1.1) unstable; urgency=low

  * NMU
  * New source upload (closes: #367022)
  * Moved libsqlrelay-0.36.install to libsqlrelay-0.37.install
    (closes: #360272, #368076)

 -- Peter Eisentraut <petere@debian.org>  Wed,  7 Jun 2006 16:30:34 +0200

sqlrelay (1:0.37-1) unstable; urgency=low

  * New upstream version.
  * Update build-depends (libmysqlclient15-dev, php5-dev, mdbtools-dev).

 -- Matthias Klose <doko@debian.org>  Sun,  5 Mar 2006 15:42:34 +0000

sqlrelay (1:0.36.4-4) unstable; urgency=low

  * Disable java support on 64bit archs for now. Closes: #329781.
  * Fix PHP API version. Closes: #329601.

 -- Matthias Klose <doko@debian.org>  Fri, 14 Oct 2005 19:26:14 +0200

sqlrelay (1:0.36.4-3) unstable; urgency=low

  * Disable java for mips and mipsel builds.

 -- Matthias Klose <doko@debian.org>  Thu, 22 Sep 2005 05:32:45 +0000

sqlrelay (1:0.36.4-2) unstable; urgency=low

  * Install in /lib instead of /lib64 on amd64 (closes: #327721, #327723).
  * Drop build dependency on libc6-prof.
  * Split out runtime libraries into a separate package.
  * Add language support for Java and Tcl.
  * Add support for mdbtools (Jet and Access databases).

 -- Matthias Klose <doko@debian.org>  Sun, 18 Sep 2005 07:55:51 +0000

sqlrelay (1:0.36.4-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Mon, 29 Aug 2005 08:06:17 +0000

sqlrelay (1:0.36.3-0ubuntu1) breezy; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@ubuntu.com>  Sat,  4 Jun 2005 10:36:08 +0000

sqlrelay (1:0.36.1-0) breezy; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 14 May 2005 17:10:03 +0000

sqlrelay (1:0.35-10) unstable; urgency=medium

  * Adopt installation of the ruby adaptor to the configure change
    made in ruby1.8-1.8.2-4 (closes: #311159).
  * Build-Depend on libmysqlclient12-dev | libmysqlclient-dev, instead
    of libmysqlclient-dev.

 -- Matthias Klose <doko@debian.org>  Sun, 29 May 2005 18:45:53 +0200

sqlrelay (1:0.35-9ubuntu1) hoary; urgency=low

  * Build using python2.4.
  * Build zope product for zope2.7.

 -- Matthias Klose <doko@ubuntu.com>  Sun,  3 Apr 2005 19:29:23 +0200

sqlrelay (1:0.35-9) unstable; urgency=low

  * Drop -zts from the PHP API version.

 -- Matthias Klose <doko@debian.org>  Tue, 29 Mar 2005 08:21:35 +0200

sqlrelay (1:0.35-8) unstable; urgency=low

  * Build in a clean unstable environment.

 -- Matthias Klose <doko@debian.org>  Mon, 28 Mar 2005 13:51:14 +0200

sqlrelay (1:0.35-7) unstable; urgency=medium

  * Fix php4 hokey pokey, tighten (build-)dependencies.
    Closes: #294015, #301336.
  * Shorten descriptions (closes: #297057).
  * Add Czech debconf translation (Miroslav Kure). Closes: #290913.

 -- Matthias Klose <doko@debian.org>  Fri, 25 Mar 2005 20:38:01 +0100

sqlrelay (1:0.35-6.1) unstable; urgency=medium

  * NMU, with maintainer's consent.
    - Bump php4-dev build-dep to (>= 4:4.3.10-3)
    - Ensure that php4-sqlrelay has the correct phpapi dependency.
    - Closes: #294015

 -- Adam Conrad <adconrad@0c3.net>  Tue,  8 Feb 2005 10:03:14 -0700

sqlrelay (1:0.35-6) unstable; urgency=low

  * Remove build dependency on zope.

 -- Matthias Klose <doko@debian.org>  Wed, 27 Oct 2004 23:34:10 +0200

sqlrelay (1:0.35-5) unstable; urgency=medium

  * Fix parsing of freetds version string (closes: #270217).
  * Apply patch to build using iodbc-3.52.1.

 -- Matthias Klose <doko@debian.org>  Sun, 24 Oct 2004 09:31:29 +0200

sqlrelay (1:0.35-4) unstable; urgency=medium

  * Add missing perl modules to libfirstworks-sqlr-perl (closes: #270397).

 -- Matthias Klose <doko@debian.org>  Wed,  8 Sep 2004 07:58:53 +0200

sqlrelay (1:0.35-3) unstable; urgency=low

  * Remove empty zope--sqlrelayda debian template file (closes: #257915).

 -- Matthias Klose <doko@debian.org>  Thu, 26 Aug 2004 07:45:24 +0200

sqlrelay (1:0.35-2) unstable; urgency=low

  * Add build dependency to libpcre3-dev (closes: #266477).

 -- Matthias Klose <doko@debian.org>  Thu, 26 Aug 2004 06:33:02 +0200

sqlrelay (1:0.35-1) unstable; urgency=medium

  * New upstream version.
  * Add build dependency on python (closes: #266477).
  * Add japanese po-debconf template translation (closes: #260923).

 -- Matthias Klose <doko@debian.org>  Wed, 18 Aug 2004 02:02:59 +0200

sqlrelay (1:0.34.3-2) unstable; urgency=low

  * Drop debconf template (closes: #249514).

 -- Matthias Klose <doko@debian.org>  Wed, 19 May 2004 06:14:59 +0000

sqlrelay (1:0.34.3-1) unstable; urgency=low

  * Adopt the package (closes: #239857).

 -- Matthias Klose <doko@debian.org>  Fri, 23 Apr 2004 23:00:56 +0200

sqlrelay (1:0.34.3-0.2) unstable; urgency=low

  * NMU.
  * Adjust package sections.
  * Fix URL in description (closes: #213595).

 -- Matthias Klose <doko@debian.org>  Tue, 24 Feb 2004 00:22:44 +0100

sqlrelay (1:0.34.3-0.1) unstable; urgency=low

  * NMU.
  * New upstream version.
    - Built with updated libtool (closes: #208628).
  * Set the maintainer to the QA group.
  * The build system still defines runtime load pathes for the loaded
    language modules ...

 -- Matthias Klose <doko@debian.org>  Mon, 23 Feb 2004 08:13:55 +0100

sqlrelay (1:0.33.1-0.3) unstable; urgency=low

  * NMU.
  * Rebuilded with new libtool (Closes: #208628).
  * debian/control:
    - Removed python2.1-dev and python-dev, from Build-Depends.
    - Do not build python2.1-sqlrelay.
    - Now zope-sqlrelayda depends on python2.2-sqlrelay (Closes: #213968).
    - Removed double dependency on sqlrelay.
  * debian/rules:
    - Changed PYTHONVERSION to 2.2. Also changed some hard-coded values of
      python2.1 to python$(PYTHONVERSION) in install target.
    - Now uses debian/compat instead of DH_COMPAT variable.
  * debian/python2.1-sqlrelay.files:
  * debian/sqlrelay-python2.1.postrm:
  * debian/sqlrelay-python2.1.substvars
    - Removed: no more useful (wrong name too!).

 -- Luca - De Whiskey's - De Vitis <luca@debian.org>  Fri, 31 Oct 2003 15:10:16 +0100

sqlrelay (1:0.33.1-0.2) unstable; urgency=low

  * NMU.
  * Fix build dependencies for alpha and ia64.
  * Fux ruby build dependency.
  * The ruby package contains the module (closes: #205244).
  * Rebuild against new postgresql (closes: #189840).
  * Rebuild against new freedts (closes: #194850).
  * sqlrelay: add dependency on libxml2-utils (closes: #175819).
  * Add gettext-based debconf templates (closes: #202732).

 -- Matthias Klose <doko@debian.org>  Sun, 31 Aug 2003 15:49:37 +0200

sqlrelay (1:0.33.1-0.1) unstable; urgency=low

  * NMU
  * New upstream version.
    - Fix C++ build failures (closes: #194866).
  * Don't link the python module with -lpython ...

 -- Matthias Klose <doko@debian.org>  Tue, 19 Aug 2003 23:40:26 +0200

sqlrelay (1:0.32-2.1) unstable; urgency=low

  * NMU
  * rebuild to get the binary dependencies right (closes: #168322, #169773).
  * build-dependency changed from libsqlite-dev to libsqlite0-dev
  * remove redundant conffile entries, since debhelper takes care of this

 -- Steve Langasek <vorlon@debian.org>  Mon, 25 Nov 2002 11:45:09 -0600

sqlrelay (1:0.32-2) unstable; urgency=low

  * python2.2-sqlrelay package added
    python-sqlrelay depends on python2.2-sqlrelay now
    python2.1-sqlrelay kept because zope needs it
    build-dependencies now on python2.1-dev and python2.2-dev
    (closes: #164950)
  * build-dependency changed from librudiments-dev to librudiments0-dev

 -- Florian M. Weps <fmw@debian.org>  Tue, 22 Oct 2002 22:50:18 +0200

sqlrelay (1:0.32-1) unstable; urgency=low

  * Changed Debian package version to get upstream source included.
    Please do not confuse this with the former inofficial packages.
    Andreas Tille <tille@debian.org>  Fri, 11 Oct 2002 13:28:58 +0200

  * added xmllint invocation to init script
  * fixed /etc/sqlrelay/sqlrelay.dtd
  * updated README.Debian
  * Closes: #119700

 -- Florian M. Weps <fweps@greenmail.ch>  Fri, 11 Oct 2002 00:04:22 +0200

sqlrelay (0.32-4) unstable; urgency=low

  * fixed lintian warnings and errors
  * applied patch to fix memory leak in Zope adapter
  * zope-sqlrelayda no longer provides sqlrelay-connection-daemon
  * all API packages now provide sqlrelay-api

 -- Florian M. Weps <fweps@greenmail.ch>  Sat, 15 Jun 2002 23:02:41 +0200

sqlrelay (0.32-3) unstable; urgency=low

  * sqlrelay now has a proper shlibs file
  * added sqlite connection daemon package
  * librudiments dependency now automatically generated, as it should
  * restored missing file sqlr-ipclean
  * added menu entry for sqlr-config-gtk
  * renamed package zsqlrelayda to zope-sqlrelayda
  * renamed package sqlrelay-python2.1 to python2.1-sqlrelay
  * added empty package python-sqlrelay

 -- Florian M. Weps <fweps@greenmail.ch>  Fri, 10 May 2002 19:30:00 +0200

sqlrelay (0.32-2) unstable; urgency=low

  * sqlr-ipclean is now called from the init script after a stop
  * added ruby api
  * added php4 api

 -- Florian M. Weps <fweps@pop.agri.ch>  Sun, 21 Apr 2002 22:04:46 +0200

sqlrelay (0.32-1) unstable; urgency=low

  * New upstream release

 -- Florian M. Weps <fweps@pop.agri.ch>  Mon, 15 Apr 2002 21:56:11 +0200

sqlrelay (0.31p5-2) unstable; urgency=low

  * improved man pages for sqlrsh, fields, query, sqlr-config-gtk
  * added libssl-dev and postgresql-dev to build-dependencies
  * added java api (with jikes as compiler and kaffe as vm)

 -- Florian M. Weps <fweps@pop.agri.ch>  Sun, 14 Apr 2002 22:24:16 +0200

sqlrelay (0.31p5-1) unstable; urgency=low

  * New upstream release (prerelease 5 of 2002-03-31)
  * prevent sqlr-stop from killing dpkg during an upgrade

 -- Florian M. Weps <fweps@pop.agri.ch>  Tue,  2 Apr 2002 23:14:29 +0200

sqlrelay (0.31p4-2) unstable; urgency=low

  * added support for /etc/instances to init script
  * recompiled with gtk+ and readline installed

 -- Florian M. Weps <fweps@pop.agri.ch>  Sun, 31 Mar 2002 19:50:51 +0200

sqlrelay (0.31p4-1) unstable; urgency=low

  * New upstream release

 -- Florian M. Weps <fweps@pop.agri.ch>  Sun, 10 Mar 2002 21:11:37 +0100

sqlrelay (0.31p-1) unstable; urgency=low

  * Initial release

 -- Andreas Tille <tille@debian.org>  Mon, 17 Dec 2001 11:02:54 +0100

sqlrelay (0.30-1) unstable; urgency=low

  * Pre Release.
  * Patched configure.in to register --with-zope right and added an
    --with-python-version option
  * Patched configure.in according to
      http://groups.yahoo.com/group/sqlrelay/message/334
    which explicitely adds -lssl to PYTHONLIBS
  * wrote manpages for utilities in /usr/bin

 -- Andreas Tille <tille@debian.org>  Mon, 17 Dec 2001 11:02:36 +0100