summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 51374d64e1b5b1f360b304d895ebc69e570c138d (plain)
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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
sqlite3 (3.7.11-2) unstable; urgency=low

  * Fix pkgIndex.tcl generation for multi-arch.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 22 Mar 2012 02:06:39 +0100

sqlite3 (3.7.11-1) unstable; urgency=low

  * New upstream release.
  * Update packaging bits.
  * Make the package multi-arch and enable hardening compilation.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 21 Mar 2012 10:38:59 +0000

sqlite3 (3.7.10-1) unstable; urgency=low

  * New upstream release (closes: #659443).
  * Fix pkgIndex.tcl problem, thanks to Mike Hommey <mh@glandium.org>
    (closes: #654662).
  * Update patches and symbols file to match this release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 20 Jan 2012 14:39:11 +0000

sqlite3 (3.7.9-3) unstable; urgency=low

  * Correct flock locking on Hurd (closes: #653937), thanks to Pino Toscano
    <pino@debian.org> .
  * Add self test if pkgIndex.tcl is correctly generated (closes: #650961).
  * Enable LIMIT support for UPDATE and DELETE commands (closes: #649169).
  * Update packaging bits.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Tue, 03 Jan 2012 19:00:51 +0100

sqlite3 (3.7.9-2) unstable; urgency=low

  * Export CFLAGS as dpkg-buildpackage no longer does it (closes: #647842).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Mon, 07 Nov 2011 19:12:18 +0100

sqlite3 (3.7.9-1) unstable; urgency=low

  * New upstream release, refresh patches.
  * Update symbols file (closes: #642584).
  * Update manpage (closes: #642807).

  [ Colin Watson <cjwatson@ubuntu.com> ]
  * Make sure to build lemon when cross-compiling (closes: #643285).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 05 Nov 2011 12:36:16 +0000

sqlite3 (3.7.8-1) unstable; urgency=low

  * New upstream release, remove 31-like-fix.patch as it contains that fix.
  * Force sqlite3 to depend on the same libsqlite3-0 binary version
    (closes: #640205).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 21 Sep 2011 19:38:54 +0200

sqlite3 (3.7.7-2) unstable; urgency=low

  * Get LIKE function fix from upstream as 31-like-fix.patch (closes: #631736).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Mon, 27 Jun 2011 16:31:41 +0200

sqlite3 (3.7.7-1) unstable; urgency=low

  * New upstream release, update patches and libsqlite3-0.symbols accordingly.
  * Update packaging for more policy conformance.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 25 Jun 2011 17:55:22 +0200

sqlite3 (3.7.6.3-1) unstable; urgency=low

  * New upstream release, update patches.
  * Correctly use binary-arch and binary-indep targets, thanks to Daniel
    Baumann (closes: #624705).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 21 May 2011 11:31:14 +0200

sqlite3 (3.7.6.2-1) unstable; urgency=low

  * New upstream release.
  * Fix cross-compilation support. Make lemon built for build and target
    hosts when cross-building, thanks to Steve Langasek (closes: #611949).
  * Fix Tcl module path, thanks to Torsten Landschoff (closes: #617443).
  * Disable lookaside allocator for now (closes: #615061).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 15 Apr 2011 09:12:49 +0200

sqlite3 (3.7.5-1) unstable; urgency=low

  * New upstream release.
  * Rework package to use debhelper instead of cdbs (closes: #611956).
  * Use a symbols file (closes: #588456, #609946).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 09 Feb 2011 19:01:07 +0100

sqlite3 (3.7.4-2) unstable; urgency=low

  * Set shlibs back to 3.7.3, based on the work of Julien Cristau.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 26 Dec 2010 22:47:54 +0100

sqlite3 (3.7.4-1) unstable; urgency=low

  * New upstream release.
  * Update debian/watch for new upstream source version numbers.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 09 Dec 2010 20:07:00 +0100

sqlite3 (3.7.3-1) unstable; urgency=high

  * New upstream release (closes: #591298), high urgency due to fixing a RC
    performance regression.
  * Updated manpage (closes: #598318).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 13 Oct 2010 22:26:03 +0200

sqlite3 (3.7.2-1) unstable; urgency=high

  * New upstream release (closes: #594010), fixing another database
    corruption, hence the urgency.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Mon, 23 Aug 2010 15:16:19 +0000

sqlite3 (3.7.0.1-1) unstable; urgency=high

  * New upstream release (closes: #592573), high urgency due to fixing
    database corruption.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 13 Aug 2010 20:14:42 +0000

sqlite3 (3.7.0-1.1) unstable; urgency=high

  [ Iain Lane ]
  * Non-maintainer upload.
  * Backport fix from upstream bug 13f033c865 to fix performance
    regression introduced in 3.7.0-1. (Closes: #591298)

  [ Julien Cristau ]
  * High urgency upload for RC bugfix.

 -- Julien Cristau <jcristau@debian.org>  Sat, 07 Aug 2010 16:55:51 -0400

sqlite3 (3.7.0-1) unstable; urgency=low

  * New major upstream version (closes: #590232).
  * Remove backported fix, 30-fix-default-values-crash.patch of #575276 ; this
    release contains it.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 25 Jul 2010 07:49:27 +0000

sqlite3 (3.6.23.1-4) unstable; urgency=low

  * Clean up my mess with src/os_unix.c for proper Hurd build.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 30 May 2010 16:15:40 +0000

sqlite3 (3.6.23.1-3) unstable; urgency=low

  * Update 20-hurd-locking-style.patch to make it build on Hurd again;
    thanks to Pino Toscano for fixing.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 29 May 2010 15:31:30 +0000

sqlite3 (3.6.23.1-2) unstable; urgency=low

  * Enable unlock notify API (closes: #579266).
  * Backport fix of 'INSERT INTO tbl DEFAULT VALUES' (closes: #575276).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 05 May 2010 18:58:47 +0000

sqlite3 (3.6.23.1-1) unstable; urgency=low

  * New upstream release.
  * Clean up patch handling; run aclocal to prevent libtool version mismatch
    errors.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 04 Apr 2010 07:29:35 +0000

sqlite3 (3.6.23-1) unstable; urgency=low

  * New upstream release, update patches accordingly.
  * Enable soundex support (closes: #528016).
  * Switch to 3.0 (quilt) source format, ship documentation as separate
    tarball.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 13 Mar 2010 16:48:08 +0000

sqlite3 (3.6.22-1) unstable; urgency=low

  * New upstream release (closes: #568061).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Tue, 02 Feb 2010 18:44:27 +0000

sqlite3 (3.6.21-2) unstable; urgency=medium

  * Run autoreconf to prevent FTBFS with new libtool (closes: #560660).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 11 Dec 2009 14:34:09 +0000

sqlite3 (3.6.21-1) unstable; urgency=medium

  * New upstream release, SQLITE_SECURE_DELETE compile-time option fixed to
    make sure that content is deleted even when the truncate optimization
    applies (closes: #555955).
  * Add 11-manpage-refers-to-sqlite3-doc.patch patch to fix manpage to refer
    to sqlite3-doc (closes: #560132).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 09 Dec 2009 14:55:17 +0000

sqlite3 (3.6.20-1) unstable; urgency=low

  * New upstream release (may fix #546599).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Tue, 10 Nov 2009 22:48:13 +0000

sqlite3 (3.6.19-3) unstable; urgency=low

  * Build conflict with tcl8.4{,-dev}, SQLite3 picks up the wrong version
    despite of specifying tcl8.5 to use (closes: #552304).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Mon, 26 Oct 2009 05:58:04 +0000

sqlite3 (3.6.19-2) unstable; urgency=low

  * Compile with secure deletion option enabled (closes: #551968).
  * Make libsqlite3-tcl build with tcl8.5 (closes: #547445).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 23 Oct 2009 07:45:19 +0000

sqlite3 (3.6.19-1) unstable; urgency=low

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 18 Oct 2009 07:11:18 +0000

sqlite3 (3.6.18-1) unstable; urgency=low

  * New upstream release.
  * Change readline build dependency to plain libreadline-dev (version 6 ATM)
    and standards-version to 3.8.3 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 13 Sep 2009 14:47:20 +0000

sqlite3 (3.6.17-2) unstable; urgency=low

  * Reintroduce libtool and auto{conf,make} updates of CDBS
    (closes: #541684, #541731), patches modify configure.ac and Makefile.in .
  * Update patches to match this upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 16 Aug 2009 15:55:30 +0000

sqlite3 (3.6.17-1) unstable; urgency=low

  * New upstream release.
  * Don't ask CDBS to run libtool, autoconf nor automake (closes: #541413), no
    need to build-depend on these tools anymore.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 15 Aug 2009 04:23:42 +0000

sqlite3 (3.6.16-1) unstable; urgency=low

  * New upstream release (closes: #536661).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 10 Jul 2009 22:44:19 +0000

sqlite3 (3.6.14.2-1) unstable; urgency=low

  * New upstream release. Disable ICU support, it causes more trouble than
    good.
  * Add 20-hurd-locking-style.patch for proper locking on Hurd
    (closes: #529734).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 31 May 2009 16:28:06 +0000

sqlite3 (3.6.13-1) unstable; urgency=low

  * New upstream release (closes: #524617), fixing segfault when table
    contains default value (closes: 524166).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 19 Apr 2009 07:18:50 +0000

sqlite3 (3.6.12-1) unstable; urgency=low

  * New upstream release, remove 10-install-libsqlite3-first.patch as fixed
    upstream in a different way.
  * Remove generated files in clean target.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Tue, 31 Mar 2009 18:33:15 +0000

sqlite3 (3.6.11-4) unstable; urgency=low

  * Fix that .la file (closes: #520478) (really).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 29 Mar 2009 23:53:53 +0000

sqlite3 (3.6.11-3) unstable; urgency=low

  * Really remove transitive dependencies from .la files (closes: #520478).
  * Set section and priority fields matching override.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 27 Mar 2009 20:11:06 +0000

sqlite3 (3.6.11-2) unstable; urgency=low

  [ Zack Weinberg ]
  * Fix ordering in "make install" (closes: #520153).
  * Link libsqlite3.so with libdl (closes: #520466).
  * Prune transitive dependencies from .la files (closes: #520478).
  * Tweak ICU linkage to eliminate dpkg-shlibdeps complaints (closes: #521082). 

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 26 Mar 2009 20:12:02 +0000

sqlite3 (3.6.11-1) unstable; urgency=low

  * New upstream release, upload to unstable.
  * Enable ICU support (closes: #494987).
  * Update debhelper compatibility level to 5 as 4 is deprecated now.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 14 Mar 2009 21:18:18 +0000

sqlite3 (3.6.10-1) experimental; urgency=low

  * New upstream release, enable the R*Tree module (closes: #501099).
  * Remove 01-sqlite3.pc-version-to-release.patch , applied upstream.
  * Rework 02-lemon-snprintf.patch to match this release.
  * Remove 03-restore-documentation.patch as documentation can not be built
    anymore, but merged into .orig.tar.gz .
  * Rework 04-loadextension-links-dl.patch to still link with libdl if load
    extension is enabled.
  * Remove 05-improve-nan-testing-on-x86.patch and
    06-fix-distinct-on-indexes.patch, this release contains these fixes.
  * Remove own pkgIndex.tcl , use the original after correcting its path.
  * Add ${misc:Depends} to packages.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 17 Jan 2009 08:06:05 +0000

sqlite3 (3.5.9-6) unstable; urgency=low

  * Make sqlite3 depends on the exact Debian version of libsqlite3-0
    (closes: #502370).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 16 Oct 2008 15:44:09 +0000

sqlite3 (3.5.9-5) unstable; urgency=low

  * Backport fix for distinct on indexes (closes: #500792).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 01 Oct 2008 20:16:18 +0000

sqlite3 (3.5.9-4) unstable; urgency=low

  * Backport improved NaN testing for highly optimized GCC on x86
    (closes: #488864).
  * Remove rpath from sqlite3 binary.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 24 Aug 2008 11:03:56 +0000

sqlite3 (3.5.9-3) unstable; urgency=low

  * Enable full text search (closes: #487914).
  * Update Standards-Version to 3.8.0 , no changes needed.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 25 Jun 2008 11:41:54 +0200

sqlite3 (3.5.9-2) unstable; urgency=low

  * Set correct version for TCL (closes: #483990).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Mon, 02 Jun 2008 16:33:24 +0000

sqlite3 (3.5.9-1) unstable; urgency=medium

  * New upstream release, contains the backported fix for 3.5.8-4 thus
    drop 05-busy-handler-update-retry-fix.patch .
  * Urgency set to medium due to fixing a buffer-overrun problem in
    sqlite3_mprintf() and fixing a big performance regression on LEFT JOIN
    (closes: #479184).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 17 May 2008 16:42:51 +0000

sqlite3 (3.5.8-4) unstable; urgency=low

  * Backport busy handler fix from upstream CVS (closes: #480007).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 08 May 2008 20:36:40 +0200

sqlite3 (3.5.8-3) unstable; urgency=low

  * Add 04-loadextension-links-dl.patch to link against dl when
    loadextension enabled (closes: #478980).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 03 May 2008 09:19:31 +0200

sqlite3 (3.5.8-2) unstable; urgency=low

  * Re-enable extension mechanism (closes: #478337, #475084).
  * Create and install a more complete documentation (closes: #478492).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Tue, 29 Apr 2008 01:12:34 +0200

sqlite3 (3.5.8-1) unstable; urgency=low

  * New upstream release, re-merge source and documentation.
  * Remove 04-fix-tcl-interface.patch , this release contains it.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 27 Apr 2008 21:52:30 +0200

sqlite3 (3.5.7-2) unstable; urgency=low

  * Backport TCL interface fix from upstream CVS (closes: #473988).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 06 Apr 2008 20:20:07 +0200

sqlite3 (3.5.7-1) unstable; urgency=low

  * New upstream release.
  * Redo 03-restore-documentation.patch as upstream Makefile.in changed big.
  * Fix Makefile.in for rebuild.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 22 Mar 2008 10:32:05 +0000

sqlite3 (3.5.6-3) unstable; urgency=low

  * Add debug library package, thanks to Luis Rodrigo Gallardo Cruz
    (closes: #447829).
  * Correct snprintf use in 02-lemon-snprintf.patch thanks to Thorsten Glaser.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 28 Feb 2008 18:50:44 +0000

sqlite3 (3.5.6-2) unstable; urgency=low

  * Upload to unstable.
  * Add Makefile.in snippets to generate C interface documentation again
    (closes: #466938).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 28 Feb 2008 14:44:43 +0100

sqlite3 (3.5.6-1) experimental; urgency=low

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 14 Feb 2008 16:30:39 +0100

sqlite3 (3.5.4-1) experimental; urgency=low

  * New upstream release, re-merge source and documentation.
  * Register with doc-base (closes: #452391).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 21 Dec 2007 22:40:30 +0200

sqlite3 (3.5.1-1) experimental; urgency=low

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu,  4 Oct 2007 09:27:05 +0200

sqlite3 (3.4.2-2) unstable; urgency=low

  * Fixed upstream Makefile.in not to lose doc/lemon.html and
    doc/report1.txt on rebuilds (closes: #441726).
  * Added debian/watch file.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu,  4 Oct 2007 08:54:16 +0200

sqlite3 (3.4.2-1) unstable; urgency=low

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Mon, 20 Aug 2007 16:12:00 +0300

sqlite3 (3.4.1-1) unstable; urgency=low

  * New upstream release (closes: #436165).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 28 Jul 2007 08:51:35 +0300

sqlite3 (3.3.17-1) unstable; urgency=low

  * New upstream release.
  * Use minor version as well in sqlite3.pc (closes: #424235).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 17 May 2007 02:01:42 +0300

sqlite3 (3.3.16-1) unstable; urgency=medium

  * New upstream release with important bugfixes.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 19 Apr 2007 09:13:29 +0000

sqlite3 (3.3.15-1) unstable; urgency=low

  * New upstream release (closes: #419534).
  * Force enable extensions; not supposed to work on *BSD, but well...

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Tue, 17 Apr 2007 15:56:30 +0000

sqlite3 (3.3.14-1) unstable; urgency=low

  * New upstream release (closes: #406436). Accept Otavio's upload
    (closes: #397531).
  * Include all header files in -dev (closes: #404242), add missing image to
    -doc (closes: #368211).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 04 Apr 2007 17:57:08 +0000

sqlite3 (3.3.8-1.1) unstable; urgency=low

  * NMU
  * Revert PRAGMA table_info format change on a minor version release
    (closes: #397531)

 -- Otavio Salvador <otavio@debian.org>  Tue,  6 Mar 2007 08:53:43 -0300

sqlite3 (3.3.8-1) unstable; urgency=low

  * New upstream version.
  * Create lang_* files for documentation (closes: #310603).
  * Enable column metadata functions (closes: #375352).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 12 Oct 2006 21:55:37 +0000

sqlite3 (3.3.7-1) unstable; urgency=low

  * New upstream release (closes: #378247).
  * New maintainer with ACK from Tomas, close my own NMU fixes
    (closes: #339369, #364196, #361412, #352317).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Tue,  8 Aug 2006 04:51:14 +0200

sqlite3 (3.3.5-0.2) unstable; urgency=medium

  * NMU to fix package problems:
    - correct Tcl provides (closes: #361412);
    - compile correctly on 64 bit archs, thanks to Matthias Klose
      (closes: #364196).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Mon,  1 May 2006 10:47:59 +0000

sqlite3 (3.3.5-0.1) unstable; urgency=medium

  * NMU for new upstream release; fixes thread segfault (in tests) on hppa
    (closes: #339369).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu,  6 Apr 2006 17:16:42 +0000

sqlite3 (3.3.4-0.1) unstable; urgency=low

  * NMU for new upstream release (closes: #352317).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed,  5 Apr 2006 01:46:45 +0200

sqlite3 (3.2.8-1) unstable; urgency=low

  * New upstream release.

 -- Tomas Fasth <tomfa@debian.org>  Thu, 29 Dec 2005 03:09:18 +0000

sqlite3 (3.2.7-1) unstable; urgency=low

  * New upstream release.

 -- Tomas Fasth <tomfa@debian.org>  Sun, 25 Sep 2005 12:08:21 +0000

sqlite3 (3.2.5-1) unstable; urgency=low

  * New upstream release.
  * Removed debian/patches/10-main-timeout.patch, fixed upstream.
  * Removed debian/patches/01-configure.ac-version_number.patch, fixed
    upstream.

 -- Tomas Fasth <tomfa@debian.org>  Sun, 28 Aug 2005 21:23:03 +0000

sqlite3 (3.2.2-3) unstable; urgency=low

  * Closes: #321487: missing dependency on debconf
    The file debian/libsqlite3-0.preinst has been removed. It was
    originally part of the ancestor sqlite 2.x source package, which
    still exist in parallel with sqlite3. It has now been removed
    together with debian/libsqlite3-0.postinst that was created in a
    first missguided attempt by me to correct this policy violation.

 -- Tomas Fasth <tomfa@debian.org>  Sat,  6 Aug 2005 22:16:33 +0000

sqlite3 (3.2.2-2) unstable; urgency=low

  * Closes: #314856: Missing pre-dependency on debconf.
  * Closes: #319897: /usr/include/sqlite3.h: SQLITE_VERSION_NUMBER is
    3000000

 -- Tomas Fasth <tomfa@debian.org>  Tue,  2 Aug 2005 00:48:25 +0000

sqlite3 (3.2.2-1) unstable; urgency=low

  * New upstream release.
  * New maintainer.
  * Closes: #314856: Missing pre-dependency on debconf.
    Moving upgrade notification from debian/libsqlite3-0.preinst to
    debian/libsqlite3-0.postinst.
  * Closes: #316348: Timeout does not expire on SQLLITE_BUSY.
    Adding patch with correct type cast for timeout in src/main.c[283].
  * Closes: #317594: sqlite3-3.2.1-1 SIGBUS on 64-bit machines (fixed
    upstream)
  * Closes: #318341: New upstream version 3.2.2

 -- Tomas Fasth <tomfa@debian.org>  Mon,  1 Aug 2005 20:03:20 +0000

sqlite3 (3.2.1-1) unstable; urgency=low

  * New upstream release.

 -- Andreas Rottmann <rotty@debian.org>  Sat,  2 Apr 2005 02:41:15 +0200

sqlite3 (3.1.6-1) unstable; urgency=high

  * New upstream release.
  * Fixes two database corruption bugs (in 3.1.4 and 3.1.6), hence urgency
    high.

 -- Andreas Rottmann <rotty@debian.org>  Thu, 17 Mar 2005 20:00:16 +0100

sqlite3 (3.1.3-1) unstable; urgency=low

  * New upstream release.
  * Now building with automake1.9 and against libreadline5-dev.

 -- Andreas Rottmann <rotty@debian.org>  Wed, 16 Feb 2005 17:04:19 +0100

sqlite3 (3.0.8-3) unstable; urgency=medium

  * Fix threadsafe enabling, now works through configure option (closes:
    #285913).
  * Medium urgency to get this fix into sarge.

 -- Andreas Rottmann <rotty@debian.org>  Sat,  1 Jan 2005 13:12:10 +0100

sqlite3 (3.0.8-2) unstable; urgency=low

  * libsqlite3-dev: Suggest sqlite3-doc instead of sqlite-doc (closes:
    #285771).
  * libsqlite3-0: Don't Pre-Depend on debconf (closes: #284976).
  * sqlite3-doc: Now comes with sqlite.gif and links to 
    http://sqlite.org/contrib instead of locally (closes: #285769).
  
 -- Andreas Rottmann <rotty@debian.org>  Thu, 16 Dec 2004 12:24:02 +0100
  
sqlite3 (3.0.8-1) unstable; urgency=low

  * Initial release of SQLite3 (closes: #272271, #282351).
    - Now packaged as a new source package, since SQLite 3 
      is incompatible (database- and API-wise) with SQLite 2.
    - Remove debian/lemon.html, this is now shipped by upstream in doc/.
    - Adapted manpage for 3.0 (thanks to Laszlo 'GCS' Boszormeny).
  
 -- Andreas Rottmann <rotty@debian.org>  Sun,  7 Nov 2004 13:49:52 +0100
sqlite3 (3.5.8-3) unstable; urgency=low

  * Link.

 -- root <gcs@debian.hu>  Sat, 03 May 2008 09:33:37 +0200