File: changelog

package info (click to toggle)
php-phpdocumentor-reflection-docblock 5.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,416 kB
  • sloc: php: 9,035; xml: 67; makefile: 54
file content (304 lines) | stat: -rw-r--r-- 9,417 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
php-phpdocumentor-reflection-docblock (5.6.3-1) unstable; urgency=medium

  [ Worma ]
  * setAccessible() does not have any effect as of PHP 8.1

  [ David Prévot ]
  * debian/control: Document nocheck flag
  * Remove Rules-Requires-Root

 -- David Prévot <taffit@debian.org>  Thu, 21 Aug 2025 07:57:22 +0200

php-phpdocumentor-reflection-docblock (5.6.2-1) unstable; urgency=medium

  [ Jaapio ]
  * Fix issue with tag description end detection.

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

 -- David Prévot <taffit@debian.org>  Tue, 15 Apr 2025 08:51:52 +0200

php-phpdocumentor-reflection-docblock (5.6.1-4) unstable; urgency=medium

  * Modernize PHPUnit syntax

 -- David Prévot <taffit@debian.org>  Mon, 17 Feb 2025 18:34:25 +0100

php-phpdocumentor-reflection-docblock (5.6.1-3) unstable; urgency=medium

  * Revert "Force system dependencies loading"
  * Group noparser2 for test currently failing with php-phpstan-phpdoc-parser 2

 -- David Prévot <taffit@debian.org>  Sat, 18 Jan 2025 10:53:43 +0100

php-phpdocumentor-reflection-docblock (5.6.1-2) unstable; urgency=medium

  * Mark another Provider as static

 -- David Prévot <taffit@debian.org>  Mon, 30 Dec 2024 16:48:35 +0100

php-phpdocumentor-reflection-docblock (5.6.1-1) unstable; urgency=medium

  [ Jaapio ]
  * Fix compatibility issue with phpstan 2.0 parser

 -- David Prévot <taffit@debian.org>  Thu, 26 Dec 2024 09:15:10 +0100

php-phpdocumentor-reflection-docblock (5.6.0-1) unstable; urgency=medium

  [ AhJ ]
  * Add mixin tag
  * Add Template tag
  * Add Extends tags
  * Add Implements tags
  * Add TemplateCovariant tag

  [ Christian Flothmann ]
  * add support for phpstan/phpdoc-parser 2

 -- David Prévot <taffit@debian.org>  Thu, 14 Nov 2024 15:12:13 +0100

php-phpdocumentor-reflection-docblock (5.4.1-2) unstable; urgency=medium

  * Drop TestListener

 -- David Prévot <taffit@debian.org>  Tue, 22 Oct 2024 13:42:43 +0200

php-phpdocumentor-reflection-docblock (5.4.1-1) unstable; urgency=medium

  [ Jaapio ]
  * Bugfix: resolve issue with multiline descriptions
  * Fix docblock tag descriptions

 -- David Prévot <taffit@debian.org>  Fri, 24 May 2024 07:44:03 +0200

