File: changelog

package info (click to toggle)
php-phpdocumentor-type-resolver 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,988 kB
  • sloc: php: 24,931; makefile: 47; xml: 41
file content (246 lines) | stat: -rw-r--r-- 7,250 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
php-phpdocumentor-type-resolver (1.6.2-1) unstable; urgency=medium

  [ Dan Hemberger ]
  * Fix parsing nullable collections

  [ Jaapio ]
  * Upgrade to standardized phpdoc ci
  * Upgrade code to php 7.4 level
  * Build on php 8.2

  [ Mike van der Velde ]
  * Update inaccurate docblock in AbstractList

  [ David Prévot ]
  * Mark package as Multi-Arch: foreign

 -- David Prévot <taffit@debian.org>  Sun, 16 Oct 2022 11:30:48 +0200

php-phpdocumentor-type-resolver (1.6.1-1) unstable; urgency=medium

  [ lmoelleken ]
  * fix for zero `IntRange`

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

 -- David Prévot <taffit@debian.org>  Sat, 18 Jun 2022 16:21:44 +0200

php-phpdocumentor-type-resolver (1.6.0-1) unstable; urgency=medium

  [ Jáchym Toušek ]
  * Add list pseudo-type

  [ lmoelleken ]
  * add support for "int<min,max>", "negative-int" and "numeric"

 -- David Prévot <taffit@debian.org>  Thu, 06 Jan 2022 01:09:07 -0400

