File: changelog

package info (click to toggle)
php-deepcopy 1.13.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 612 kB
  • sloc: php: 1,793; makefile: 26
file content (279 lines) | stat: -rw-r--r-- 8,003 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
php-deepcopy (1.13.4-1) experimental; urgency=medium

  [ Worma ]
  * setAccessible() has no effect as of PHP 8.1

 -- David Prévot <taffit@debian.org>  Mon, 04 Aug 2025 09:51:45 +0200

php-deepcopy (1.13.3-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Ruud Kamphuis ]
  * Add generic to DeepCopy::copy method
  * Change TObject to mixed

 -- David Prévot <taffit@debian.org>  Tue, 08 Jul 2025 08:47:25 +0200

php-deepcopy (1.13.1-1) unstable; urgency=medium

  [ SpazzMarticus ]
  * Fix return types for Doctrine\Persistence\Proxy implementations

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

 -- David Prévot <taffit@debian.org>  Thu, 01 May 2025 16:43:15 +0200

php-deepcopy (1.13.0-1) unstable; urgency=medium

  * Source only upload

 -- David Prévot <taffit@debian.org>  Wed, 12 Feb 2025 18:46:58 +0100

php-deepcopy (1.13.0-1~bootstrap) unstable; urgency=medium

  [ Alex Zamponi ]
  * Add PrependTypeFilter method

  [ David Prévot ]
  * Compatibility with recent PHPUnit (12)

 -- David Prévot <taffit@debian.org>  Wed, 12 Feb 2025 18:24:58 +0100

php-deepcopy (1.12.1-3) unstable; urgency=medium

  * Compatibility with php-doctrine-persistence 4

 -- David Prévot <taffit@debian.org>  Thu, 30 Jan 2025 19:31:41 +0100

php-deepcopy (1.12.1-2) unstable; urgency=medium

  * Source only upload, since the installed lib is the one actually
    tested at build time

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

php-deepcopy (1.12.1-1) unstable; urgency=medium

  [ michalananapps ]
  * bug: #196 Introduce a custom DatePeriodFilter that safely copies
    DatePeriod objects without modifying their readonly properties.
  * bug: #196 support php7.1

  [ David Prévot ]
  * Try harder to load the current lib at build time

 -- David Prévot <taffit@debian.org>  Fri, 15 Nov 2024 15:04:24 +0100

php-deepcopy (1.12.0-1) unstable; urgency=medium

  [ llupa ]
  * Ignore `readonly` properties

 -- David Prévot <taffit@debian.org>  Sun, 16 Jun 2024 10:06:51 +0200

