File: changelog

package info (click to toggle)
phpunit-environment 7.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,712 kB
  • sloc: php: 458; xml: 46; makefile: 8
file content (409 lines) | stat: -rw-r--r-- 11,380 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
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
phpunit-environment (7.2.0-4) unstable; urgency=medium

  * Upload for the reproducible effort
  * Update Standards-Version to 4.7.2
  * Track version 7 for Trixie

 -- David Prévot <taffit@debian.org>  Sun, 04 May 2025 19:49:50 +0200

phpunit-environment (7.2.0-3) unstable; urgency=medium

  * Source-only upload for testing migration

 -- David Prévot <taffit@debian.org>  Fri, 10 Jan 2025 12:21:20 +0100

phpunit-environment (7.2.0-2) unstable; urgency=medium

  * Upload to unstable in sync with PHPUnit 11

 -- David Prévot <taffit@debian.org>  Fri, 10 Jan 2025 09:48:02 +0100

phpunit-environment (7.2.0-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Use PHPStan instead of Psalm
  * Prepare release

 -- David Prévot <taffit@debian.org>  Mon, 08 Jul 2024 10:26:44 +0200

phpunit-environment (7.2.0~git20240323-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Remove unused code and deprecate Runtime::getBinary() as well as
    Runtime::getRawBinary() (Closes: #1071081)

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

 -- David Prévot <taffit@debian.org>  Tue, 14 May 2024 20:17:53 +0200

phpunit-environment (7.1.0-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

  [ Markus Staab ]
  * Added Runtime->getRawBinary()

 -- David Prévot <taffit@debian.org>  Thu, 28 Mar 2024 09:03:26 +0000

phpunit-environment (7.0.0-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Start development of next major version
  * Bump copyright year
  * Prepare release

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

 -- David Prévot <taffit@debian.org>  Sat, 03 Feb 2024 17:08:02 +0100

phpunit-environment (6.0.1-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

  [ Joan Miquel ]
  * Add validation to opcache.jit_buffer_size
  * Changed to '0'

  [ Joanhey ]
  * Fix jit

  [ David Prévot ]
  * Set upstream metadata fields: Security-Contact.

 -- David Prévot <taffit@debian.org>  Wed, 12 Apr 2023 13:41:41 +0200

phpunit-environment (6.0.0-1) experimental; urgency=medium

  * Upload new major to experimental

  [ Sebastian Bergmann ]
  * Drop support for PHP 8.0
  * Reformat so that tools recognize the license
  * Bump copyright year
  * Prepare release

  [ David Prévot ]
  * Revert "Track version 5 for now (Bookworm?)"
  * Update copyright (years and license)
  * Ship upstream security notice
  * Use phpunit 10 for tests

 -- David Prévot <taffit@debian.org>  Fri, 03 Feb 2023 16:54:26 +0100

phpunit-environment (5.1.5-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

  [ David Prévot ]
  * Track version 5 for now (Bookworm?)
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Fri, 03 Feb 2023 15:54:40 +0100

phpunit-environment (5.1.4-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

  [ David Prévot ]
  * Simplify gbp import-orig (and check signature)
  * Install /u/s/pkg-php-tools/{autoloaders,overrides} files
  * Update copyright (years)
  * Use dh-sequence-phpcomposer instead of --with phpcomposer
  * Mark package as Multi-Arch: foreign
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Mon, 20 Jun 2022 11:53:11 +0200

phpunit-environment (5.1.3-2) unstable; urgency=medium

  * Upload to unstable in sync with PHPUnit 9
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1

 -- David Prévot <taffit@debian.org>  Sun, 20 Dec 2020 14:27:50 -0400

phpunit-environment (5.1.3-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

  [ David Prévot ]
  * Rename main branch to debian/latest (DEP-14)
  * Set Rules-Requires-Root: no.

 -- David Prévot <taffit@debian.org>  Wed, 30 Sep 2020 11:30:13 -0400

phpunit-environment (5.1.2-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Ignore tests etc. from archive exports
  * Support PHP 8 for https://github.com/sebastianbergmann/phpunit/issues/4325
  * Prepare release

  [ David Prévot ]
  * Document gbp import-ref usage
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test
  * Use debian/clean instead of override_dh_auto_clean

 -- David Prévot <taffit@debian.org>  Sun, 28 Jun 2020 14:02:48 -1000

phpunit-environment (5.1.0-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

 -- David Prévot <taffit@debian.org>  Wed, 15 Apr 2020 09:39:56 -1000

phpunit-environment (5.0.2-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

 -- David Prévot <taffit@debian.org>  Sat, 04 Apr 2020 09:56:29 -1000

phpunit-environment (5.0.1-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Prioritize PCOV over Xdebug when both extensions are loaded
  * Prepare release

 -- David Prévot <taffit@debian.org>  Sun, 23 Feb 2020 11:09:42 -1000

phpunit-environment (5.0.0-1) experimental; urgency=medium

  * Upload version compatible with PHPUnit 9 to experimental

  [ Sebastian Bergmann ]
  * Bump copyright year
  * Drop support for PHP 7.1 and PHP 7.2
  * Prepare release

  [ David Prévot ]
  * debian/copyright: Update copyright (years)
  * debian/upstream/metadata:
    set fields Bug-Database, Bug-Submit, Repository, Repository-Browse
  * debian/control: Update standards version to 4.5.0

 -- David Prévot <taffit@debian.org>  Fri, 07 Feb 2020 19:33:57 -1000

phpunit-environment (4.2.3-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

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

 -- David Prévot <taffit@debian.org>  Wed, 20 Nov 2019 22:07:43 -1000

phpunit-environment (4.2.2-2) unstable; urgency=medium

  * Upload to unstable now that buster has been released
  * Update standards version, no changes needed.
  * Add missing colon in closes line.
  * Set upstream metadata fields: Contact, Name.
  * Extend d/clean for PHPUnit 8

 -- David Prévot <taffit@debian.org>  Mon, 12 Aug 2019 09:12:21 -1000

phpunit-environment (4.2.2-1) experimental; urgency=medium

  [ Sebastian Bergmann ]
  * Update ChangeLog

 -- David Prévot <taffit@debian.org>  Wed, 08 May 2019 20:50:17 -1000

phpunit-environment (4.2.1-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Sebastian Bergmann ]
  * Prepare release

 -- David Prévot <taffit@debian.org>  Sat, 04 May 2019 12:19:55 -1000

phpunit-environment (4.1.0-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

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

 -- David Prévot <taffit@debian.org>  Fri, 01 Feb 2019 11:21:49 -1000

phpunit-environment (4.0.1-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Prepare release

  [ David Prévot ]
  * Move project repository to salsa.d.o
  * Use debhelper-compat 11
  * Drop get-orig-source target
  * Use https in Format
  * Use Standards-Version 4.2.1
  * Update copyright (years)

 -- David Prévot <taffit@debian.org>  Mon, 26 Nov 2018 17:15:04 -1000

phpunit-environment (3.1.0-2) unstable; urgency=medium

  * Upload to unstable, with the rest of the latest PHPUnit stack
  * Update Standards-Version to 4.1.1

 -- David Prévot <taffit@debian.org>  Sat, 25 Nov 2017 14:37:19 -1000

phpunit-environment (3.1.0-1) experimental; urgency=medium

  * Upload version only compatible with latest PHPUnit to experimental

  [ Sebastian Bergmann ]
  * Update ChangeLog
  * Prepare release

  [ David Prévot ]
  * Update copyright (years)
  * Don’t use default upstream build system
  * Update Standards-Version to 4.1.0

 -- David Prévot <taffit@debian.org>  Tue, 22 Aug 2017 15:39:40 -1000

phpunit-environment (1.3.7-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Closes: #16 (Warnings are thrown for shell_exec)

 -- David Prévot <taffit@debian.org>  Fri, 20 May 2016 08:39:44 -0400

phpunit-environment (1.3.6-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Use HTTPS

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

 -- David Prévot <taffit@debian.org>  Wed, 04 May 2016 08:51:55 -0400

phpunit-environment (1.3.5-2) unstable; urgency=medium

  * Use https in Vcs-* fields
  * Rebuild with pkg-php-tools >= 1.32 for the PHP 7.0 transition

 -- Prach Pongpanich <prach@debian.org>  Sun, 06 Mar 2016 15:48:29 +0700

phpunit-environment (1.3.5-1) unstable; urgency=medium

  [ Richard Quadling ]
  * Detect Windows terminals wider than 79 characters

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

 -- David Prévot <taffit@debian.org>  Fri, 26 Feb 2016 15:21:50 -0400

phpunit-environment (1.3.3-1) unstable; urgency=medium

  [ Christophe Coevoet ]
  * Add support for Mintty when detecting color support on Windows

 -- David Prévot <taffit@debian.org>  Sat, 05 Dec 2015 16:14:43 -0400

phpunit-environment (1.3.2-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Fix CS/WS issues
  * Add support for PHPDBG

 -- David Prévot <taffit@debian.org>  Sun, 25 Oct 2015 12:23:10 -0400

phpunit-environment (1.2.2-2) unstable; urgency=medium

  * Upload to unstable since Jessie is released

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

phpunit-environment (1.2.2-1) experimental; urgency=medium

  [ Henrique Moody ]
  * Update license and copyright in all files

  [ David Prévot ]
  * Update copyright years
  * Simplify tests call with --bootstrap from phpunit

 -- David Prévot <taffit@debian.org>  Fri, 03 Apr 2015 11:37:59 -0400

phpunit-environment (1.2.1-2) experimental; urgency=medium

  * Provide autoload.php

 -- David Prévot <taffit@debian.org>  Tue, 10 Feb 2015 19:17:52 -0400

phpunit-environment (1.2.1-1) experimental; urgency=medium

  * Upload to experimental to respect the freeze

  [ Sebastian Bergmann ]
  * Make sure we have a tty before using stty
  * Make sure we have STDIN and STDOUT before using them

 -- David Prévot <taffit@debian.org>  Sat, 06 Dec 2014 17:32:03 -0400

phpunit-environment (1.2.0-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Skip test because of #5 for now
  * Add Console::getNumberOfColumns()

  [ David Prévot ]
  * Drop patch applied upstream

 -- David Prévot <taffit@debian.org>  Sat, 25 Oct 2014 14:38:43 -0400

phpunit-environment (1.1.0-1) unstable; urgency=medium

  [ Sebastian Bergmann ]
  * Add Console::hasColorSupport()

 -- David Prévot <taffit@debian.org>  Tue, 07 Oct 2014 21:14:32 -0400

phpunit-environment (1.0.1-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Update composer.json

  [ David Prévot ]
  * Add a get-orig-source target

 -- David Prévot <taffit@debian.org>  Mon, 06 Oct 2014 18:44:43 -0400

phpunit-environment (1.0.0-2) unstable; urgency=medium

  * Fix source and homepage URLs
  * No tests if DEB_BUILD_OPTIONS contains nocheck
  * Use phpab instead of homemade autoload
  * Bump standard version to 3.9.6

 -- David Prévot <taffit@debian.org>  Wed, 01 Oct 2014 18:25:17 -0400

phpunit-environment (1.0.0-1) unstable; urgency=low

  * Initial Release (Closes: #745859)

 -- David Prévot <taffit@debian.org>  Fri, 25 Apr 2014 17:42:21 -0400