File: changelog

package info (click to toggle)
php-doctrine-common 3.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 784 kB
  • sloc: php: 6,111; makefile: 23; xml: 16
file content (361 lines) | stat: -rw-r--r-- 10,109 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
php-doctrine-common (3.4.3-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Don’t allow generating proxies for readonly classes

  [ François-Xavier de Guillebon ]
  * Adapt regex to support union type
  * Test on PHP 8.2

 -- David Prévot <taffit@debian.org>  Wed, 12 Oct 2022 19:19:14 +0200

php-doctrine-common (3.4.2-1) unstable; urgency=medium

  [ Maciej Malarz ]
  * Fix consts in default values
  * Use var_export for scalar default values

 -- David Prévot <taffit@debian.org>  Fri, 30 Sep 2022 16:44:26 +0200

php-doctrine-common (3.4.0-1) unstable; urgency=medium

  [ Alexander M. Turek ]
  * Add doctrine/collections to dev dependencies (#967)

  [ Maciej Malarz ]
  * Remove Ant config

  [ Grégoire Paris ]
  * Use a shallower tree

  [ David Prévot ]
  * Adapt packaging to new layout
  * Drop now useless override

 -- David Prévot <taffit@debian.org>  Thu, 25 Aug 2022 06:33:27 +0200

php-doctrine-common (3.3.0-1) unstable; urgency=medium

  [ Alexander M. Turek ]
  * Add return types to generated proxies (#956)

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

 -- David Prévot <taffit@debian.org>  Fri, 17 Jun 2022 16:53:49 +0200

php-doctrine-common (3.2.2-1) unstable; urgency=medium

  [ Benjamin Eberlei ]
  * Enum default values require a use statement for correct serialization.

 -- David Prévot <taffit@debian.org>  Fri, 04 Feb 2022 11:26:01 -0400

php-doctrine-common (3.2.1-1) unstable; urgency=medium

  [ Maciej Malarz ]
  * Handle PHP 8.1 types (Closes: #1000585)

 -- David Prévot <taffit@debian.org>  Mon, 27 Dec 2021 23:15:31 -0400

php-doctrine-common (3.2.0-1) unstable; urgency=medium

  * Upload to unstable now that Bullseye has been released

  [ Grégoire Paris ]
  * Remove autoload calls (#940)

  [ Fran Moreno ]
  * Add generics to ClassUtils::getClass

  [ Ruud Kamphuis ]
  * ProxyFactory > Add `FILE_NOT_EXISTS_OR_CHANGED` mode

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

 -- David Prévot <taffit@debian.org>  Wed, 20 Oct 2021 20:48:53 -0400

php-doctrine-common (3.1.2-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Marcel ]
  * Fix #917, ProxyGenerator magic __set
  * Fix #922, ProxyGenerator missing assert

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

 -- David Prévot <taffit@debian.org>  Thu, 08 Apr 2021 17:49:39 -0400

php-doctrine-common (3.1.1-1) unstable; urgency=medium

  [ adambalint-srg ]
  * Fix nullable union types for PHP8
  * Support for PHP8 static return value in proxies

  [ David Prévot ]
  * Use xz for upstream tarball

 -- David Prévot <taffit@debian.org>  Sat, 23 Jan 2021 07:53:56 -0400

php-doctrine-common (3.1.0-2) unstable; urgency=medium

  * Upload to unstable now that all reverse dependencies are ready
  * Drop now useless build-dependencies

 -- David Prévot <taffit@debian.org>  Mon, 07 Dec 2020 19:59:44 -0400

php-doctrine-common (3.1.0-1) experimental; urgency=medium

  [ Michael Käfer ]
  * Update package description

  [ Grégoire Paris ]
  * Upgrade PHPUnit
  * Address PHP 8 deprecation

  [ David Prévot ]
  * Rename main branch to debian/latest (DEP-14)
  * Update watch file format version to 4.
  * Set Rules-Requires-Root: no.
  * Update Standards-Version to 4.5.1

 -- David Prévot <taffit@debian.org>  Mon, 07 Dec 2020 19:02:08 -0400

php-doctrine-common (3.0.2-1) experimental; urgency=medium

  [ Miloš Havlíček ]
  * Rename parameters of magic methods (#897)

 -- David Prévot <taffit@debian.org>  Mon, 08 Jun 2020 05:51:34 -1000

php-doctrine-common (3.0.1-1) experimental; urgency=medium

  * Upload major version bump to experimental

  [ Grégoire Paris ]
  * Switch to persistence 2

  [ Andreas Braun ]
  * Drop packages available stand-alone

  [ David Prévot ]
  * Update homemade autoload.php

 -- David Prévot <taffit@debian.org>  Sat, 30 May 2020 15:09:47 -1000

php-doctrine-common (2.13.2-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Address deprecations from doctrine/persistence
  * Allow PHP 8

  [ David Prévot ]
  * Update standards version to 4.5.0, no changes needed.
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test

 -- David Prévot <taffit@debian.org>  Sat, 30 May 2020 14:44:06 -1000

php-doctrine-common (2.12.0-1) unstable; urgency=medium

  [ Andreas Braun ]
  * Bump version to 2.12.0-DEV

  [ David Prévot ]
  * Compatibility with recent PHPUnit (8)
  * Update Standards-Version to 4.4.1
  * Update gbp import-ref usage
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, Repository-Browse.

 -- David Prévot <taffit@debian.org>  Sun, 12 Jan 2020 17:50:01 -1000

php-doctrine-common (2.11.0-1) unstable; urgency=medium

  [ Andreas Braun ]
  * Package 2.11.0

  [ David Prévot ]
  * Document gbp import-ref usage
  * Bump debhelper from old 11 to 12.
  * Use upstream testsuite
  * Drop versioned dependency satisfied in (old)stable
  * Update Standards-Version to 4.4.0

 -- David Prévot <taffit@debian.org>  Sat, 14 Sep 2019 18:52:06 -1000

php-doctrine-common (2.10.0-1) unstable; urgency=medium

  [ Michael Moravec ]
  * Update homepage
  * Move PropertyChangedListener & NotifyPropertyChanged to doctrine/persistence
  * Preparing 2.10.0 release

  [ David Prévot ]
  * Use https in debian/
  * Use debhelper-compat 11
  * Drop get-orig-source target
  * Update Standards-Version to 4.2.1

 -- David Prévot <taffit@debian.org>  Fri, 23 Nov 2018 07:30:40 -1000

php-doctrine-common (2.9.0-1) unstable; urgency=medium

  [ Michael Moravec ]
  * Moved Event Manager component to separate package
  * Separate Reflection to doctrine/reflection
  * Separate Persistence to doctrine/persistence
  * Preparing v2.9.0 release

  [ Jonathan H. Wage ]
  * Cleanup docs index.rst so it is consistent across other projects.

  [ David Prévot ]
  * Update homemade autoload to new dependencies
  * Update Standards-Version to 4.1.5
  * Add upstream docs

 -- David Prévot <taffit@debian.org>  Tue, 17 Jul 2018 18:27:13 +0800

php-doctrine-common (2.8.1-2) unstable; urgency=medium

  * Upload to unstable now that php 7.2 is the default version in unstable
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3

 -- David Prévot <taffit@debian.org>  Mon, 05 Mar 2018 10:34:13 -1000

php-doctrine-common (2.8.1-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Preparing v2.8.1 release

  [ Dragos Protung ]
  * Convert proxy factory auto generate mode to integer

 -- David Prévot <taffit@debian.org>  Fri, 01 Sep 2017 19:06:36 -1000

php-doctrine-common (2.8.0-1) experimental; urgency=medium

  * Upload to experimental since it depends on php 7.1 (that is not yet the
    default version in unstable)

  [ Marco Pivetta ]
  * Preparing v2.8.0 release

  [ David Prévot ]
  * Drop versioned dependencies satisfied in stable
  * Update Standards-Version to 4.1.0

 -- David Prévot <taffit@debian.org>  Mon, 28 Aug 2017 19:11:20 -1000

php-doctrine-common (2.6.1-2) unstable; urgency=medium

  * Upload to unstable now that owncloud is gone
  * Simplify minimal version
  * Drop ownCloud for Debian maintainers from uploaders
  * Update Standards-Version to 3.9.8
  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Fri, 15 Apr 2016 14:15:52 -0400

php-doctrine-common (2.6.1-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * #376 - requiring php 5.6 or 7.0
  * Restoring PHP 5.5 support
  * Release 2.6.0

  [ racheldomingo ]
  * Update LICENSE

  [ David Prévot ]
  * Revert "Track 2.5 version"
  * Update copyright (years)
  * Drop tests since they are not distributed anymore

 -- David Prévot <taffit@debian.org>  Mon, 28 Dec 2015 11:08:26 -0400

php-doctrine-common (2.5.3-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * 2.5.3 release

 -- David Prévot <taffit@debian.org>  Mon, 28 Dec 2015 10:17:15 -0400

php-doctrine-common (2.5.2-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Release 2.5.2

  [ David Prévot ]
  * Track 2.5 version

 -- David Prévot <taffit@debian.org>  Wed, 09 Dec 2015 21:48:26 -0400

php-doctrine-common (2.5.1-1) experimental; urgency=medium

  [ David Prévot ]
  * Simplify minimal version of dependencies

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

 -- David Prévot <taffit@debian.org>  Mon, 31 Aug 2015 19:10:00 -0400

php-doctrine-common (2.5.0-1) experimental; urgency=medium

  * Provide homemade autoload.php

 -- David Prévot <taffit@debian.org>  Sat, 04 Apr 2015 12:57:26 -0400

php-doctrine-common (2.5.0~beta1-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Preparing for 2.5.0-beta1 release

 -- David Prévot <taffit@debian.org>  Thu, 26 Mar 2015 21:53:24 -0400

php-doctrine-common (2.5~20150113-1) experimental; urgency=medium

  * Use php-symfony-class-loader instead of php-symfony-classloader
  * Bump standards version to 3.9.6
  * Upload development version to experimental

 -- David Prévot <taffit@debian.org>  Thu, 22 Jan 2015 14:16:49 -0400

php-doctrine-common (2.4.2-2) unstable; urgency=medium

  * Upload to unstable
  * No tests if DEB_BUILD_OPTIONS contains nocheck

 -- David Prévot <taffit@debian.org>  Sun, 15 Jun 2014 11:26:00 -0400

php-doctrine-common (2.4.2-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Release 2.4.2

  [ David Prévot ]
  * Add ownCloud for Debian to uploaders
  * Bump standards version to 3.9.5
  * Update upstream source, and upload to experimental
  * Update copyright
  * Convert from PEAR to Composer
  * Add upstream changelog
  * Run test suite at build time
  * Make the package DEP-8 compliant

 -- David Prévot <taffit@debian.org>  Tue, 03 Jun 2014 11:43:07 -0400

php-doctrine-common (2.3.0-1) unstable; urgency=low

  * Initial Release (Closes: #727063)

 -- David Prévot <taffit@debian.org>  Mon, 21 Oct 2013 18:31:11 -0400