php-deepcopy (1.11.1-2) unstable; urgency=medium

  * Use prophesize from php-phpspec-prophecy-phpunit
  * Make provider classes static (PHPUnit 11 fix) (Closes: #1070527)
  * Update Standards-Version to 4.7.0

 -- David Prévot <taffit@debian.org>  Sat, 18 May 2024 14:18:02 +0200

php-deepcopy (1.11.1-1) unstable; urgency=medium

  [ fsevestre ]
  * Allow applying further filters with ChainableFilter

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.
  * Ensure the local class takes precedence during build
  * Drop patch not needed anymore

 -- David Prévot <taffit@debian.org>  Thu, 09 Mar 2023 08:25:22 +0100

php-deepcopy (1.11.0-3) unstable; urgency=medium

  * Use php-phpspec-prophecy for tests

 -- David Prévot <taffit@debian.org>  Sun, 28 Aug 2022 13:35:18 +0200

php-deepcopy (1.11.0-2) unstable; urgency=medium

  * Explicitly use php-doctrine-collections for tests (Closes: #1017280)

 -- David Prévot <taffit@debian.org>  Mon, 15 Aug 2022 08:21:27 +0200

php-deepcopy (1.11.0-1) unstable; urgency=medium

  [ Filippo Tessarotto ]
  * Add support for doctrine/common v3
  * Keep PHP 8.1 enums as is

  [ David Prévot ]
  * Simplify gbp import-orig
  * Use dh-sequence-phpcomposer instead of --with phpcomposer
  * Generate phpabtpl at build time
  * Mark package as Multi-Arch: foreign
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Mon, 20 Jun 2022 13:12:04 +0200

php-deepcopy (1.10.2-3) unstable; urgency=medium

  * Adapt to recent version of PHPUnit (9)

 -- David Prévot <taffit@debian.org>  Sun, 13 Dec 2020 09:56:42 -0400

php-deepcopy (1.10.2-2) unstable; urgency=medium

  * Use recent Doctrine\Persistence path

 -- David Prévot <taffit@debian.org>  Mon, 07 Dec 2020 18:34:40 -0400

php-deepcopy (1.10.2-1) unstable; urgency=medium

  [ Peter van der Wal ]
  * Add isInitialized check on PropertyTypeMatcher for PHP 7.4

  [ 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>  Tue, 01 Dec 2020 21:36:44 -0400

php-deepcopy (1.10.1-1) unstable; urgency=medium

  [ Ayesh Karunaratne ]
  * Allow PHP 8 (#157)

  [ Fabien Villepinte ]
  * Fix copying objects extending ArrayObject (#152) (#155)

  [ David Prévot ]
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test
  * Install upstream doc without extra doc/

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

php-deepcopy (1.9.5-1) unstable; urgency=medium

  [ dontub ]
  * Fix deep copying of ArrayObject in PHP 7.4 (#145)

  [ David Prévot ]
  * Set upstream metadata fields: Bug-Submit.
  * Update Standards-Version to 4.5.0

 -- David Prévot <taffit@debian.org>  Sun, 02 Feb 2020 08:58:32 -1000

php-deepcopy (1.9.4-1) unstable; urgency=medium

  * Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * 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>  Wed, 18 Dec 2019 14:50:24 +1100

php-deepcopy (1.9.3-2) unstable; urgency=medium

  * Add missing dependency for CI
  * Use versioned Provides

 -- David Prévot <taffit@debian.org>  Sun, 11 Aug 2019 16:14:01 -1000

php-deepcopy (1.9.3-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.
  * Extend d/clean for PHPUnit 8

 -- David Prévot <taffit@debian.org>  Sat, 10 Aug 2019 19:08:47 -1000

php-deepcopy (1.9.1-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ sk ]
  * Add filter prepend method (#132)

  [ David Prévot ]
  * Document gbp import-ref usage
  * Use debhelper-compat 12
  * Drop get-orig-source target
  * Use https in Format
  * Use the testsuite
  * Update Standards-Version to 4.3.0

 -- David Prévot <taffit@debian.org>  Fri, 12 Apr 2019 04:35:45 +0900

php-deepcopy (1.8.1-1) unstable; urgency=medium

  [ Théo FIDRY ]
  * Declare deep_copy only once (#120)

 -- David Prévot <taffit@debian.org>  Wed, 20 Jun 2018 11:40:35 -1000

php-deepcopy (1.8.0-1) unstable; urgency=medium

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

 -- David Prévot <taffit@debian.org>  Tue, 05 Jun 2018 18:15:59 -1000

php-deepcopy (1.7.0-1) unstable; urgency=medium

  * Update homemade autoload.php
  * Update Standards-Version to 4.1.1

 -- David Prévot <taffit@debian.org>  Sat, 21 Oct 2017 09:25:14 -1000

php-deepcopy (1.6.1-1) unstable; urgency=medium

  [ Korneel Ketelslegers ]
  * [#18] DeepCopy ignores Doctrine2 proxies

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

 -- David Prévot <taffit@debian.org>  Mon, 21 Aug 2017 17:11:43 -1000

php-deepcopy (1.5.5-1) unstable; urgency=medium

  * New upstream version

 -- David Prévot <taffit@debian.org>  Wed, 25 Jan 2017 19:08:59 -1000

php-deepcopy (1.5.1-1) unstable; urgency=medium

  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Tue, 03 May 2016 20:36:08 -0400

php-deepcopy (1.5.0-2) unstable; urgency=medium

  * 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>  Fri, 04 Mar 2016 22:22:58 -0400

php-deepcopy (1.5.0-1) unstable; urgency=medium

  [ Richard Trebichavský ]
  * TypeFilter: Added TypeMatcher: Added
  * PropertyTypeMatcher: Marked as deprecated

 -- David Prévot <taffit@debian.org>  Sat, 07 Nov 2015 20:41:22 -0400

php-deepcopy (1.4.0-1) unstable; urgency=low

  * Initial release

 -- David Prévot <taffit@debian.org>  Mon, 26 Oct 2015 13:30:36 -0400