File: changelog

package info (click to toggle)
pdepend 2.16.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,500 kB
  • sloc: php: 60,939; xml: 1,423; pascal: 34; sql: 34; makefile: 33; sh: 8
file content (387 lines) | stat: -rw-r--r-- 10,419 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
pdepend (2.16.2-2) unstable; urgency=medium

  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Wed, 06 Mar 2024 15:52:25 +0100

pdepend (2.16.2-1) unstable; urgency=medium

  [ KyleKatarn ]
  * Add support for throw expressions in array index access
  * Add 2.16.2 changelog

 -- David Prévot <taffit@debian.org>  Tue, 19 Dec 2023 07:16:01 +0100

pdepend (2.16.1-1) unstable; urgency=medium

  [ kylekatarnls ]
  * Add lazy configuration for Symfony
  * Add changelog for 2.16.1

 -- David Prévot <taffit@debian.org>  Mon, 11 Dec 2023 08:20:08 +0100

pdepend (2.16.0-1) unstable; urgency=medium

  [ Freerich Bäthge ]
  * Allow Symfony 7

  [ kylekatarnls ]
  * Bump version to 2.16.0
  * Handle yield termination depending on context

  [ KyleKatarn ]
  * Fix float parsing for number starting with 0.
  * Simplify Utf8Util using symfony polyfill

 -- David Prévot <taffit@debian.org>  Sat, 02 Dec 2023 16:00:53 +0100

pdepend (2.15.1-1) unstable; urgency=medium

  [ kylekatarnls ]
  * Show error full stack trace when debug is on
  * Re-allow empty compilation unit

  [ Kyle ]
  * Prepare version 2.15.1

 -- David Prévot <taffit@debian.org>  Thu, 28 Sep 2023 19:25:14 +0200

