File: changelog

package info (click to toggle)
phpab 1.29.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 852 kB
  • sloc: php: 3,467; xml: 162; makefile: 28
file content (374 lines) | stat: -rw-r--r-- 9,469 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
phpab (1.29.3-2) unstable; urgency=medium

  * Revert "Force system dependencies loading"
  * Modernize PHPUnit syntax

 -- David Prévot <taffit@debian.org>  Mon, 17 Feb 2025 11:49:53 +0100

phpab (1.29.3-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * Update for PHP 8.4

 -- David Prévot <taffit@debian.org>  Thu, 26 Dec 2024 13:47:14 +0100

phpab (1.29.2-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * Ignore T_NAMESPACE when within a Unit
  * Update changelog

 -- David Prévot <taffit@debian.org>  Wed, 09 Oct 2024 17:17:00 +0100

phpab (1.29.1-2) unstable; urgency=medium

  * Make provider function static (PHPUnit 11 Fix) (Closes: #1070617)

 -- David Prévot <taffit@debian.org>  Sun, 19 May 2024 22:34:47 +0200

phpab (1.29.1-1) unstable; urgency=medium

  [ Martin Rüegg ]
  * Add opensssl extension as a required dependency

  [ Arne Blankerts ]
  * Fix crash on invalid token

  [ David Prévot ]
  * Update Standards-Version to 4.7.0

 -- David Prévot <taffit@debian.org>  Thu, 02 May 2024 19:31:24 +0200

phpab (1.29.0-2) unstable; urgency=medium

  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Thu, 07 Mar 2024 11:16:10 +0100

phpab (1.29.0-1) unstable; urgency=medium

  [ Martin Rüegg ]
  * Return exit code from CLI::run(), rather than exiting

  [ Arne Blankerts ]
  * Update Changelog

 -- David Prévot <taffit@debian.org>  Tue, 19 Sep 2023 08:51:08 +0530

phpab (1.28.0-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * Add Support for composer's `config.vendor-dir` setting

  [ David Prévot ]
  * Drop d/pkg-php-tools-overrides

 -- David Prévot <taffit@debian.org>  Sun, 18 Jun 2023 11:41:01 +0200

phpab (1.27.2-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * Update copyright year
  * Fix test for PHP 8.2
  * Update changelog for Release 1.27.2

  [ David Prévot ]
  * Drop now useless autoloader override
  * Update standards version to 4.6.2, no changes needed.
  * Update copyright (years)

 -- David Prévot <taffit@debian.org>  Fri, 17 Feb 2023 18:35:43 +0100

phpab (1.27.1-2) unstable; urgency=medium

  * Update debian/watch URL
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Sat, 24 Sep 2022 10:55:13 +0200

phpab (1.27.1-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * Fix more PHP 8.1 return type deprecation notices
  * Update changelog

 -- David Prévot <taffit@debian.org>  Wed, 26 Jan 2022 08:17:25 -0400

phpab (1.27.0-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * Add Support for Basic and Simple Backed Enums (PHP 8.1)
  * Update changelog

 -- David Prévot <taffit@debian.org>  Sun, 23 Jan 2022 07:50:14 -0400

phpab (1.26.3-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * update changelog

  [ jrfnl ]
  * Fix PHP 8.0 deprecation warnings

  [ David Prévot ]
  * Simplify gbp import-orig
  * Install dh-sequence-* instead of using dh --with
  * Generate phpabtpl at build time
  * Update standards version to 4.6.0, no changes needed.

 -- David Prévot <taffit@debian.org>  Sun, 10 Oct 2021 11:43:41 -0400

phpab (1.26.0-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * Downgrade PHPUnit to 8.5 for now
  * Update Changelog

  [ David Prévot ]
  * Rename main branch to debian/latest (DEP-14)
  * Drop patch not needed anymore
  * Update watch file format version to 4.
  * Set Rules-Requires-Root: no.
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test
  * Update Standards-Version to 4.5.1
  * Tidy a bit phpab(1)

 -- David Prévot <taffit@debian.org>  Fri, 04 Dec 2020 08:21:19 -0400

phpab (1.25.9-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * Update runtime dependency (console-tools) to 7.4 compatible version
  * Update changelog for release

  [ David Prévot ]
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, Repository-Browse
  * Update Standards-Version to 4.5.0
  * Fix phpab manpage with recent help2man

 -- David Prévot <taffit@debian.org>  Sat, 21 Mar 2020 09:44:55 -1000

phpab (1.25.8-1) unstable; urgency=medium

  [ Arne Blankerts ]
  * Update changelog

 -- David Prévot <taffit@debian.org>  Fri, 22 Nov 2019 17:43:28 -1000

phpab (1.25.7-1) unstable; urgency=medium

  [ sudomabider ]
  * fix gzip usage in cli

  [ Arne Blankerts ]
  * Fix relative path resolving for static lists
  * Update changelog for release

  [ David Prévot ]
  * Update standards version to 4.4.1, no changes needed.
  * Set upstream metadata fields: Repository.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * d/control: Drop versioned dependency satisfied in (old)stable

 -- David Prévot <taffit@debian.org>  Fri, 15 Nov 2019 06:53:07 -1000

phpab (1.25.6-2) unstable; urgency=medium

  * Upload to unstable now tht buster has been released
  * Update standards version, no changes needed.
  * Set upstream metadata fields: Contact, Name.
  * Add self to Uploaders
  * Compatibility with recent PHPUnit (8)

 -- David Prévot <taffit@debian.org>  Sun, 18 Aug 2019 08:15:26 -1000

phpab (1.25.6-1) experimental; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Update changelog

 -- David Prévot <taffit@debian.org>  Mon, 20 May 2019 12:49:37 -1000

phpab (1.25.5-1) experimental; urgency=medium

  * Team upload, to experimental during the freeze

  [ Arne Blankerts ]
  * Update changelog

 -- David Prévot <taffit@debian.org>  Sun, 28 Apr 2019 14:43:45 -1000

phpab (1.25.3-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Update changelog

  [ David Prévot ]
  * Simplify clean target

 -- David Prévot <taffit@debian.org>  Mon, 11 Feb 2019 16:06:40 -1000

phpab (1.25.2-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Bump copyright

  [ David Prévot ]
  * Update copyright (years)
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0

 -- David Prévot <taffit@debian.org>  Thu, 07 Feb 2019 21:15:28 -1000

phpab (1.25.1-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Update changelog

  [ Remi Collet ]
  * Fix PHP 7.3 warnings => PHP Warning:  Uncaught "continue" targeting switch
    is equivalent to "break". Did you mean to use "continue 2"?

  [ David Prévot ]
  * Drop patch applied upstream

 -- David Prévot <taffit@debian.org>  Fri, 19 Oct 2018 17:11:28 -1000

phpab (1.25.0-2) unstable; urgency=medium

  * Team upload
  * Fix PHP 7.3 warnings, thanks to Remi Collet <remi@remirepo.net>
  * Use debhelper-compat 11
  * Drop get-orig-source target
  * Use https in Format
  * Use Standards-Version 4.2.1

 -- David Prévot <taffit@debian.org>  Mon, 15 Oct 2018 21:39:35 -1000

phpab (1.25.0-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Add opcache warming mode feature
  * Update changelog

  [ David Prévot ]
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.5

 -- David Prévot <taffit@debian.org>  Sat, 07 Jul 2018 19:15:01 -1000

phpab (1.24.1-1) unstable; urgency=medium

  * Team upload

  [ Remi Collet ]
  * use modern phpunit

  [ Arne Blankerts ]
  * Update Copyright
  * Extend parser to handle PHP 7's anonymous classes
  * Update changelog for 1.24.1

  [ David Prévot ]
  * Handle patch with gbp pq
  * Update copyright (years)
  * Drop versioned dependency satisfied in stable
  * Update Standards-Version to 4.1.1

 -- David Prévot <taffit@debian.org>  Tue, 24 Oct 2017 12:13:09 -1000

phpab (1.21.0-3) unstable; urgency=medium

  * Make the build reproducible.
    Thanks to Chris Lamb (Closes: #834754)
  * Update Standards-Version to 3.9.8

 -- Prach Pongpanich <prach@debian.org>  Wed, 18 Jan 2017 10:54:02 +0700

phpab (1.21.0-2) unstable; urgency=medium

  * Team upload
  * Use static autoload.php from dependencies
  * Update Standards-Version to 3.9.7
  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Sun, 20 Mar 2016 14:59:50 -0400

phpab (1.21.0-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Add support for specifying Hash algorithm to use for phar generation
    (SHA-1, SHA-256, SHA-512)

 -- David Prévot <taffit@debian.org>  Sun, 15 Nov 2015 11:26:17 -0400

phpab (1.20.3-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * update changelog

  [ David Prévot ]
  * Adapt package to proper upstream changelog

 -- David Prévot <taffit@debian.org>  Sun, 25 Oct 2015 21:42:01 -0400

phpab (1.19.0-1) unstable; urgency=medium

  * Team upload

  [ Remi Collet ]
  * try to allow files from composer.json, autoload.classmap
  * set default basedir from output path, fix #57
  * also accept files in CLI arguments

  [ Arne Blankerts ]
  * Prepare Release 1.19.0

 -- David Prévot <taffit@debian.org>  Sat, 04 Jul 2015 15:47:21 -0400

phpab (1.17.0-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Update readme for 1.17.0

  [ David Prévot ]
  * Update copyright (year)

 -- David Prévot <taffit@debian.org>  Sat, 23 May 2015 13:31:10 -0400

phpab (1.16.2-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Degrade pear support to phar wrapper

  [ David Prévot ]
  * Adapt packaging to Composer source
  * Bump standards version to 3.9.6

 -- David Prévot <taffit@debian.org>  Wed, 15 Apr 2015 17:30:23 -0400

phpab (1.16.0-1) unstable; urgency=low

  * Initial release. (Closes: #760970)

 -- Prach Pongpanich <prachpub@gmail.com>  Wed, 10 Sep 2014 21:27:04 +0700