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 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 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 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ý 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Fri, 19 Sep 2014 08:35:02 -0400 php-doctrine-cache (1.3.0-1) unstable; urgency=low * Initial release -- David Prévot Thu, 29 May 2014 17:59:29 -0400