pdepend (2.15.0-1) unstable; urgency=medium

  * Upload to unstable now that Bookworm has been released

  [ Muhammad Naufal Pratama ]
  * HOTFIX HalsteadAnalyzer.php formula

  [ KyleKatarn ]
  * Allow readonly before public/protected/private

  [ Tobias van Beek ]
  * Prepare the release for version 2.15.0 (#681)

 -- David Prévot <taffit@debian.org>  Tue, 26 Sep 2023 13:30:17 +0200

pdepend (2.14.0-1) experimental; urgency=medium

  [ kylekatarnls ]
  * Base enum label validity on constant name rule

  [ Tobias van Beek ]
  * Handle extra parenthis for functions. #639
  * Prepare for version 2.14.0

 -- David Prévot <taffit@debian.org>  Sat, 27 May 2023 10:00:54 +0200

pdepend (2.13.0-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Tobias van Beek ]
  * Add support for NULL, DEFAULT and NEW as enum case.
  * Prepare the release for 2.13.0

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Tue, 28 Feb 2023 23:47:30 +0100

pdepend (2.12.1-2) unstable; urgency=medium

  * Adapt precision for recent phpunit-comparator (Closes: #1020097)

 -- David Prévot <taffit@debian.org>  Sun, 18 Sep 2022 11:50:50 +0200

pdepend (2.12.1-1) unstable; urgency=medium

  [ Bastien Miclo ]
  * Implement support for PHP 8.2 null/false stand-alone type
  * Support PHP 8.2 "true" type

  [ KyleKatarn ]
  * Implement PHP 8.2 readonly classes support #617
  * Implement PHP 8.2 Disjunctive Normal Form Types #617
  * Fix enum visit

  [ Åsmund Stavdahl ]
  * Fix parsing of by-reference vararg parameters

 -- David Prévot <taffit@debian.org>  Fri, 09 Sep 2022 10:51:41 -0400

pdepend (2.11.1-1) unstable; urgency=medium

  [ kylekatarnls ]
  * Fix ASTEnum serialization
  * 2.11.1

 -- David Prévot <taffit@debian.org>  Sun, 04 Sep 2022 02:58:59 -0400

pdepend (2.11.0-1) unstable; urgency=medium

  [ KyleKatarn ]
  * 2.11.0 changelog

 -- David Prévot <taffit@debian.org>  Tue, 30 Aug 2022 14:05:15 +0200

pdepend (2.10.3-1) unstable; urgency=medium

  [ Jeroeny ]
  * support symfony 6

  [ Tobias van Beek ]
  * Prepare for version 2.10.3

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

 -- David Prévot <taffit@debian.org>  Fri, 17 Jun 2022 18:12:30 +0200

pdepend (2.10.2-1) unstable; urgency=medium

  [ Kyle ]
  * Add 2.10.2 changelog

 -- David Prévot <taffit@debian.org>  Wed, 17 Nov 2021 07:28:49 -0400

pdepend (2.10.1-1) unstable; urgency=medium

  [ Kyle ]
  * Prepare release 2.10.1

 -- David Prévot <taffit@debian.org>  Thu, 14 Oct 2021 07:37:07 -0400

pdepend (2.10.0-2) unstable; urgency=medium

  * Upload to unstable now that Bullseye has been released
  * Update standards version to 4.6.0, no changes needed.

 -- David Prévot <taffit@debian.org>  Sat, 09 Oct 2021 20:24:05 -0400

pdepend (2.10.0-1) experimental; urgency=medium

  [ Tobias van Beek ]
  * Prepare release 2.10.0

 -- David Prévot <taffit@debian.org>  Sun, 25 Jul 2021 12:08:56 +0200

pdepend (2.9.1-1) experimental; urgency=medium

  [ Tobias van Beek ]
  * Prepare the release of version 2.9.1

 -- David Prévot <taffit@debian.org>  Sun, 18 Apr 2021 16:24:25 -0400

pdepend (2.9.0-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Kyle ]
  * Document pdepend-2.9.0
  * Bump project.version

  [ David Prévot ]
  * Simplify gbp import-orig
  * Install /u/s/p/{autoloaders,overrides} files
  * Generate phpabtpl at build time
  * Use dh-sequence-phpcomposer instead of pkg-php-tools
  * Use Laminas instead of Zend

 -- David Prévot <taffit@debian.org>  Fri, 12 Mar 2021 15:39:44 -0400

pdepend (2.8.0-2) unstable; urgency=medium

  * Adapt to recent version of PHPUnit (9)
  * Rename main branch to debian/latest (DEP-14)
  * Update watch file format version to 4.
  * Set upstream metadata fields: Security-Contact.
  * Set Rules-Requires-Root: no.
  * Update Standards-Version to 4.5.1

 -- David Prévot <taffit@debian.org>  Mon, 14 Dec 2020 12:35:11 -0400

pdepend (2.8.0-1) unstable; urgency=medium

  [ Tobias van Beek ]
  * Update the changelog with the new changes for 2.8.0

  [ David Prévot ]
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test
  * Revert "Handle +git version string"

 -- David Prévot <taffit@debian.org>  Sun, 28 Jun 2020 11:10:20 -1000

pdepend (2.7.1-2) unstable; urgency=medium

  * Fix CI (update symling to mimic path)

 -- David Prévot <taffit@debian.org>  Sun, 01 Mar 2020 23:41:46 -1000

pdepend (2.7.1-1) unstable; urgency=medium

  [ KyleKatarn ]
  * Bump version to 2.7.1 and add it to CHANGELOG

  [ David Prévot ]
  * Update Standards-Version to 4.5.0
  * Mimic expected path for tests instead of relying on --include-path
  * Update patches for PHPUnit (Closes: #952315)

 -- David Prévot <taffit@debian.org>  Sun, 23 Feb 2020 10:03:17 -1000

pdepend (2.6.1-1) unstable; urgency=medium

  * Upload release version to unstable

  [ Kyle ]
  * Allow Symfony 5
  * Bump version number to 2.6.1

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

 -- David Prévot <taffit@debian.org>  Mon, 23 Dec 2019 09:33:35 +1100

pdepend (2.6.0~beta1-1) experimental; urgency=medium

  * Upload beta to experimental
  * Update standards version to 4.4.1, no changes needed.
  * d/control: Drop versioned dependency satisfied in (old)stable

 -- David Prévot <taffit@debian.org>  Sat, 07 Dec 2019 10:49:35 -1000

pdepend (2.5.2+git-2) unstable; urgency=medium

  * Fix upstream version for CI

 -- David Prévot <taffit@debian.org>  Sat, 24 Aug 2019 08:00:07 -1000

pdepend (2.5.2+git-1) unstable; urgency=medium

  [ Emir Beganovic ]
  * Release 2.5.2

  [ David Prévot ]
  * Properly handle upstream version
  * Run upstream test suite
  * Handle +git version string
  * Trim trailing whitespace.
  * Use versioned copyright format URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 9 to 12.
  * Add missing colon in closes line.
  * Move repository to salsa.d.o
  * Drop get-orig-source target
  * Update Standards-Version to 4.4.0
  * Document gbp import-ref usage
  * Drop versioned dependencies satisfied in (old)stable

 -- David Prévot <taffit@debian.org>  Fri, 23 Aug 2019 23:41:12 -1000

pdepend (2.5.2-1) unstable; urgency=medium

  [ Manuel Pichler ]
  * Fix for GH355: Unknown option --jdepend-chart

 -- David Prévot <taffit@debian.org>  Tue, 12 Dec 2017 18:25:52 -1000

pdepend (2.5.1-1) unstable; urgency=medium

  [ Emir Beganovic ]
  * Prepare 2.5.1 release

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

 -- David Prévot <taffit@debian.org>  Fri, 08 Dec 2017 17:42:42 -1000

pdepend (2.5.0-1) unstable; urgency=medium

  [ Manuel Pichler ]
  * Blog post about release 2.5.0 added.

  [ David Prévot ]
  * Update copyright (years)
  * Update Standards-Version to 4.0.0

 -- David Prévot <taffit@debian.org>  Thu, 03 Aug 2017 16:49:20 -0400

pdepend (2.2.4-1) unstable; urgency=medium

  [ Manuel Pichler ]
  * Fixes phpmd/phpmd#328 with an invalid parser state

  [ David Prévot ]
  * Build with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Sat, 12 Mar 2016 10:44:33 -0400

pdepend (2.2.3-1) unstable; urgency=medium

  * Override minimal php-symfony-* versions in d/control instead of d/patches
  * Update Standards-Version to 3.9.7

 -- David Prévot <taffit@debian.org>  Fri, 26 Feb 2016 12:22:33 -0400

pdepend (2.2.2-1) unstable; urgency=medium

  [ Manuel Pichler ]
  * Closes: #220: Recent changlog version added.

 -- David Prévot <taffit@debian.org>  Sun, 25 Oct 2015 11:25:24 -0400

pdepend (2.1.0-2) unstable; urgency=medium

  * Upload to unstable in sync with phpmd 2.2.3-1

 -- David Prévot <taffit@debian.org>  Wed, 03 Jun 2015 17:20:14 -0400

pdepend (2.1.0-1) experimental; urgency=medium

  * Upload to experimental since phpmd depends on pdepend (<< 2.1~~)

  [ Matthias Mullie ]
  * Add analyzer to calculate Halstead measures
  * Add analyzer to calculate maintainability index

  [ David Prévot ]
  * Update copyright
  * Add up to date upstream changelog

 -- David Prévot <taffit@debian.org>  Mon, 25 May 2015 16:33:14 -0400

pdepend (2.0.6-2) unstable; urgency=medium

  * Upload to unstable since Jessie has been released
  * Build homemade static autoload

 -- David Prévot <taffit@debian.org>  Wed, 20 May 2015 17:13:21 -0400

pdepend (2.0.6-1) experimental; urgency=medium

  [ Manuel Pichler ]
  * Refs pdepend/pdepend#90: A simple file cache garbage collector implemented.

  [ David Prévot ]
  * Update copyright years
  * Fix NAME in manpage

 -- David Prévot <taffit@debian.org>  Fri, 06 Mar 2015 08:27:24 -0400

pdepend (2.0.4-1) experimental; urgency=medium

  * Update copyright
  * Convert packaging to Composer source
  * Bump standards version to 3.9.6
  * Use homemade autoload
  * Adapt data path
  * Update build-dependencies
  * Upload new version to experimental

 -- David Prévot <taffit@debian.org>  Tue, 27 Jan 2015 19:02:42 -0400

pdepend (1.1.4-1) unstable; urgency=low

  * Initial release. (Closes: #746342)

 -- Prach Pongpanich <prachpub@gmail.com>  Tue, 29 Apr 2014 14:58:58 +0700