File: changelog

package info (click to toggle)
php-symfony-polyfill 1.33.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 8,520 kB
  • sloc: php: 127,232; makefile: 69
file content (658 lines) | stat: -rw-r--r-- 18,401 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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
php-symfony-polyfill (1.33.0-1) unstable; urgency=medium

  * Upload to unstable now that Trixie has been released

  [ Ayesh Karunaratne ]
  * [PHP 8.5] Add `array_first` and `array_last`
  * [PHP 8.4][Intl] Add `grapheme_str_split`

  [ Alexandre Daubois ]
  * [PHP 8.4] Add `bcdivmod`

  [ Daniel Scherzer ]
  * [8.4] Add polyfill for `ReflectionConstant`

  [ Nicolas Grekas ]
  * Update CHANGELOG

  [ Ion Bazan ]
  * Fix json_validate edge case

  [ David Prévot ]
  * Update descriptions
  * Remove Rules-Requires-Root
  * Use autoloader in autopkgtest too
  * Use php-bcmath for tests

 -- David Prévot <taffit@debian.org>  Thu, 21 Aug 2025 08:12:48 +0200

php-symfony-polyfill (1.32.0-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Nicolas Grekas ]
  * Remove src/Php72
  * Update CHANGELOG

  [ Christian Flothmann ]
  * add Caribbean guilder to the list of currencies

  [ nsfisis ]
  * mbstring: Fix mb_rtrim() for UTF-8 text

  [ Christophe Coevoet ]
  * Polyfill `fpow`
  * Add Zimbabwean Gold to the list of currencies

  [ Jorrit Schippers ]
  * Php84/README.md: add mb_trim, mb_ltrim and mb_rtrim

  [ Chris Smith ]
  * Fix constants being redefined in PHP 8.4 polyfill

  [ Pierre Ambroise ]
  * Add `get_*_handler` polyfills

  [ Andrew Menino-Barlow ]
  * Add #[NoDiscard] to the PHP 8.5 polyfill

  [ David Prévot ]
  * Drop php-symfony-polyfill-php72
  * Update php-symfony-polyfill-php84 description
  * New php-symfony-polyfill-php85 package
  * Update Standards-Version to 4.7.2
  * Use an autoloader for tests
  * Comment away currently failing data

 -- David Prévot <taffit@debian.org>  Sun, 04 May 2025 15:48:19 +0200

php-symfony-polyfill (1.31.0-5) unstable; urgency=medium

  * Use php-apcu and php-curl for tests
  * Use RequiresPhpunit instead of a group
  * Update Standards-Version to 4.7.1

 -- David Prévot <taffit@debian.org>  Mon, 24 Feb 2025 21:19:16 +0100

php-symfony-polyfill (1.31.0-4) unstable; urgency=medium

  * Use php-odbc for tests
  * Modernize PHPUnit syntax

 -- David Prévot <taffit@debian.org>  Mon, 17 Feb 2025 13:13:26 +0100

