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
|
php-doctrine-cache (2.2.0-6) unstable; urgency=medium
* Simplify build
* Compatibility with recent PHPUnit (12)
-- David Prévot <taffit@debian.org> Wed, 12 Feb 2025 23:31:49 +0100
php-doctrine-cache (2.2.0-5) unstable; urgency=medium
* Exclude tests failing with PHPUnit 11
* Rename Abstract CacheTest class as CacheTestCase (PHPUnit 11 Fix)
-- David Prévot <taffit@debian.org> Sat, 04 Jan 2025 10:24:13 +0100
php-doctrine-cache (2.2.0-4) unstable; urgency=medium
* Use --require-file for phpabtl (Closes: #1074193)
-- David Prévot <taffit@debian.org> Sun, 14 Jul 2024 19:40:41 +0200
php-doctrine-cache (2.2.0-3) unstable; urgency=medium
[ Olivier Gayot ]
* Add dependency on php-cache-tag-interop removed from
php-cache-integration-tests (Closes: #1040243)
[ David Prévot ]
* Compatibilty with recentt PHPUnit (11) (Closes: #1039766)
* Update Standards-Version to 4.7.0
* Use dh-sequence-phpcomposer instead of pkg-php-tools
-- David Prévot <taffit@debian.org> Sat, 18 May 2024 19:01:05 +0200
php-doctrine-cache (2.2.0-2) unstable; urgency=medium
* Drop now useless build-dependency
* Drop unused php-predis (Closes: #1039048)
* Update standards version to 4.6.2, no changes needed.
-- David Prévot <taffit@debian.org> Sun, 25 Jun 2023 10:21:00 +0200
php-doctrine-cache (2.2.0-1) unstable; urgency=medium
[ Alexander M. Turek ]
* Fix failing test on Symfony 6 (#401)
[ David Prévot ]
* Mark package as Multi-Arch: foreign
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Fri, 27 May 2022 17:52:43 +0200
php-doctrine-cache (2.1.1-3) unstable; urgency=medium
* Drop php-apcu-bc dependency for tests.
About to be removed as documented in #1003055.
https://bugs.debian.org/1003055
-- David Prévot <taffit@debian.org> Mon, 10 Jan 2022 17:41:44 -0400
php-doctrine-cache (2.1.1-2) unstable; urgency=medium
* Upload to unstable now that Symfony 5 is in
-- David Prévot <taffit@debian.org> Wed, 24 Nov 2021 16:06:12 -0400
php-doctrine-cache (2.1.1-1) experimental; urgency=medium
* Upload version 2 to experimental
[ Andreas Braun ]
* Remove deprecated functionality
[ David Prévot ]
* Revert "Track version 1 for now (Bookworm?)"
-- David Prévot <taffit@debian.org> Sun, 10 Oct 2021 20:29:49 -0400
php-doctrine-cache (1.12.1-1) unstable; urgency=medium
[ Alexander M. Turek ]
* Allow psr/cache v3 (#383)
[ David Prévot ]
* Track version 1 for now (Bookworm?)
* Simplify gbp import-orig (and check signature)
* Install UPGRADE files
* Generate phpabtpl at build time
* Update standards version to 4.6.0, no changes needed.
* Allow stderr during CI for phabtpl
* Add php-mongodb to Build-Conflicts
* Skip currently failing tests
-- David Prévot <taffit@debian.org> Sun, 10 Oct 2021 15:08:17 -0400
php-doctrine-cache (1.10.2-2) unstable; urgency=medium
* Rename main branch to debian/latest (DEP-14)
* Update watch file format version to 4.
* Update Standards-Version to 4.5.1
* Adapt to recent version of PHPUnit (9)
-- David Prévot <taffit@debian.org> Sat, 12 Dec 2020 16:02:54 -0400
php-doctrine-cache (1.10.2-1) unstable; urgency=medium
[ Menno Holtkamp ]
* Allow downstream CacheProviders to indicate default TTL
[ David Prévot ]
* Set Rules-Requires-Root: no.
-- David Prévot <taffit@debian.org> Sun, 12 Jul 2020 11:58:44 -0400
php-doctrine-cache (1.10.1-1) unstable; urgency=medium
[ Grégoire Paris ]
* Allow PHP 8
[ David Prévot ]
* Revert "The autopkgtest dependencies were underspecified (Closes: #953777)"
* 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> Wed, 27 May 2020 19:37:11 -1000
php-doctrine-cache (1.10.0-4) unstable; urgency=medium
* Team upload.
* The autopkgtest dependencies were underspecified (Closes: #953777)
-- Ondřej Surý <ondrej@debian.org> Mon, 23 Mar 2020 11:24:53 +0100
php-doctrine-cache (1.10.0-3) unstable; urgency=medium
* Keep Test-Command in one line
-- David Prévot <taffit@debian.org> Wed, 18 Dec 2019 07:09:28 +1100
php-doctrine-cache (1.10.0-2) unstable; urgency=medium
* Set upstream metadata fields: Bug-Submit.
* Drop mongodb build-dependency
-- David Prévot <taffit@debian.org> Sat, 14 Dec 2019 14:44:00 -1000
php-doctrine-cache (1.10.0-1) unstable; urgency=medium
[ Ruud Kamphuis ]
* [Redis] Fix deprecation: Use `del` instead of `delete`
[ jandlouhy ]
* Fix Redis cache typo
[ Luís Cobucci ]
* Bump up version
[ Reedy ]
* Drop RiakCache support
[ David Prévot ]
* Set upstream metadata fields: Repository, Repository-Browse.
* Drop versioned dependency satisfied in (old)stable
* Update Standards-Version to 4.4.1
* Update gbp import-ref usage
* Set upstream metadata fields: Bug-Database, Repository.
-- David Prévot <taffit@debian.org> Mon, 09 Dec 2019 16:28:00 -1000
php-doctrine-cache (1.8.0+git-1) unstable; urgency=medium
* Use upstream testsuite
* Document gbp import-ref usage
* Trim trailing whitespace.
* Bump debhelper from old 9 to 12.
* Update Standards-Version to 4.4.0
* Update Homepage
* Don’t load Predis for now
-- David Prévot <taffit@debian.org> Mon, 16 Sep 2019 06:09:08 -1000
php-doctrine-cache (1.8.0-1) unstable; urgency=medium
[ Marco Pivetta ]
* Bumped release version to 1.8.0
[ David Prévot ]
* Install new upstream documentation
* Update Standards-Version to 4.2.0
-- David Prévot <taffit@debian.org> Thu, 23 Aug 2018 15:04:57 -1000
php-doctrine-cache (1.7.1-2) unstable; urgency=medium
* Upload to unstable now that php 7.2 is the default version
* Move project repository to salsa.d.o
* Use more HTTPS to please lintian
* Update Standards-Version to 4.1.3
-- David Prévot <taffit@debian.org> Thu, 08 Mar 2018 17:38:51 -1000
php-doctrine-cache (1.7.1-1) experimental; urgency=medium
* Upload to experimental since it depends on php 7.1 while php 7.0 is
currently still the default version in unstable (1.7.0 should already have
been uploaded to experimental, to avoid issues like #873198)
[ Luís Cobucci ]
* Prevent type issues when namespace version is wrong
[ Marco Pivetta ]
* Preparing v1.7.1 release
[ David Prévot ]
* Update Standards-Version to 4.1.0
-- David Prévot <taffit@debian.org> Mon, 28 Aug 2017 18:30:23 -1000
php-doctrine-cache (1.7.0-1) unstable; urgency=medium
[ Marco Pivetta ]
* Master is now 1.7.0-DEV
[ David Prévot ]
* Drop testsuite removed upstream
* Update Standards-Version to 4.0.1
-- David Prévot <taffit@debian.org> Sun, 20 Aug 2017 17:19:31 -1000
php-doctrine-cache (1.6.1-1) unstable; urgency=medium
[ Marco Pivetta ]
* Bumping to development release 1.6.1-DEV
* #187 rewriting some bits of file cache testing to prevent writing
directly to `/tmp`, and instead use subdirs (Closes: #835122)
[ David Prévot ]
* Update Standards-Version to 3.9.8
-- David Prévot <taffit@debian.org> Wed, 25 Jan 2017 21:46:51 -1000
php-doctrine-cache (1.6.0-2) unstable; urgency=medium
* PHP 7.0 transition:
- Adapt php5-* build-dependencies
- Rebuild with recent pkg-php-tools
* Update Standards-Version to 3.9.7
* Drop ownCloud for Debian maintainers from uploaders
-- David Prévot <taffit@debian.org> Wed, 09 Mar 2016 15:32:09 -0400
php-doctrine-cache (1.6.0-1) unstable; urgency=medium
[ Marco Pivetta ]
* Requiring PHP 5.5 for version 1.6.0
* Release 1.6.0
-- David Prévot <taffit@debian.org> Sat, 02 Jan 2016 22:02:01 -0400
php-doctrine-cache (1.5.4-1) unstable; urgency=medium
[ Bill Schaller ]
* Releasing 1.5.4
-- David Prévot <taffit@debian.org> Mon, 21 Dec 2015 21:34:21 -0400
php-doctrine-cache (1.5.2-1) unstable; urgency=medium
[ Marco Pivetta ]
* Releasing version 1.5.2
-- David Prévot <taffit@debian.org> Sat, 05 Dec 2015 20:34:23 -0400
php-doctrine-cache (1.5.1-1) unstable; urgency=medium
* Upload to unstable since all packages depending on php-doctrine-cache are
expected to work with this version
[ Marco Pivetta ]
* Releasing version 1.5.1
-- David Prévot <taffit@debian.org> Tue, 03 Nov 2015 21:16:29 -0400
php-doctrine-cache (1.5.0-1) experimental; urgency=medium
* Upload first 1.5 version to experimental
[ Tobias Schultze ]
* fix file naming based on cache key
[ Nicholas J ]
* Update LICENSE
[ Marco Pivetta ]
* #87 - validating that a generic `Predis\ClientInterface` can be
used with the `PredisCache`
[ David Prévot ]
* Update copyright (years)
* Actually enable APC for tests
-- David Prévot <taffit@debian.org> Sat, 31 Oct 2015 12:39:33 -0400
php-doctrine-cache (1.4.3-1) unstable; urgency=medium
[ Pouix ]
* Fix CacheProvider::fetchMultiple if keys array is empty
[ Tobias Schultze ]
* No need to save the default namespace version
* fix delete return value when file does not exist
* fix flushAll() and getStats() for file cache to ignore dot files and
clean up balancing directories
-- David Prévot <taffit@debian.org> Sat, 31 Oct 2015 11:51:34 -0400
php-doctrine-cache (1.4.2-1) unstable; urgency=medium
[ Benjamin Eberlei ]
* [DCOM-293] Fix privilege escalation security vulnerability in
PhpFileCache. [CVE-2015-5723]
-- David Prévot <taffit@debian.org> Mon, 31 Aug 2015 18:31:05 -0400
php-doctrine-cache (1.4.1-1) unstable; urgency=medium
[ Marco Pivetta ]
* Improved PhpFileCache performance by removing useless stat calls
[ Graham Campbell ]
* Upgrade to predis ~1.0
[ Asmir Mustafic ]
* Added redis mget support
[ Kotlyar Maksim ]
* Void cache.
[ Laurent Laville ]
* reduce memory usage
-- David Prévot <taffit@debian.org> Thu, 16 Apr 2015 10:46:26 -0400
php-doctrine-cache (1.4.0-2) unstable; urgency=medium
* Use php-nrk-predis, php5-acpu and php5-sqlite to run all tests
* Provide homemade autoload.php
* Drop now useless Breaks and Replaces
-- David Prévot <taffit@debian.org> Sat, 04 Apr 2015 12:17:33 -0400
php-doctrine-cache (1.4.0-1) unstable; urgency=medium
* Upload new version to experimental to respect the freeze
[ Sander van Thillo ]
* implemented PredisCache
[ Michaël Gallego ]
* Add chain cache
[ David Prévot ]
* Use php-symfony-class-loader instead of php-symfony-classloader
* Install upgrade notes
* Use Predis and SQLite3 to run the tests
[ Jake Bell ]
* Adding SQLite3 cache driver
-- David Prévot <taffit@debian.org> Wed, 21 Jan 2015 18:02:31 -0400
php-doctrine-cache (1.3.1-1) unstable; urgency=medium
[ David Prévot ]
* No tests if DEB_BUILD_OPTIONS contains nocheck
* Remove now useless XS-Testsuite field
* Bump standards version to 3.9.6
[ jeroendedauw ]
* Remove dead config
* Remove unused var
* Remove not needed stuff from PHPUnit bootstrap
[ Hennadiy Verkh ]
* Fixed the creation of the cache directory in case of a race condition.
Fixed race condition when writing cache on disk
[ Elliot Levin ]
* Fix ArrayCache::contains
-- David Prévot <taffit@debian.org> Fri, 19 Sep 2014 08:35:02 -0400
php-doctrine-cache (1.3.0-1) unstable; urgency=low
* Initial release
-- David Prévot <taffit@debian.org> Thu, 29 May 2014 17:59:29 -0400
|