File: changelog

package info (click to toggle)
thin 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,356 kB
  • sloc: javascript: 6,108; ruby: 5,126; ansic: 1,738; sh: 21; makefile: 8
file content (271 lines) | stat: -rw-r--r-- 8,360 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
thin (2.0.1-1) unstable; urgency=medium

  * Team upload.
  * Upgrade the watch file to version 5.
  * New upstream release.
  * Update Standards-Version to 4.7.3.
  * Drop Rules-Requires-Root field, it is now redundant.
  * Add skip-root-daemon-test.patch to skip a test requiring root.

 -- Simon Quigley <tsimonq2@debian.org>  Tue, 03 Mar 2026 07:50:28 -0600

thin (1.8.2+git20250216.de6b618-2) unstable; urgency=medium

  * Team upload

  [ Lucas Nussbaum ]
  * debian/gbp.conf: Add for DEP-14
  * debian/.gitattributes: remove
  * debian/salsa-ci.yml: use team-specific include

  [ Antonio Terceiro ]
  * Drop init script and multiple Ruby version support (Closes: #1039395)

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 30 Nov 2025 13:11:37 -0300

thin (1.8.2+git20250216.de6b618-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.8.2+git20250216.de6b618
    (Closes: #1100010, #1104345)
  * Drop reverse-applicable/unnecessary patches

 -- Ananthu C V <weepingclown@debian.org>  Sun, 04 May 2025 20:36:12 +0530

thin (1.8.2-4) unstable; urgency=medium

  * Add myself as Uploader.
  * Bump Standards-Version to 4.7.2, no changes required.
  * Run wrap-and-sort.
  * Drop obsolete versioning of Build-Depends.
  * Drop patch to increase test timeout.
  * Pull in upstream patch to fix flaky daemonize specs. (Closes: #1078358)
  * Refresh patch to support Rack 3.

 -- Georg Faerber <georg@debian.org>  Wed, 05 Mar 2025 12:03:05 +0000

thin (1.8.2-3) unstable; urgency=medium

  * Team upload.
  * d/ruby-tests.rake: do not run tests for ruby3.1

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 31 Jan 2025 07:36:41 -0300

thin (1.8.2-2) unstable; urgency=medium

  * Team upload
  * Cherry-pick commits from upstream for rack 3 support (Closes: #1094521)
  * Increase timeouts to fix flaky tests (Closes: ##1078358)
  * Remove X?-Ruby-Versions fields from d/control

 -- Pirate Praveen <praveen@debian.org>  Thu, 30 Jan 2025 11:04:52 +0100

thin (1.8.2-1) unstable; urgency=medium

  * New upstream version 1.8.2
    + support for ruby3.2+
  * Bump Standards-Version to 4.7.0 (no changes needed)
  * Drop increase_timeout_when_checking_for_server_stop.patch, applied upstream

 -- Cédric Boutillier <boutil@debian.org>  Fri, 26 Jul 2024 13:57:00 +0200

thin (1.8.1-2) unstable; urgency=medium

  * Team upload.
  * d/ruby-tests.rake: fix how IPv6 only builders are identified
    (Closes: #1007000).

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 10 Feb 2023 07:27:48 -0300

thin (1.8.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/ruby-tests.rake: do not run tests failing on IPv6 builders
    (Closes: #1007000).
  * d/control: add b-d on iproute2.

 -- Lucas Kanashiro <kanashiro@debian.org>  Wed, 08 Feb 2023 14:23:25 -0300

thin (1.8.0-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove MIA uploader Ryan Niebur <ryan@debian.org>. Closes: #856371

  [ Lucas Kanashiro ]
  * Add patch to increase timeout for tests to pass in armhf
  * Declare compliance with Debian Policy 4.6.1

 -- Lucas Kanashiro <kanashiro@debian.org>  Thu, 01 Sep 2022 15:45:50 -0300

thin (1.8.0-1) unstable; urgency=medium

  * Team upload
  * tests: exclude performance tests.
    It's not really realistic to expect those tests to pass on every Debian
    architecture.

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 20 Jan 2021 08:55:15 -0300

thin (1.8.0-1~exp1) experimental; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Update watch file format version to 4.

  [ Antonio Terceiro ]
  * debian/watch: point at github to get test files
  * New upstream version 1.8.0
  * Refresh packaging files with a new dh-make-ruby run
  * debian/control
    - Bump debhelper-compat to 13
    - Bump build dependency on gem2deb to >= 1
    - Bump Standards-Version to 4.5.1
    - Update Homepage: field
    - Depends: drop explicit depends in favor of ${ruby:Depends}
  * debian/ruby-tests.rake: added (and removed empty debian/ruby-tests.rb)
  * debian/rules:
    - install using the Rubygems layout
    - adapt help2man call to Rubygems layout
  * debian/upstream/metadata: added

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 14 Jan 2021 17:42:24 -0300

thin (1.7.2-1) unstable; urgency=medium

  * Team upload

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency

  [ Antonio Terceiro ]
  * New upstream version 1.7.2
  * Update packaging with new run of `dh-make-ruby`

 -- Antonio Terceiro <terceiro@debian.org>  Fri, 11 Jan 2019 14:57:43 -0300

thin (1.6.3-2) unstable; urgency=medium

  * Team upload.
  * Drop transitional package thin1.8

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 09 Mar 2015 14:15:18 -0300

thin (1.6.3-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
  * Patches:
    - dont-allow-install: refreshed
    - fix_require_path_for_thin_parser.patch: removed, fixed upstream
    - fix_hardening_FTBFS.patch: removed, fixed upstream

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 09 Mar 2015 14:12:06 -0300

thin (1.3.1-5) unstable; urgency=medium

  * Team upload.
  * Use standard search path for thin_parser (Closes: #737032)

 -- Christian Hofstaedtler <zeha@debian.org>  Wed, 26 Feb 2014 00:22:32 +0100

thin (1.3.1-4) unstable; urgency=low

  Team upload.

  [ Cédric Boutillier ]
  * use canonical URI in Vcs-* fields

  [ Christian Hofstaedtler ]
  * Add alternative dependency on ruby-rack1.4
  * Update Standards-Version to 3.9.5 (no changes)

 -- Christian Hofstaedtler <zeha@debian.org>  Mon, 02 Dec 2013 20:46:56 +0100

thin (1.3.1-3) unstable; urgency=low

  * Team upload.
  * Bump build dependency on gem2deb to >= 0.3.0~.

 -- Paul van Tilburg <paulvt@debian.org>  Wed, 27 Jun 2012 20:54:08 +0200

thin (1.3.1-2) unstable; urgency=low

  * Add patch to pass format string as %s to allow for compiling with
    hardnening options (Closes: #676211)
  * Fix debian/gen_init.rb to use FileUtils for supporting Ruby 1.9
  * Fix with machine readable copyright format 1.0
  * Add set -e to maintainer scripts
  * Update Standards-Version to 3.9.3

 -- Ryan Niebur <ryan@debian.org>  Sat, 16 Jun 2012 12:56:33 -0700

thin (1.3.1-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Urgency high because package is uninstallable
  * Fix missing shebang in maintainer scripts

 -- Ondřej Surý <ondrej@debian.org>  Sat, 11 Feb 2012 12:17:04 +0100

thin (1.3.1-1) unstable; urgency=low

  [ Laurent Arnoud ]
  * New upstream release
  * Switch to gem2deb-based packaging. Binary package renamed to
      thin. Transitional packagesadded. (Closes: #652090)

  [ Ryan Niebur ]
  * change Priority of transitional packages to extra
  * update my e-mail address
  * install copies of thin script for each supported interpreter
  * Updated to newer upstream release (Closes: #653332)
  * convert to include only one thin script, which can ran under
    different interpreters using the -S flag: ruby1.9.1 -S thin start
    - document in README.Debian
  * switch back to using help2man to generate manpage

 -- Ryan Niebur <ryan@debian.org>  Sat, 28 Jan 2012 00:54:12 -0800

thin (1.2.4-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * urgency=high because of an RC tiny bugfix.
  * Backport a patch from v1.2.6 in Rails adapter to properly detect Rack.
    Among other things, this fixes the ActiveRecord session store (when
    configured) on Rails. (Closes: #610288)

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 18 Jan 2011 14:31:07 +0200

thin (1.2.4-1) unstable; urgency=low

  * New upstream release
  * set Standards-Version to 3.8.3
  * tarball from 1.2.3, patch up to 1.2.4

 -- Ryan Niebur <ryanryan52@gmail.com>  Mon, 07 Sep 2009 01:46:46 -0700

thin (1.2.2-1) unstable; urgency=low

  * New upstream version
    - update dependencies
    - refresh patches
  * add DM-Upload-Allowed field, so that I can upload this package
    myself in the future
  * add (build-)depends on libopenssl-ruby1.8

 -- Ryan Niebur <ryanryan52@gmail.com>  Thu, 21 May 2009 21:16:17 -0700

thin (1.2.0-1) unstable; urgency=low

  * Initial release (Closes: #504966)

 -- Ryan Niebur <ryanryan52@gmail.com>  Sat, 25 Apr 2009 12:40:38 -0700