php-symfony-polyfill (1.31.0-3) unstable; urgency=medium

  * Drop test failing with PHPUnit 11 (Closes: #1039837)
  * Force recent symfony for debci

 -- David Prévot <taffit@debian.org>  Sat, 12 Oct 2024 10:38:42 +0100

php-symfony-polyfill (1.31.0-2) unstable; urgency=medium

  * Add Caribbean guilder to the list of currencies (Closes: #1084316)

 -- David Prévot <taffit@debian.org>  Thu, 10 Oct 2024 14:31:19 +0100

php-symfony-polyfill (1.31.0-1) unstable; urgency=medium

  [ Fan2Shrek ]
  * Mb trim functions

  [ Nicolas Grekas ]
  * Bump to PHP 7.2
  * Update CHANGELOG

  [ Ayesh Karunaratne ]
  * [PHP 8.4] Add `CURL_HTTP_VERSION_3(ONLY)` constants

  [ David Prévot ]
  * Adapt packaging to removed php-symfony-polyfill-xml
  * Update php-symfony-polyfill-php84 package description

 -- David Prévot <taffit@debian.org>  Wed, 11 Sep 2024 23:44:21 +0200

php-symfony-polyfill (1.30.0-1) unstable; urgency=medium

  [ Matteo Beccati ]
  * Update nullable types for PHP 8.4

  [ Ayesh Karunaratne ]
  * [mbstring][PHP 8.4] Add `mb_ucfirst` and `mb_lcfirst` to polyfills

  [ Trevor Rowbotham ]
  * Conform to IDNA version 15.1.0 revision 31

  [ USAMI Kenta ]
  * Add Mbstring::assertEncoding()

  [ Mitchell Dzurick ]
  * d/pkg-php-tools-autoloaders: fix typo php83->php84 (Closes: #1069311)

  [ Nicolas Grekas ]
  * Add `#[Deprecated]` to the PHP 8.4 polyfill
  * Update CHANGELOG

  [ joshuaruesweg ]
  * Add PHP 8.4 `array_*` polyfill

  [ David Prévot ]
  * php-symfony-polyfill-php83: Update homemade autoload
  * Update Standards-Version to 4.7.0
  * Update php-symfony-polyfill-php84 description

 -- David Prévot <taffit@debian.org>  Tue, 09 Jul 2024 08:52:02 +0200

php-symfony-polyfill (1.29.0-3) unstable; urgency=medium

  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Tue, 05 Mar 2024 17:27:42 +0100

php-symfony-polyfill (1.29.0-2) unstable; urgency=medium

  * Drop some tests failing on 32-bit architectures

 -- David Prévot <taffit@debian.org>  Wed, 07 Feb 2024 08:40:17 +0100

php-symfony-polyfill (1.29.0-1) unstable; urgency=medium

  [ Tim Düsterhus ]
  * Fix the `ini_parse_quantity()` polyfill

  [ Nicolas Grekas ]
  * Update CHANGELOG

  [ Ayesh Karunaratne ]
  * [PHP 8.3] Add `SQLite3Exception` class
  * [PHP 8.4] Add initial stubs

  [ Fan2Shrek ]
  * Add str_increment and str_decrement functions

  [ David Prévot ]
  * Drop incompatible option with PHPUnit 10
  * Drop versioned build-dependencies
  * Update copyright (years)
  * New php-symfony-polyfill-php84 package

 -- David Prévot <taffit@debian.org>  Wed, 31 Jan 2024 00:07:43 +0100

php-symfony-polyfill (1.28.0-1) unstable; urgency=medium

  [ Ion Bazan ]
  * Use static data providers
  * [PHP 8.3] Add `#[\Override]` attribute
  * [PHP 8.3] Polyfill mb_str_pad()
  * [PHP 8.3] Polyfill new non-overloaded variants of functions

  [ Ayesh Karunaratne ]
  * [PHP 8.1] Add `CURLStringFile` polyfill
  * [PHP 8.3] Add Exception/Error classes for `Date/Time` extension

  [ Nicolas Grekas ]
  * Update CHANGELOG

  [ Jérémy Romey ]
  * add mb_check_encoding with array value

  [ Michael Babker ]
  * Update return type for `IntlDateFormatter::format()`

  [ Alexander M. Turek ]
  * Add odbc_connection_string_*() functions

  [ Alexandre Daubois ]
  * Add case folding map

  [ Greg Roach ]
  * Add polyfill for ini_parse_quantity based on the C code in PHP

  [ David Prévot ]
  * Update packages description

 -- David Prévot <taffit@debian.org>  Sun, 03 Sep 2023 02:38:57 +0530

php-symfony-polyfill (1.27.0-2) unstable; urgency=medium

  * Drop (data) tests failing with PHP 8.2 (Closes: #1028861)
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Sat, 14 Jan 2023 19:45:38 +0100

php-symfony-polyfill (1.27.0-1) unstable; urgency=medium

  * Source-only upload after NEW processing

 -- David Prévot <taffit@debian.org>  Wed, 07 Dec 2022 08:13:52 +0100

php-symfony-polyfill (1.27.0-1~new) unstable; urgency=medium

  [ Damien Alexandre ]
  * [Intl] Fix the IntlDateFormatter::formatObject signature

  [ Ion Bazan ]
  * Skip PHP_FLOAT_* checks on PHP 7.3+
  * Add json_validate polyfill

  [ Nicolas Grekas ]
  * Prepare for v1.27

  [ Tim Düsterhus ]
  * Polyfill the random extension's interfaces and Secure engine

  [ David Prévot ]
  * New php-symfony-polyfill-php83 package
  * Drop patch not needed anymore
  * Use php-mysql for tests
  * Workaround ICU new format (Closes: #1024320)

 -- David Prévot <taffit@debian.org>  Tue, 06 Dec 2022 15:32:39 +0100

php-symfony-polyfill (1.26.0-3) unstable; urgency=medium

  * Adapt precision for recent phpunit-comparator

 -- David Prévot <taffit@debian.org>  Thu, 22 Sep 2022 08:10:14 +0200

php-symfony-polyfill (1.26.0-2) unstable; urgency=medium

  * Build on buildd after NEW processing

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

php-symfony-polyfill (1.26.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Fix list of currencies
  * Fix changelog

  [ Athos Ribeiro ]
  * Fix QQQQQ date format

  [ Laurent Laville ]
  * update Php72 README about mbstring functions

  [ Simon Podlipsky ]
  * Passing null to preg_split() throws deprecation on PHP 8.1

  [ David Prévot ]
  * Add php-symfony-polyfill-php82

 -- David Prévot <taffit@debian.org>  Sat, 04 Jun 2022 10:52:27 +0200

php-symfony-polyfill (1.25.0-4) unstable; urgency=medium

  * Fix list of currencies
  * Mark two more packages as Multi-Arch: foreign

 -- David Prévot <taffit@debian.org>  Tue, 31 May 2022 08:24:49 +0200

php-symfony-polyfill (1.25.0-3) unstable; urgency=medium

  [ Athos Ribeiro ]
  * Add support to libicu70 (Closes: #1011786)

  [ David Prévot ]
  * Simpler fix for #1007236
  * Mark most packages as Multi-Arch: foreign
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Thu, 26 May 2022 22:41:38 +0200

php-symfony-polyfill (1.25.0-2) unstable; urgency=medium

  * Team upload.
  * d/patches: Revert upstream commit 1633f18 to avoid marking php-symfony-
    polyfill-$FOO as 'Provides: php-$FOO'.  Symfony\Polyfill\$FOO aren't
    drop-in replacements for PHP's ext-$FOO outside Symfony applications
    (Closes: #1007236)

 -- Guilhem Moulin <guilhem@debian.org>  Mon, 14 Mar 2022 20:20:04 +0100

php-symfony-polyfill (1.25.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * [Php80] Fix test for fdiv() (Closes: #1006734)

 -- David Prévot <taffit@debian.org>  Mon, 07 Mar 2022 00:32:13 +0100

php-symfony-polyfill (1.24.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Update changelog

  [ Cédric Anne ]
  * Indicates that polyfills provides corresponding extensions

 -- David Prévot <taffit@debian.org>  Sat, 08 Jan 2022 15:07:34 -0400

php-symfony-polyfill (1.23.1-2) unstable; urgency=medium

  * Fix d/watch after hosting change
  * Drop patch now that Symfony 5 is available
  * Use recent php-symfony-intl for CI

 -- David Prévot <taffit@debian.org>  Wed, 24 Nov 2021 22:47:08 -0400

php-symfony-polyfill (1.23.1-1) unstable; urgency=medium

  * Upload to unstable now that Bullseye has been released

  [ Nicolas Grekas ]
  * Fixed `grapheme_str(r)ipos()`

  [ Alexander M. Turek ]
  * Allow null in str_*() functions

  [ David Prévot ]
  * Use dh-sequence-phpcomposer instead of pkg-php-tools
  * Generate phpabtpl at build time
  * Update standards version to 4.6.0, no changes needed

 -- David Prévot <taffit@debian.org>  Thu, 07 Oct 2021 16:31:59 -0400

php-symfony-polyfill (1.23.0-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Nicolas Grekas ]
  * Remove INTL_IDNA_VARIANT_2003 on PHP 8
  * [PHP 8.1] add enum_exists()
  * Fix IntlDateFormatter::format() on 32b platforms

  [ Ion Bazan ]
  * [PHP 8.1] Add MYSQLI_REFRESH_REPLICA polyfill

  [ Dennis Wilke ]
  * [mbstring] add return value to mb_parse_str (#351)

  [ Alexander M. Turek ]
  * Add ReturnTypeWillChange attribute

  [ David Prévot ]
  * Update descriptions
  * Revert intl currencies data update

 -- David Prévot <taffit@debian.org>  Sun, 20 Jun 2021 23:30:19 -0400

php-symfony-polyfill (1.22.1-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Always accept null values on PHP 8

  [ David Prévot ]
  * gbp.conf: Fix upstream-vcs-tag

 -- David Prévot <taffit@debian.org>  Tue, 16 Feb 2021 13:52:24 -0400

php-symfony-polyfill (1.22.0-3) unstable; urgency=medium

  * d/gbp.conf: Set upstream-vcs-tag
  * d/pkg-php-tools-overrides: drop empty lines

 -- David Prévot <taffit@debian.org>  Mon, 01 Feb 2021 20:07:30 -0400

php-symfony-polyfill (1.22.0-2) unstable; urgency=medium

  * Fix autopkgtest call

 -- David Prévot <taffit@debian.org>  Sat, 16 Jan 2021 18:07:01 -0400

php-symfony-polyfill (1.22.0-1) unstable; urgency=medium

  * Upload to unstable

 -- David Prévot <taffit@debian.org>  Thu, 14 Jan 2021 18:04:29 -0400

php-symfony-polyfill (1.22.0-1~exp1) experimental; urgency=medium

  * Upload to experimental to avoid interfering with phpunit migration

  [ Nicolas Grekas ]
  * Fix signatures of polyfilled classes for PHP >= 8
  * Add polyfill-php81

  [ David Prévot ]
  * Drop backward compatibility for PHPUnit
  * Update copyright (years)
  * Add new php-symfony-polyfill-php81 component
  * Install /u/s/p/autoloaders file
  * Don’t try and find class in bootstrap
  * Use php-symfony-var-dumper for tests (with PHP 8)

 -- David Prévot <taffit@debian.org>  Mon, 11 Jan 2021 11:50:33 -0400

php-symfony-polyfill (1.21.0-2) unstable; urgency=medium

  * Drop php-symfony-intl loading, only files are needed for tests

 -- David Prévot <taffit@debian.org>  Sun, 06 Dec 2020 07:43:26 -0400

php-symfony-polyfill (1.21.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Bump minimum PHP version to 7.1
  * Drop polyfills for PHP <= 7.1 from the metapackage

  [ David Prévot ]
  * Rename main branch to debian/latest (DEP-14)
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1
  * Adapt packaging to removed and updated components
  * Add Debian-specific patches to run tests

 -- David Prévot <taffit@debian.org>  Wed, 02 Dec 2020 09:34:22 -0400

php-symfony-polyfill (1.18.1-1) unstable; urgency=medium

  [ Trevor Rowbotham ]
  * Don't force labels containing URL delimiters to stay in their
    Unicode form when using idn_to_ascii

 -- David Prévot <taffit@debian.org>  Thu, 06 Aug 2020 16:20:35 +0200

php-symfony-polyfill (1.18.0-1) unstable; urgency=medium

  [ Ayesh Karunaratne ]
  * Add `UnhandledMatchError` exception class

  [ Trevor Rowbotham ]
  * Replace underlying IDN library

  [ David Prévot ]
  * Set Rules-Requires-Root: no.
  * Update copyright
  * Update php-symfony-polyfill-php80 description
  * Drop patch not needed anymore

 -- David Prévot <taffit@debian.org>  Wed, 15 Jul 2020 23:28:14 -0400

php-symfony-polyfill (1.17.1-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Fix accuracy of Normalizer::isNormalized()

 -- David Prévot <taffit@debian.org>  Mon, 29 Jun 2020 06:06:09 -1000

php-symfony-polyfill (1.17.0-2) unstable; urgency=medium

  * Source only upload

 -- David Prévot <taffit@debian.org>  Thu, 18 Jun 2020 08:16:59 -1000

php-symfony-polyfill (1.17.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Update CHANGELOG
  * Add polyfill for PHP8's Stringable

  [ Grégoire Pineau ]
  * [Uuid] Added the polyfill

  [ Ion Bazan ]
  * add new PHP 7.4 functions

  [ Nicolas Grekas ]
  * Add polyfill for Intl\MessageFormatter

  [ Laurent Bassin ]
  * [Intl] Add IDN polyfill structure

  [ Scott ]
  * Prevent DoS via long passwords [CVE-2013-5958]

  [ SAMUEL NELA ]
  * Update year in license file

  [ David Prévot ]
  * d/control:
    - Use debhelper-compat 13
    - Use Standards-Version 4.5.0
    - Update php-symfony-polyfill-73 description
    - Add new php-symfony-polyfill-intl-idn component
    - Add new php-symfony-polyfill-intl-messageformatter component
    - Add new php-symfony-polyfill-php74 component
    - Add new php-symfony-polyfill-uuid component
    - Add new php-symfony-polyfill-php80 component
    - Drop versioned dependency satisfied in (old)stable
    - Use php-uuid for testsuite
  * d/copyright:
    - Use https in debian/copyright
    - Update years
  * d/clean
    - Use it for directories
    - Extend for PHPUnit 8
  * d/rules:
    - Drop get-orig-source target
    - Simplify override_dh_auto_test
    - Use --sourcedirectory instead of --sourcedir
  * Update homemade autoload, and install it for the testsuite
  * d/upstream/metadata: Set upstream metadata fields,
    Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * d/patches: Drop test currently failing (Closes: #911832)
  * d/pkg-php-tools-overrides: Override common pkg-php-tools-overrides
  * d/tests/control:
    - Use php-uuid for testsuite
    - Allow stderr for CI

 -- David Prévot <taffit@debian.org>  Sun, 31 May 2020 11:43:00 -1000

php-symfony-polyfill (1.9.0-1) unstable; urgency=medium

  [ Fabien Potencier ]
  * bumped version to 1.9

  [ David Prévot ]
  * Drop now useless autoload override for php73
  * Update Standards-Version to 4.2.0

 -- David Prévot <taffit@debian.org>  Thu, 09 Aug 2018 14:24:03 +0800

php-symfony-polyfill (1.8.0-1) unstable; urgency=medium

  [ David Prévot ]
  * Fix Vcs-* URLs
  * Update homemade autoload to new dependencies
  * Add new php-symfony-polyfill-ctype component
  * Add new php-symfony-polyfill-php73 component
  * Update Standards-Version to 4.1.5
  * Update for PHPUnit 7.2 (Closes: 895604)

  [ Gabriel Caruso ]
  * Add is_countable under PHP 7.3

  [ BackEndTea ]
  * Add the cytpe polyfill

 -- David Prévot <taffit@debian.org>  Thu, 05 Jul 2018 11:01:36 -1000

php-symfony-polyfill (1.7.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Update LICENSE for 2018
  * Add compatibility with namespaced PHPUnit

  [ Robert Gust-Bardon ]
  * Add polyfills for mb_*_numericentity

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

 -- David Prévot <taffit@debian.org>  Tue, 27 Feb 2018 22:20:59 -1000

php-symfony-polyfill (1.6.0-2) unstable; urgency=medium

  * Move to namespaced phpunit versions (Closes: 882930)

 -- David Prévot <taffit@debian.org>  Fri, 01 Dec 2017 17:30:05 -1000

php-symfony-polyfill (1.6.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Add SessionUpdateTimestampHandlerInterface polyfill

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

 -- David Prévot <taffit@debian.org>  Thu, 19 Oct 2017 16:43:59 -1000

php-symfony-polyfill (1.5.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Polyfills for mb_chr(), mb_ord() and mb_scrub()
  * Allow Symfony 4.0
  * Add Php72 polyfill, abandon Xml polyfill

  [ Richard Fussenegger ]
  * Added PHP_INT_MIN constant

  [ David Prévot ]
  * Install main README in php-symfony-polyfill
  * Update copyright (years)
  * Update for new binary packages
    - php-symfony-polyfill-php71
    - php-symfony-polyfill-php72
  * Update Standards-Version to 4.1.0
  * Require bootstrap.php at a latter stage

 -- David Prévot <taffit@debian.org>  Fri, 22 Sep 2017 12:19:33 -1000

php-symfony-polyfill (1.2.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Add CHANGELOG

  [ Andreas Lemke ]
  * allow paragonie/random_compat 2.0

  [ David Prévot ]
  * Drop now useless recommendation
  * Update Standards-Version to 3.9.8
  * Document that two tests are failing with php-apcu-bc

  [ Fabien Potencier ]
  * bumped version to 1.2

 -- David Prévot <taffit@debian.org>  Thu, 19 May 2016 20:50:35 -0400

php-symfony-polyfill (1.1.1-1) unstable; urgency=medium

  [ David Prévot ]
  * Fix composer.json syntax
  * Update php-symfony-polyfill-intl-icu description
  * Trim autoload.php for Apcu (removed Resources/stubs)
  * PHP 7.0 transition:
    - Depend on php-* instead of php5-*
    - Build with recent pkg-php-tools

 -- David Prévot <taffit@debian.org>  Sat, 12 Mar 2016 15:55:39 -0400

php-symfony-polyfill (1.1.0-1) unstable; urgency=low

  * Initial release (new symfony and owncloud dependencies)

 -- David Prévot <taffit@debian.org>  Sun, 14 Feb 2016 21:25:14 -0400