File: changelog

package info (click to toggle)
php-doctrine-annotations 2.0.1-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,068 kB
  • sloc: php: 8,441; makefile: 26; xml: 15
file content (303 lines) | stat: -rw-r--r-- 9,032 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
php-doctrine-annotations (2.0.1-1+deb12u1) bookworm; urgency=medium

  * Track debian/bookworm
  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Thu, 15 Feb 2024 23:14:38 +0100

php-doctrine-annotations (2.0.1-1) unstable; urgency=medium

  [ Alexander M. Turek ]
  * Allow annotation classes with a variadic parameter (#479)

 -- David Prévot <taffit@debian.org>  Fri, 03 Feb 2023 05:28:39 +0100

php-doctrine-annotations (2.0.0-3) unstable; urgency=medium

  * Mark package as Multi-Arch: foreign
  * Upload to unstable

 -- David Prévot <taffit@debian.org>  Sun, 01 Jan 2023 10:15:03 +0100

php-doctrine-annotations (2.0.0-2) experimental; urgency=medium

  * Workaround dh_phpcomposer limitations
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Sat, 31 Dec 2022 08:12:47 +0100

php-doctrine-annotations (2.0.0-1) experimental; urgency=medium

  * Upload new major release to experimental

  [ Grégoire Paris ]
  * Drop Lexer 1
  * Bump PHP to 7.2
  * Allow doctrine/lexer 3

  [ David Prévot ]
  * Revert "Track version 1 for now (Bookworm?)"
  * Install upstream upgrade instructions
  * Build-depend on recent php-doctrine-lexer

 -- David Prévot <taffit@debian.org>  Wed, 21 Dec 2022 07:24:50 +0100

php-doctrine-annotations (1.14.2-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Specify second template parameter

  [ David Prévot ]
  * Track version 1 for now (Bookworm?)

 -- David Prévot <taffit@debian.org>  Wed, 21 Dec 2022 06:41:31 +0100

php-doctrine-annotations (1.14.1-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Encourage migration towards attributes
  * Allow doctrine/lexer 2

 -- David Prévot <taffit@debian.org>  Wed, 14 Dec 2022 06:46:37 +0100

php-doctrine-annotations (1.13.3-1) unstable; urgency=medium

  [ Jochem Klaver ]
  * Catch and process errors that occure during annotation instantiation

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

 -- David Prévot <taffit@debian.org>  Sun, 03 Jul 2022 10:31:44 +0200

php-doctrine-annotations (1.13.2-1) unstable; urgency=medium

  * Upload to unstable now that Bullseye has been released

  [ Andreas Braun ]
  * Add PSR-compatible cached annotations reader (#404)
  * Allow doctrine/cache 2.x for tests (#410)
  * Remove obsolete changelog file

  [ David Prévot ]
  * Generate phpabtpl at build time
  * Update standards version to 4.6.0, no changes needed.
  * Update autoload.php for tests

 -- David Prévot <taffit@debian.org>  Sun, 10 Oct 2021 20:48:40 -0400

php-doctrine-annotations (1.12.1-1) experimental; urgency=medium

  [ Vincent ]
  * Handle positional argument following named ones

  [ David Prévot ]
  * Install /u/s/p/autoloaders file

 -- David Prévot <taffit@debian.org>  Sun, 21 Feb 2021 17:16:25 -0400

php-doctrine-annotations (1.12.0-1) experimental; urgency=medium

  * Upload to experimental to respect the freeze

  [ Jérôme Vasseur ]
  * Add support for loading annotations from functions

  [ Alexander M. Turek ]
  * Introduced annotation NamedArgumentConstructor (#391)

  [ Vincent ]
  * Default prop with @NamedArgumentConstructor

  [ David Prévot ]
  * Update homemade autoload for tests

 -- David Prévot <taffit@debian.org>  Sat, 20 Feb 2021 10:02:36 -0400

php-doctrine-annotations (1.11.2-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Add Phan's suppress annotation to the ignore list

  [ David Prévot ]
  * Simplify gbp import-orig (and check signature)
  * Use dh-sequence-phpcomposer instead of pkg-php-tools

 -- David Prévot <taffit@debian.org>  Sat, 20 Feb 2021 09:32:38 -0400

php-doctrine-annotations (1.11.1-1) unstable; urgency=medium

  * Rename main branch to debian/latest (DEP-14)
  * Fix field name case in debian/tests/control (Test-command => Test-Command).
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1

 -- David Prévot <taffit@debian.org>  Thu, 26 Nov 2020 15:33:38 -0400

php-doctrine-annotations (1.10.4-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Make tests compatible with PHPUnit 9

  [ David Prévot ]
  * Set Rules-Requires-Root: no.

 -- David Prévot <taffit@debian.org>  Mon, 17 Aug 2020 18:42:15 +0200

php-doctrine-annotations (1.10.3-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Allow php 8

 -- David Prévot <taffit@debian.org>  Sat, 30 May 2020 07:28:46 -1000

php-doctrine-annotations (1.10.2-1) unstable; urgency=medium

  * Use debhelper-compat 13
  * Simplify override_dh_auto_test

 -- David Prévot <taffit@debian.org>  Mon, 04 May 2020 22:17:12 -1000

php-doctrine-annotations (1.10.1-1) unstable; urgency=medium

  * Update gbp import-ref usage
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update Standards-Version to 4.5.0

 -- David Prévot <taffit@debian.org>  Tue, 14 Apr 2020 08:31:44 -1000

php-doctrine-annotations (1.8.0-1) unstable; urgency=medium

  * 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>  Fri, 04 Oct 2019 17:57:12 -1000

php-doctrine-annotations (1.7.0-2) unstable; urgency=medium

  * Don’t fail on warning from PHPUnit 8
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.

 -- David Prévot <taffit@debian.org>  Sat, 14 Sep 2019 01:41:45 -1000

php-doctrine-annotations (1.7.0-1) unstable; urgency=medium

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

 -- David Prévot <taffit@debian.org>  Sat, 10 Aug 2019 17:20:18 -1000

php-doctrine-annotations (1.6.1-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Added v1.6.1 release notes

  [ David Prévot ]
  * Document gbp import-ref usage
  * Drop get-orig-source target
  * Move repository to salsa.d.o
  * Update Homepage
  * Install upstream documentation
  * Use debhelper-compat 12
  * Use https in Format
  * Update Standards-Version to 4.3.0
  * Drop override satisfied in stable
  * Enable testsuite again

 -- David Prévot <taffit@debian.org>  Sun, 31 Mar 2019 10:52:18 -1000

php-doctrine-annotations (1.6.0-1) experimental; urgency=medium

  * Upload to experimental since php 7.1 is not yet the default
  * Update Standards-Version to 4.1.2

 -- David Prévot <taffit@debian.org>  Sun, 10 Dec 2017 18:56:33 -1000

php-doctrine-annotations (1.5.0-1) unstable; urgency=medium

  * Use now provided upstream changelog
  * Update Standards-Version to 4.1.0

 -- David Prévot <taffit@debian.org>  Fri, 25 Aug 2017 18:58:01 -1000

php-doctrine-annotations (1.2.7-2) unstable; urgency=medium

  * Drop ownCloud for Debian maintainers from uploaders
  * Update Standards-Version to 3.9.7
  * Rebuild with latest pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Thu, 03 Mar 2016 16:29:04 -0400

php-doctrine-annotations (1.2.7-1) unstable; urgency=medium

  [ Benjamin Eberlei ]
  * [DCOM-293] Fix security misconfiguration vulnerability that can
    allow local arbitrary code execution. [CVE-2015-5723]

 -- David Prévot <taffit@debian.org>  Mon, 31 Aug 2015 18:21:36 -0400

php-doctrine-annotations (1.2.6-1) unstable; urgency=medium

  [ mpalourdio ]
  * opcache.load_comments has been removed from PHP 7

 -- David Prévot <taffit@debian.org>  Sat, 20 Jun 2015 11:48:00 -0400

php-doctrine-annotations (1.2.4-2) unstable; urgency=medium

  * Upload to unstable since Jessie has been released

 -- David Prévot <taffit@debian.org>  Mon, 18 May 2015 14:56:08 -0400

php-doctrine-annotations (1.2.4-1) experimental; urgency=medium

  [ Adam Balogh ]
  * FileCacheReader::saveCacheFile::unlink fix

 -- David Prévot <taffit@debian.org>  Thu, 16 Apr 2015 15:07:43 -0400

php-doctrine-annotations (1.2.3-2) experimental; urgency=medium

  * Drop now useless Breaks and Replaces
  * Provide homemade autoload.php

 -- David Prévot <taffit@debian.org>  Sat, 04 Apr 2015 11:48:28 -0400

php-doctrine-annotations (1.2.3-1) experimental; urgency=medium

  * Upload to experimental to respect the freeze

  [ Matthieu Napoli ]
  * Exclude files from distribution

  [ David Prévot ]
  * Tests have been dropped upstream

 -- David Prévot <taffit@debian.org>  Mon, 22 Dec 2014 10:30:13 -0400

php-doctrine-annotations (1.2.1-1) unstable; urgency=medium

  * Drop now useless XS-Testsuite
  * Bump standards version to 3.9.6

 -- David Prévot <taffit@debian.org>  Sat, 27 Sep 2014 10:16:27 -0400

php-doctrine-annotations (1.2.0-1) unstable; urgency=medium

  [ Marco Pivetta ]
  * Adding `v1.2.0` release notes

  [ David Prévot ]
  * No tests if DEB_BUILD_OPTIONS contains nocheck

 -- David Prévot <taffit@debian.org>  Wed, 09 Jul 2014 08:53:43 -0400

php-doctrine-annotations (1.1.2-1) unstable; urgency=low

  * Initial release

 -- David Prévot <taffit@debian.org>  Thu, 29 May 2014 13:32:06 -0400