php-phpdocumentor-type-resolver (1.5.1-1) unstable; urgency=medium

  [ Jaapio ]
  * Add php 8.1 to build matrix

  [ 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>  Sat, 09 Oct 2021 23:00:52 -0400

php-phpdocumentor-type-resolver (1.4.0-2) unstable; urgency=medium

  * Only run unit test suite
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1

 -- David Prévot <taffit@debian.org>  Sat, 12 Dec 2020 17:46:47 -0400

php-phpdocumentor-type-resolver (1.4.0-1) unstable; urgency=medium

  [ Mike van Riel ]
  * Add true and false as PseudoTypes

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

 -- David Prévot <taffit@debian.org>  Fri, 18 Sep 2020 07:51:19 -0400

php-phpdocumentor-type-resolver (1.3.0-1) unstable; urgency=medium

  [ Jaapio ]
  * Remove mockery from tests

  [ David Prévot ]
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test
  * Drop patch (issue fixed upstream)
  * Drop php-mockery build-dependency
  * Update copyright

 -- David Prévot <taffit@debian.org>  Mon, 29 Jun 2020 15:39:19 -1000

php-phpdocumentor-type-resolver (1.1.0-1) unstable; urgency=medium

  * Compatibility with recent PHPUnit (8)
  * debian/control: Update Standards-Version to 4.5.0
  * debian/upstream/metadata:
    set fields Bug-Database, Bug-Submit, Repository, Repository-Browse

 -- David Prévot <taffit@debian.org>  Mon, 02 Mar 2020 14:27:17 -1000

php-phpdocumentor-type-resolver (1.0.1-2) unstable; urgency=medium

  * Upload to unstable in sync with php-phpdocumentor-reflection-common
  * Set upstream metadata fields: Repository.
  * Drop versioned dependency satisfied in (old)stable
  * Update Standards-Version to 4.4.1

 -- David Prévot <taffit@debian.org>  Mon, 30 Sep 2019 18:08:24 -1000

php-phpdocumentor-type-resolver (1.0.1-1) experimental; urgency=medium

  [ Piotr Kugla ]
  * Fix invalid namespace aliases

 -- David Prévot <taffit@debian.org>  Sun, 25 Aug 2019 14:47:12 -1000

php-phpdocumentor-type-resolver (1.0.0-1) experimental; urgency=medium

  [ Jaapio ]
  * prepare for v1 release

  [ Graham Campbell ]
  * phpdocumentor/reflection-common stable

  [ David Prévot ]
  * Document gbp import-ref usage
  * Add back testsuite
  * Drop get-orig-source target
  * Use debhelper-compat 12
  * Update Standards-Version to 4.4.0
  * Ship upstream examples

 -- David Prévot <taffit@debian.org>  Thu, 11 Jul 2019 10:15:53 -0300

php-phpdocumentor-type-resolver (0.7.1-1) experimental; urgency=medium

  [ Mike van Riel ]
  * Unclosed array expression should throw exception

  [ David Prévot ]
  * Use debhelper-compat 11
  * Use https in Format
  * Use https in Homepage
  * Use Standards-Version 4.2.1

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

php-phpdocumentor-type-resolver (0.7.0-1) experimental; urgency=medium

  [ RJ Garcia ]
  * Parse Group Use Statements

 -- David Prévot <taffit@debian.org>  Thu, 23 Aug 2018 14:57:33 -1000

php-phpdocumentor-type-resolver (0.6.3-1) experimental; urgency=medium

  * Update Standards-Version to 4.2.0

 -- David Prévot <taffit@debian.org>  Tue, 14 Aug 2018 09:18:07 -1000

php-phpdocumentor-type-resolver (0.6.2-1) experimental; urgency=medium

  * Update Standards-Version to 4.1.4

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

php-phpdocumentor-type-resolver (0.6.1-1) experimental; urgency=medium

  [ Gabriel Caruso ]
  * Welcome 2018 :tada:

  [ David Prévot ]
  * Update copyright (years)
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3

 -- David Prévot <taffit@debian.org>  Tue, 06 Mar 2018 15:14:40 -1000

php-phpdocumentor-type-resolver (0.5.0-1) experimental; urgency=medium

  * Upload version incompatible with version 4 of
    php-phpdocumentor-reflection-docblock to experimental
  * Update Standards-Version to 4.1.2

 -- David Prévot <taffit@debian.org>  Sat, 30 Dec 2017 14:56:26 +0530

php-phpdocumentor-type-resolver (0.4.0-2) unstable; urgency=medium

  * Upload to unstable in sync with symfony
  * Update Standards-Version to 4.1.1

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

php-phpdocumentor-type-resolver (0.4.0-1) experimental; urgency=medium

  * Upload version only compatible with version 4 of
    php-phpdocumentor-reflection-docblock to experimental
  * Drop testsuite removed upstream
  * Include upstream README
  * Update copyright
  * Update Standards-Version to 4.1.0

 -- David Prévot <taffit@debian.org>  Mon, 21 Aug 2017 20:49:34 -1000

php-phpdocumentor-type-resolver (0.2.1-1) unstable; urgency=medium

  [ Mike van Riel ]
  * Last namespace separator is not removed

 -- David Prévot <taffit@debian.org>  Wed, 25 Jan 2017 16:42:01 -1000

php-phpdocumentor-type-resolver (0.2-1) unstable; urgency=medium

  [ Hidde Boomsma ]
  * Rename Void to Void_ since it is a reserved keyword in PHP7.1

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

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

php-phpdocumentor-type-resolver (0.1.8-1) unstable; urgency=medium

  [ Mike van Riel ]
  * Remove development package and upgrade phpunit

 -- David Prévot <taffit@debian.org>  Thu, 31 Mar 2016 12:02:23 -0400

php-phpdocumentor-type-resolver (0.1.7-1) unstable; urgency=medium

  [ Kévin Dunglas ]
  * Fix file_get_contents warning in ContextFactory

 -- David Prévot <taffit@debian.org>  Mon, 21 Mar 2016 20:21:15 -0400

php-phpdocumentor-type-resolver (0.1.6-3) unstable; urgency=medium

  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Wed, 09 Mar 2016 19:11:30 -0400

php-phpdocumentor-type-resolver (0.1.6-2) unstable; urgency=medium

  * Enable testsuite
  * Update Standards-Version to 3.9.7

 -- David Prévot <taffit@debian.org>  Sat, 13 Feb 2016 21:46:34 -0400

php-phpdocumentor-type-resolver (0.1.6-1) unstable; urgency=low

  * Initial release (new php-phpdocumentor-reflection-docblock dependency)

 -- David Prévot <taffit@debian.org>  Sun, 31 Jan 2016 14:56:52 -0400