php-phpdocumentor-reflection-docblock (5.4.0-3) unstable; urgency=medium

  * Make provider functions static (PHPUnit 11 Fix) (Closes: #1070587)

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

php-phpdocumentor-reflection-docblock (5.4.0-2) unstable; urgency=medium

  * Allow stderr in debci

 -- David Prévot <taffit@debian.org>  Tue, 16 Apr 2024 07:39:31 +0200

php-phpdocumentor-reflection-docblock (5.4.0-1) unstable; urgency=medium

  [ Jaapio ]
  * Introduce a Simple implementation of the TagFactory interface
  * Fix some php8+ issues

  [ David Prévot ]
  * Update Standards-Version to 4.7.0
  * Adapt packaging to new dependencies

 -- David Prévot <taffit@debian.org>  Sun, 14 Apr 2024 08:57:55 +0200

php-phpdocumentor-reflection-docblock (5.3.0-2) unstable; urgency=medium

  * Mark package as Multi-Arch: foreign
  * Update standards version to 4.6.2
  * Force system dependencies loading

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

php-phpdocumentor-reflection-docblock (5.3.0-1) unstable; urgency=medium

  * Simplify gbp import-orig
  * Update standards version to 4.6.0, no changes needed.
  * Update watch file format version to 4.
  * Generate phpabtpl at build time
  * Install dh-sequence-* instead of using dh --with

 -- David Prévot <taffit@debian.org>  Sat, 30 Oct 2021 16:51:04 -0400

php-phpdocumentor-reflection-docblock (5.2.2-1) unstable; urgency=medium

  * Upload to unstable now that the reverse dependencies are ready
  * Rename main branch to debian/latest (DEP-14)
  * Extend d/clean (handle vendor/)

 -- David Prévot <taffit@debian.org>  Sat, 19 Sep 2020 06:59:28 -0400

php-phpdocumentor-reflection-docblock (5.2.1-1) experimental; urgency=medium

  * New upstream release

 -- David Prévot <taffit@debian.org>  Tue, 18 Aug 2020 08:57:13 -0400

php-phpdocumentor-reflection-docblock (5.2.0-1) experimental; urgency=medium

  * Set Rules-Requires-Root: no.
  * Homemade autoload.php for tests
  * Use debhelper-compat 13

 -- David Prévot <taffit@debian.org>  Thu, 30 Jul 2020 13:03:07 +0200

php-phpdocumentor-reflection-docblock (5.1.0-1) experimental; urgency=medium

  [ Pol Dellaiera ]
  * PHP 7.4 fix - Ensure the existence of the 'args' key.

  [ Remi Collet ]
  * don't rely on 'args' in trace, not available in 7.4

  [ David Prévot ]
  * Set upstream metadata fields: Repository, Repository-Browse.

 -- David Prévot <taffit@debian.org>  Thu, 05 Mar 2020 08:09:00 -1000

php-phpdocumentor-reflection-docblock (5.0.0-1) experimental; urgency=medium

  [ Jaapio ]
  * Handle tag specialization correctly

 -- David Prévot <taffit@debian.org>  Sun, 09 Feb 2020 07:37:54 -1000

php-phpdocumentor-reflection-docblock (5.0.0~beta-1) experimental; urgency=medium

  [ Jaapio ]
  * Fix issue when processing invalid tags
  * Fix serialization issue of InvalidTag
  * Return invalid tag when factory returned null

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

 -- David Prévot <taffit@debian.org>  Sat, 08 Feb 2020 15:52:04 -1000

php-phpdocumentor-reflection-docblock (5.0.0~alpha7-1) experimental; urgency=medium

  * New upstream release

 -- David Prévot <taffit@debian.org>  Thu, 02 Jan 2020 09:16:47 +1100

php-phpdocumentor-reflection-docblock (5.0.0~alpha6-1) experimental; urgency=medium

  * Set upstream metadata fields: Bug-Database, Bug-Submit
  * Update standards version to 4.4.1, no changes needed.
  * d/control: Drop versioned dependency satisfied in (old)stable
  * Adapt packaging to new upstream Makefile

 -- David Prévot <taffit@debian.org>  Thu, 26 Dec 2019 08:10:18 +1100

php-phpdocumentor-reflection-docblock (5.0.0~alpha5-1) experimental; urgency=medium

  * Document gbp import-ref usage
  * Revert "Drop examples not provided upstream anymore"
  * Adapt packaging to restored tests
  * Use https in debian/
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0
  * Drop get-orig-source target

 -- David Prévot <taffit@debian.org>  Sun, 30 Jun 2019 21:50:17 -1000

php-phpdocumentor-reflection-docblock (5.0.0~alpha3-1) experimental; urgency=medium

  * Update Standards-Version to 4.1.4

 -- David Prévot <taffit@debian.org>  Wed, 20 Jun 2018 14:52:04 -1000

php-phpdocumentor-reflection-docblock (5.0.0~alpha1-1) experimental; urgency=medium

  * Upload alpha to experimental

  [ Gabriel Caruso ]
  * Welcome 2018 :tada:

  [ David Prévot ]
  * Update copyright (years)
  * Make version constraint readable to dh_phpcomposer

 -- David Prévot <taffit@debian.org>  Mon, 05 Mar 2018 23:15:35 -1000

php-phpdocumentor-reflection-docblock (4.3.0-1) unstable; urgency=medium

  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3

 -- David Prévot <taffit@debian.org>  Mon, 05 Mar 2018 21:59:16 -1000

php-phpdocumentor-reflection-docblock (4.2.0-2) unstable; urgency=medium

  * Upload to unstable in sync with symfony

 -- David Prévot <taffit@debian.org>  Thu, 30 Nov 2017 15:05:17 -1000

php-phpdocumentor-reflection-docblock (4.2.0-1) experimental; urgency=medium

  [ Tomáš Votruba ]
  * DocBlock: add removeTag() method

  [ Gabriel Caruso ]
  * Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase

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

 -- David Prévot <taffit@debian.org>  Wed, 29 Nov 2017 18:40:40 -1000

php-phpdocumentor-reflection-docblock (4.1.1-1) experimental; urgency=medium

  [ Jaapio ]
  * Upgrades type-resolver to 0.4.0

  [ David Prévot ]
  * Drop examples not provided upstream anymore
  * Drop testsuite removed upstream
  * Drop now useless patches
  * Update Standards-Version to 4.1.0
  * Update copyright (years)

 -- David Prévot <taffit@debian.org>  Mon, 04 Sep 2017 21:56:34 -1000

php-phpdocumentor-reflection-docblock (3.1.0-1) experimental; urgency=medium

  [ Hidde Boomsma ]
  * Allow typed arrays in @method annotation.
  * Void is a reserved keyword in PHP7.1.

  [ Sullivan SENECHAL ]
  * Fix missing Example::__toString method

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

 -- David Prévot <taffit@debian.org>  Sat, 11 Jun 2016 12:54:18 -0400

php-phpdocumentor-reflection-docblock (3.0.1-1) experimental; urgency=medium

  [ David Prévot ]
  * Activate the test suite since php-mockery is now available
  * Update Standards-Version to 3.9.7

  [ Mike van Riel ]
  * Add aliases for Context class because newer phpunit versions have a global
    Context class

 -- David Prévot <taffit@debian.org>  Fri, 26 Feb 2016 20:58:36 -0400

php-phpdocumentor-reflection-docblock (3.0.0-1) experimental; urgency=medium

  * Upload to experimental since php-phpspec-prophecy currently (as of
    1.5.0-1) depends on php-phpdocumentor-reflection-docblock (<< 3~~)

  [ Willem Stuursma ]
  * Add mandatory description element to composer.json

  [ David Prévot ]
  * Adapt packaging to new version
  * Drop the testsuite that relies on php-mockery not yet in Debian
  * Update copyright

 -- David Prévot <taffit@debian.org>  Mon, 01 Feb 2016 14:56:11 -0400

php-phpdocumentor-reflection-docblock (2.0.4-1) unstable; urgency=low

  * Initial release

 -- David Prévot <taffit@debian.org>  Tue, 10 Feb 2015 14:15:13 -0400