File: changelog

package info (click to toggle)
ruby-sqlite3 1.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,772 kB
  • sloc: ruby: 3,839; ansic: 1,470; makefile: 7
file content (352 lines) | stat: -rw-r--r-- 12,137 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
ruby-sqlite3 (1.7.3-2) unstable; urgency=medium

  * Add debian/clean.
  * Remove unnecessary debian/.gitattributes.
  * Rename debian/patches/extconf.patch to
    debian/patches/build-with-system-sqlite.patch and mark as "Forwarded:
    not-needed".
  * debian/control:
    - Add Build-Depends on dh-sequence-ruby.
    - Mark the binary package as "Multi-Arch: same".
    - Remove oboslete SQLite version dependency in the description.
    - Remove the obsolete "Rules-Requires-Root: no"
    - Bump standards version from 4.7.0 to 4.7.2 (no changes needed).
  * debian/patches/fix-tests-sqlite3_3_37.patch:  Mark as "Forwarded:
    not-needed".
  * debian/patches/failing_tests_1_6_9.patch:  Mark as "Forwarded: not-needed".
  * debian/rules:
    - Remove obsolete "--with ruby".
    - Remove execute_after_dh_clean, handled by debian/clean.

 -- Soren Stoutner <soren@debian.org>  Mon, 18 Aug 2025 15:22:05 -0700

