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
|
php-zend-stdlib (3.20.0-2) unstable; urgency=medium
* Revert "Force system dependencies loading (tests)"
* Simplify build
* Drop all patches
-- David Prévot <taffit@debian.org> Mon, 17 Feb 2025 13:49:57 +0100
php-zend-stdlib (3.20.0-1) unstable; urgency=medium
[ George Steel ]
* Fix: list indent to 4 spaces
* Add support for PHP 8.4
* Remove useless doc-blocks
-- David Prévot <taffit@debian.org> Wed, 30 Oct 2024 08:20:58 +0100
php-zend-stdlib (3.19.0-3) unstable; urgency=medium
* PHPUnit 11 Fix (Closes: #1070614)
* Update Standards-Version to 4.7.0
-- David Prévot <taffit@debian.org> Sun, 19 May 2024 17:17:52 +0200
php-zend-stdlib (3.19.0-2) unstable; urgency=medium
* Upload to unstable
* Force system dependencies loading (tests)
* Partially revert Upgrade to PHPUnit 10
* Update missing entry in previous changelog entry
-- David Prévot <taffit@debian.org> Sun, 10 Mar 2024 15:35:14 +0100
php-zend-stdlib (3.19.0-1) experimental; urgency=medium
* Drop versioned build-dependencies
* Use php-intl for tests
-- David Prévot <taffit@debian.org> Mon, 22 Jan 2024 19:59:42 +0100
php-zend-stdlib (3.18.0-1) experimental; urgency=medium
[ George Steel ]
* Indicate support for PHP 8.3
-- David Prévot <taffit@debian.org> Wed, 20 Sep 2023 21:27:26 +0530
php-zend-stdlib (3.17.0-1) experimental; urgency=medium
* Upload to experimental
[ George Steel ]
* Update tests for PHPUnit 10
[ David Prévot ]
* Update standards version to 4.6.2, no changes needed.
* Update PHPUnit cache path
* Build-Depend on phpunit 10
-- David Prévot <taffit@debian.org> Sat, 25 Mar 2023 09:07:36 +0100
php-zend-stdlib (3.16.1-1) unstable; urgency=medium
[ Marco Pivetta ]
* Corrected `@psalm-self-out` references to preserve child class types too
-- David Prévot <taffit@debian.org> Sun, 04 Dec 2022 20:05:39 +0100
php-zend-stdlib (3.16.0-1) unstable; urgency=medium
[ Marco Pivetta ]
* Make `PriorityList` an `Iterator<TKey, TValue>`, rather than just
`Iterator<string, TValue>`
-- David Prévot <taffit@debian.org> Sun, 04 Dec 2022 10:04:25 +0100
php-zend-stdlib (3.15.0-1) unstable; urgency=medium
[ George Steel ]
* Allow installation on PHP 8.2
* Drop support for PHP 7.4 removing PHP 7 specific test
[ Abdul Malik Ikhsan ]
* Apply PHP 8.0 Syntax and constructor promotion
-- David Prévot <taffit@debian.org> Wed, 12 Oct 2022 19:22:08 +0200
php-zend-stdlib (3.13.0-1) unstable; urgency=medium
[ Abdul Malik Ikhsan ]
* Update requirement to PHP 7.4
* Apply php 7.4 syntax and typed property
[ George Steel ]
* Fixes generics order for PriorityQueue and SplPriorityQueue
-- David Prévot <taffit@debian.org> Thu, 25 Aug 2022 07:54:35 +0200
php-zend-stdlib (3.11.0-1) unstable; urgency=medium
* New upstream release
-- David Prévot <taffit@debian.org> Thu, 28 Jul 2022 12:43:58 +0200
php-zend-stdlib (3.10.1-1) unstable; urgency=medium
* New upstream release
[ David Prévot ]
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Sat, 18 Jun 2022 13:39:08 +0200
php-zend-stdlib (3.7.1-1) unstable; urgency=medium
[ Marco Pivetta ]
* Fix for #50 - added `ReturnTypeWillChange` to `ArrayStack#getIterator()`,
to comply with PHP 8.1 requirements
[ David Prévot ]
* Mark package as Multi-Arch: foreign
-- David Prévot <taffit@debian.org> Sat, 22 Jan 2022 09:38:23 -0400
php-zend-stdlib (3.7.0-1) unstable; urgency=medium
* New upstream release
-- David Prévot <taffit@debian.org> Mon, 10 Jan 2022 11:02:23 -0400
php-zend-stdlib (3.6.4-1) unstable; urgency=medium
[ Dennis Riehle ]
* fixed wrong negation introduced in #43 (solves #45)
-- David Prévot <taffit@debian.org> Thu, 30 Dec 2021 10:22:08 -0400
php-zend-stdlib (3.6.3-1) unstable; urgency=medium
[ Gary Gitton ]
* return toArray value only for traversable which are not iterator
-- David Prévot <taffit@debian.org> Fri, 24 Dec 2021 15:24:20 -0400
php-zend-stdlib (3.6.2-1) unstable; urgency=medium
[ Filippo Tessarotto ]
* [3.6] Regression: ArrayObject with protected ARRAY_AS_PROPS cannot be
serialized anymore
-- David Prévot <taffit@debian.org> Wed, 08 Dec 2021 15:47:18 -0400
php-zend-stdlib (3.6.1-1) unstable; urgency=medium
[ Moln ]
* Fix `Iconv::substr` nullable
-- David Prévot <taffit@debian.org> Wed, 10 Nov 2021 08:57:07 -0400
php-zend-stdlib (3.6.0-1) unstable; urgency=medium
[ Nathanael Esayeas ]
* Delete CHANGELOG.md
[ Matthew Weier O'Phinney ]
* feat: add PHP 8.1 to PHP constraint
[ Marco Pivetta ]
* Removed `laminas/laminas-zendframework-bridge`, removed
`zendframework/zend-stdlib` compatibility
[ David Prévot ]
* Don’t install index.md.
Thanks to Andreas Beckmann <anbe@debian.org> (Closes: #986473)
* Simplify gbp import-orig (and check signature)
* Update standards version to 4.6.0, no changes needed.
* Use dh-sequence-phpcomposer instead of pkg-php-tools
* Generate phpabtpl at build time
* Don’t install changelog dropped upstream
* Drop pkg-php-tools overrides
-- David Prévot <taffit@debian.org> Sat, 09 Oct 2021 13:50:32 -0400
php-zend-stdlib (3.3.1-3) unstable; urgency=medium
* Breaks php-zend-code (<= 4) to hint autopkgtest
-- David Prévot <taffit@debian.org> Fri, 15 Jan 2021 18:01:29 -0400
php-zend-stdlib (3.3.1-2) unstable; urgency=medium
* Upload to unstable in sync with (reverse-)dependencies
* Install /u/s/p/autoloaders file
-- David Prévot <taffit@debian.org> Wed, 13 Jan 2021 23:40:15 -0400
php-zend-stdlib (3.3.1-1) experimental; urgency=medium
* Upload new Laminas component to experimental
[ Matthew Weier O'Phinney ]
* Rewriting as Laminas Project package
[ Laminas Bot ]
* 3.3.1 readiness
[ David Prévot ]
* Document gbp import-ref usage
* Rename branches to debian/latest and upstream/latest (DEP-14)
* Drop versioned dependency satisfied in (old)stable
* Migrate to Laminas
* Install upstream documentation
* Set upstream metadata fields:
Bug-Database, Bug-Submit, Repository, Repository-Browse.
* Remove unnecessary get-orig-source-target.
* Fix field name case in debian/tests/control (Test-command => Test-Command).
* Update watch file format version to 4.
* Set Rules-Requires-Root: no.
* Use upstream testsuite
* Use debhelper-compat 13
* Simplify override_dhZauto_test
* Update Standards-Version to 4.5.1
-- David Prévot <taffit@debian.org> Fri, 25 Dec 2020 11:28:32 -0400
php-zend-stdlib (3.2.1-1) unstable; urgency=medium
[ Matthew Weier O'Phinney ]
* Bumped to next dev version (3.2.1)
[ David Prévot ]
* Update Standards-Version to 4.2.1
-- David Prévot <taffit@debian.org> Fri, 31 Aug 2018 15:12:13 -1000
php-zend-stdlib (3.2.0-1) unstable; urgency=medium
[ Matthew Weier O'Phinney ]
* Adds release date for 3.2.0 to CHANGELOG
[ David Prévot ]
* Don’t install documentation dropped upstream
* Update copyright (years)
-- David Prévot <taffit@debian.org> Wed, 09 May 2018 14:53:40 -1000
php-zend-stdlib (3.1.1-1) unstable; urgency=medium
[ Matthew Weier O'Phinney ]
* Adds date for 3.1.1 release
[ David Prévot ]
* Move project repository to salsa.d.o
* Update Standards-Version to 4.1.4
-- David Prévot <taffit@debian.org> Sat, 28 Apr 2018 10:34:49 -1000
php-zend-stdlib (3.1.0-1) unstable; urgency=medium
[ Matthew Weier O'Phinney ]
* new feature: ConsoleHelper
[ David Prévot ]
* Include ConsoleHelper documentation
* Update Standards-Version to 4.0.0
-- David Prévot <taffit@debian.org> Fri, 04 Aug 2017 11:44:34 -0400
php-zend-stdlib (3.0.1-1) unstable; urgency=medium
[ Matthew Weier O'Phinney ]
* Set date for 3.0.1
[ José Moreira ]
* Check if GLOB_BRACE is defined before using it #58
[ David Prévot ]
* Update Standards-Version to 3.9.8
-- David Prévot <taffit@debian.org> Fri, 15 Apr 2016 21:05:45 -0400
php-zend-stdlib (3.0.0-2) unstable; urgency=medium
* Upload to unstable in sync with other php-zend-* packages
* Rebuild with recent pkg-php-tools for the PHP 7.0 transition
-- David Prévot <taffit@debian.org> Tue, 22 Mar 2016 18:01:11 -0400
php-zend-stdlib (3.0.0-1) experimental; urgency=medium
* Upload to experimental since all packages depending on php-zend-stdlib
currently in instable requires version (<< 3~~)
[ Matthew Weier O'Phinney ]
* Removed hydrator classes (Closes: #808608)
* Updated/removed dependencies
* 3.0.0 preparation
[ Maks3w ]
* Remove mention to hydrators
[ Gary Hockin ]
* Added base documentation
[ David Prévot ]
* Drop hydrators from the features: they are now provided by the
php-zend-hydrator package
* Update Standards-Version to 3.9.7
* Include upstream migration documentation
-- David Prévot <taffit@debian.org> Wed, 03 Feb 2016 22:34:33 -0400
php-zend-stdlib (2.7.4-1) unstable; urgency=medium
* Upload to unstable since everything is in place
[ Matthew Weier O'Phinney ]
* Add requirement to zend-hydrator ~1.0
* Modify all hydrator classes to extend zend-hydrator counterparts
* Marked all hydrator classes as `@deprecated`
[ Enrico Zimuel ]
* Added the FastPriorityQueue implementation
[ David Prévot ]
* Drop zf2 source not used anymore
* Update homemade autoload.php
-- David Prévot <taffit@debian.org> Thu, 22 Oct 2015 21:52:31 -0400
php-zend-stdlib (2.6.0-1) experimental; urgency=medium
* Update upstream changelog
-- David Prévot <taffit@debian.org> Sun, 30 Aug 2015 15:49:20 -0400
php-zend-stdlib (2.5.1-1) experimental; urgency=medium
* Update upstream changelog
-- David Prévot <taffit@debian.org> Wed, 03 Jun 2015 16:37:18 -0400
php-zend-stdlib (2.4.2-1) experimental; urgency=medium
* Adapt packaging to upstream split
* Also split packaging repositories
* Expand package description, using upstream README
-- David Prévot <taffit@debian.org> Sat, 16 May 2015 19:16:02 -0400
php-zend-stdlib (2.4.0-1) experimental; urgency=medium
* Upload new branch to experimental
* Update upstream changelog
-- David Prévot <taffit@debian.org> Sun, 05 Apr 2015 06:14:11 -0400
php-zend-stdlib (2.3.7-1) unstable; urgency=medium
* Update upstream changelog
-- David Prévot <taffit@debian.org> Mon, 16 Mar 2015 17:56:37 -0400
php-zend-stdlib (2.3.4-2) unstable; urgency=medium
* Provide homemade autoload.php
-- David Prévot <taffit@debian.org> Sat, 07 Mar 2015 14:56:31 -0400
php-zend-stdlib (2.3.4-1) unstable; urgency=medium
* Update copyright years
* Update upstream changelog
-- David Prévot <taffit@debian.org> Thu, 22 Jan 2015 10:09:50 -0400
php-zend-stdlib (2.3.3-1) unstable; urgency=medium
* Bump standards version to 3.9.6
-- David Prévot <taffit@debian.org> Thu, 18 Sep 2014 21:11:14 -0400
php-zend-stdlib (2.3.1-1) unstable; urgency=low
* Initial release
-- David Prévot <taffit@debian.org> Fri, 08 Aug 2014 10:46:27 -0400
|