File: changelog

package info (click to toggle)
ruby-sqlite3 1.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 468 kB
  • ctags: 769
  • sloc: ruby: 3,824; ansic: 1,198; makefile: 10
file content (178 lines) | stat: -rw-r--r-- 6,053 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
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