ruby-sqlite3 (1.7.3-1) unstable; urgency=medium

  * New upstream version.
  * Remove disabled patches:
    - debian/patches/drop-vendorizing-tasks.patch
    - debian/patches/use-slugs-in-faq.diff
  * debian/control:
    - Add myself to uploaders.
    - Remove obsolete version constraints.
    - Reorder build-depends alphabetically.
    - Remove breaks for obsolete schleuder (<< 3.4.1-2~).
  * debian/copyright:
    - Add myself to the debian/* stanza.
    - Refactor for readability.
  * debian/patches/fix-tests-sqlite3_3_37.patch:  Refresh offset.
  * debian/salsa:  Update with the currently recommended default contents.

 -- Soren Stoutner <soren@debian.org>  Thu, 13 Feb 2025 16:09:20 -0700

ruby-sqlite3 (1.6.9-2) unstable; urgency=medium

  * Team upload
  * Build a HTML version of the FAQ
  * Drop build-dependency on ruby-redcloth used for the old FAQ
  * Build-depend on kramdown for markdown to HTML conversion of the FAQ
  * Exclude files in ports/ in the binary package
  * Bump Standards-Version to 4.7.0 (no changes needed)
  * Remove trailing spaces in previous changelog entry

 -- Cédric Boutillier <boutil@debian.org>  Tue, 20 Aug 2024 18:03:46 +0200

ruby-sqlite3 (1.6.9-1) unstable; urgency=medium

  * Team upload

  [ Antonio Terceiro ]
  * Build-Depends: annotate test dependencies for cross building

  [ Cédric Boutillier ]
  * New upstream version 1.6.3
  * rules: use gem install layout
  * control:
    + drop X?-Ruby-Versions
    + bump Standards-Version to 4.6.2 (no changes needed)
  * Refresh fix-tests-sqlite3_3_37.patch
  * Skip drop-vendorizing-tasks.patch
  * Build-depend on ruby-mini-portile2
  * New upstream version 1.6.9
  * drop use-slugs-in-faq.diff
  * Doc files are now Markdown
  * No more FAQ to build: install the md file
  * Add patches to build with system libraries and fix tests

 -- Cédric Boutillier <boutil@debian.org>  Sat, 27 Jul 2024 20:01:10 +0200

ruby-sqlite3 (1.4.2-4) unstable; urgency=medium

  * Team upload.
  * Add patch by László Böszörményi to fix tests with sqlite3 3.37 and onwards
    (Closes: #1003345). Thanks!
  * Bump Standards-Version to 4.6.0 (no changes needed)

 -- Cédric Boutillier <boutil@debian.org>  Fri, 21 Jan 2022 14:59:51 +0100

ruby-sqlite3 (1.4.2-3) unstable; urgency=low

  [ Debian Janitor ]
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete field Contact from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Cédric Boutillier ]
  * [ci skip] Update team name.
  * [ci skip] Add .gitattributes to keep unwanted files out of the source
    package.

  [ Dmitry Borodaenko ]
  * Bump debhelper to 13, Standards-Version to 4.5.1.

 -- Dmitry Borodaenko <angdraug@debian.org>  Tue, 09 Feb 2021 14:26:39 -0800

ruby-sqlite3 (1.4.2-2) unstable; urgency=medium

  * debian/control:
    - Bump Standards-Version to 4.5.0, no changes required.
    - Declare that schleuder << 3.4.1-2~ is broken. This should allow
      migration of both, ruby-sqlite3 1.4.2-1 and schleuder 3.4.1-3 to
      testing.
  * debian/copyright:
    - Use HTTPS to point to copyright format specs.

 -- Georg Faerber <georg@debian.org>  Wed, 05 Feb 2020 10:27:14 +0000

ruby-sqlite3 (1.4.2-1) unstable; urgency=medium

  * Team upload

  [ Antonio Terceiro ]
  * Remove myself from Uploaders:
  * New upstream version 1.4.2
    - This version passes the tests against ruby2.7
  * Refresh packaging files with a new run of dh-make-ruby
    - Bump debhelper compatibility level to 12; depend on debhelper-compat and
      drop debian/compat
    - Bump Standards-Version to 4.4.0; no changes needed.
    - add Rules-Requires-Root: no
    - Add debian/upstream/metadata
    - Update debian/watch to point to gemwatch.debian.net
  * debian/patches/drop-vendorizing-tasks.patch: disable tasks that are not
    relevant for the Debian packaging.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

 -- Antonio Terceiro <terceiro@debian.org>  Fri, 24 Jan 2020 19:00:43 -0300

ruby-sqlite3 (1.3.13-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.3.13
  * Bump Standards-Version. No changes needed.
  * d/ruby-sqlite3.doc-base: fix spelling error

 -- Lucas Nussbaum <lucas@debian.org>  Sun, 02 Jul 2017 13:37:41 +0200

ruby-sqlite3 (1.3.11-2) unstable; urgency=medium

  * Team upload.
  * Use slugs instead of object ids to generate the FAQ in order to make
    package build reproducible. Thanks Lunar (Closes: #782884)
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

 -- Cédric Boutillier <boutil@debian.org>  Sat, 05 Mar 2016 16:16:00 +0100

ruby-sqlite3 (1.3.11-1) unstable; urgency=medium

  * New upstream release.
    - dropped handle-big-endian.diff, already applied upstream
  * Add Recommends: on sqlite3
  * Add myself to Uploaders:
  * Update packaging with a new dh-make-ruby run

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 23 Nov 2015 18:02:22 -0200

ruby-sqlite3 (1.3.10-1) unstable; urgency=medium

  * New upstream release.

 -- Antonio Terceiro <terceiro@debian.org>  Fri, 14 Aug 2015 11:06:41 -0300

ruby-sqlite3 (1.3.9-2) unstable; urgency=medium

  * Team upload.
  * debian/patches/handle-big-endian.diff: don't assume the native byte order
    is little endian. Based on initial patch suggested by David Suárez
    (Closes: #745929)

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 06 May 2014 17:19:35 -0300

ruby-sqlite3 (1.3.9-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Bump gem2deb build dep to 0.7.5~.
    - Drop ruby 1.9
  * Remove already applied patch.

 -- Pirate Praveen <praveen@debian.org>  Mon, 07 Apr 2014 14:52:13 +0530

ruby-sqlite3 (1.3.8-2) unstable; urgency=medium

  * Team upload
  * add fix_test_insert_duplicate_records.patch to match messages modified in
    libsqlite3 3.8.2 (Closes: #735512)
  * Bump Standards-Version to 3.9.5 (no changes needed)

 -- Cédric Boutillier <boutil@debian.org>  Thu, 16 Jan 2014 00:17:37 +0100

ruby-sqlite3 (1.3.8-1) unstable; urgency=low

  * Team upload
  * Imported Upstream version 1.3.8
  * debian/control:
    + remove obsolete DM-Upload-Allowed flag
    + use canonical URI in Vcs-* fields
    + drop transitional packages
    + bump Standards-Version to 3.9.4 (no changes needed)
    + build against against gem2deb >= 0.5 to add support for Ruby 2.0 and
      drop Ruby 1.8
  * debian/copyright: use copyright-format/1.0 official URL for Format
  * debian/watch: use gemwatch service
  * Update homepage to point to github.com/sparklemotion/sqlite3-ruby
  * Register SQLite3/Ruby FAQ in doc-base

 -- Cédric Boutillier <boutil@debian.org>  Fri, 18 Oct 2013 13:02:30 +0200

ruby-sqlite3 (1.3.6-2) unstable; urgency=low

  * Team upload.
  * Bump build-depends on gem2deb to >= 0.3.0~
  * debian/rules: use debian/sqlite3-1.3.6.gemspec as a gemspec

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 24 Jun 2012 17:54:27 -0300

ruby-sqlite3 (1.3.6-1) unstable; urgency=low

  * New upstream release.
  * Standards-Version upgraded to 3.9.3.
  * Avoid requiring test/helper.rb twice to prevent the included monkey patch
    of Test::Unit::TestCase from breaking unit tests.

 -- Dmitry Borodaenko <angdraug@debian.org>  Sat, 21 Apr 2012 15:13:02 +0300

ruby-sqlite3 (1.3.5-1) unstable; urgency=low

  * New upstream release.
  * Point Vcs-* control fields at git.debian.org.

 -- Dmitry Borodaenko <angdraug@debian.org>  Sun, 08 Jan 2012 19:25:09 +0300

ruby-sqlite3 (1.3.4-1) unstable; urgency=low

  * New upstream release.
  * Switch to gem2deb-based packaging:
    - source and binary packages renamed to ruby-sqlite3
    - transitional packages added
    - source format changed to 3.0 (quilt).

 -- Dmitry Borodaenko <angdraug@debian.org>  Wed, 07 Sep 2011 12:11:28 +0300

sqlite3-ruby (1.3.3-1) unstable; urgency=low

  * New upstream release
    - defined functions are kept in a hash to prevent GC (closes: #601494)
  * Standards-Version upgraded to 3.9.2.
  * Watch file updated to track github instead of RubyForge.

 -- Dmitry Borodaenko <angdraug@debian.org>  Sat, 21 May 2011 15:02:27 +0300

sqlite3-ruby (1.3.1-2) unstable; urgency=low

  * Added missing Build-Depends on redcloth. Closes: #598692.

 -- Dmitry Borodaenko <angdraug@debian.org>  Fri, 01 Oct 2010 11:12:51 +0300

sqlite3-ruby (1.3.1-1) unstable; urgency=low

  * New upstream release
    - DL driver silently dropped by upstream since 1.3.0
    - compatibile with Ruby 1.9.2 (closes: #593207)
  * With DL driver gone, quilt is no longer needed.
  * debian/watch updated to detect .tgz files.
  * Changed Section from interpreters to ruby.
  * Debhelper compat level upgraded to 5.
  * Standards-Version upgraded to 3.9.1.

 -- Dmitry Borodaenko <angdraug@debian.org>  Fri, 01 Oct 2010 03:19:02 +0300

sqlite3-ruby (1.2.4-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Switch from Ruby 1.9 to 1.9.1. Closes: #565826.

 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Sat, 13 Feb 2010 10:01:53 +0100

sqlite3-ruby (1.2.4-2) unstable; urgency=low

  * The included C wrappers were generated by an old buggy SWIG version,
    regenerate them with current SWIG (Closes: #454533).

 -- Dmitry Borodaenko <angdraug@debian.org>  Sun, 26 Oct 2008 14:19:34 +0200

sqlite3-ruby (1.2.4-1) unstable; urgency=low

  * New upstream release:
    - Fix linking against Ruby 1.8.5
    - Ruby 1.9 compatibility tweaks for Array#zip
    - Avoid using Object#extend for greater speedups
    - Fix incorrect permissions on database.rb and translator.rb
    - Package the updated C file for source builds.
  * Replaced dpatch with quilt.
  * Build a module for Ruby 1.9 in libsqlite3-ruby1.9.

 -- Dmitry Borodaenko <angdraug@debian.org>  Tue, 30 Sep 2008 00:39:11 +0300

sqlite3-ruby (1.2.2-1) unstable; urgency=low

  * New upstream release (Closes: #487937).
  * dpatch support added.
  * Make DL driver use libsqlite3.so.0 (Closes: #457296).
  * Updated to Standards-Version 3.8.0:
    - Homepage: field added to control file.

 -- Dmitry Borodaenko <angdraug@debian.org>  Wed, 25 Jun 2008 14:05:45 +0300

sqlite3-ruby (1.2.1-1) unstable; urgency=low

  * New upstream release (Closes: #418416).
  * All previous patches included upstream.

 -- Dmitry Borodaenko <angdraug@debian.org>  Wed, 18 Apr 2007 21:07:38 +0100

sqlite3-ruby (1.1.0-4) unstable; urgency=low

  * Merge upstream fix for type_conversion of typeless columns.

 -- Dmitry Borodaenko <angdraug@debian.org>  Tue, 09 Jan 2007 01:50:34 +0000

sqlite3-ruby (1.1.0-3) unstable; urgency=low

  * Several fixes by Mike Kasick:
    - avoid warnings in verbose mode (Closes: #405612, #398982)
    - reset statement handle in Statement#bind_param (Closes: #405614).

 -- Dmitry Borodaenko <angdraug@debian.org>  Mon, 08 Jan 2007 20:50:52 +0000

sqlite3-ruby (1.1.0-2) unstable; urgency=low

  * Fix for use of callbacks (upstream patch #2955). Closes: #365711.
  * Bumped Standards-Version to 3.7.2.

 -- Dmitry Borodaenko <angdraug@debian.org>  Fri,  5 May 2006 14:01:16 +0300

sqlite3-ruby (1.1.0-1) unstable; urgency=low

  * Initial release.

 -- Dmitry Borodaenko <angdraug@debian.org>  Fri, 19 Aug 2005 14:51:14 +0300