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
|
php-doctrine-cache-bundle (1.3.5-1) unstable; urgency=medium
[ Willem Stuursma-Ruwen ]
* Don't add Tests and tooling files to composer dist downloads
[ Jonathan H. Wage ]
* Update website url to https.
[ David Prévot ]
* Drop tests removed upstream
* Use https in Format and Homepage
* Use debhelper-compat 11
* Use Standards-Version 4.2.1
-- David Prévot <taffit@debian.org> Mon, 12 Nov 2018 12:46:11 -1000
php-doctrine-cache-bundle (1.3.3-1) unstable; urgency=medium
[ Baptiste Lafontaine ]
* Set providers service public
-- David Prévot <taffit@debian.org> Wed, 28 Mar 2018 16:40:57 -1000
php-doctrine-cache-bundle (1.3.2-3) unstable; urgency=medium
* Install also php-symfony-yaml for CI (Closes: #889799)
* Fix test failures with recent Symfony (Closes: #883352)
* Add some Build-Dependencies to try and pass more tests
* Move project repository to salsa.d.o
* Update Standards-Version to 4.1.3
-- David Prévot <taffit@debian.org> Thu, 08 Mar 2018 10:29:07 -1000
php-doctrine-cache-bundle (1.3.2-2) unstable; urgency=medium
* Make package compatible with PHPUnit 6 (Closes: #882898)
- move to namespaced phpunit versions
- get rid of removed PHPUnit\Framework\TestCase::getMock
* Build-Depend on php-symfony-yaml
-- David Prévot <taffit@debian.org> Mon, 27 Nov 2017 17:56:55 -1000
php-doctrine-cache-bundle (1.3.2-1) unstable; urgency=medium
[ hubert.lenoir ]
* Add command registration to fix Symfony 3.4 auto-registration deprecation
* Disable registerCommands method
* Set command services public
-- David Prévot <taffit@debian.org> Mon, 16 Oct 2017 06:53:59 -1000
php-doctrine-cache-bundle (1.3.1-1) unstable; urgency=medium
* Update Standards-Version to 4.1.1
* Drop versionned dependencies satisfied in stable
-- David Prévot <taffit@debian.org> Tue, 03 Oct 2017 12:38:27 -1000
php-doctrine-cache-bundle (1.3.0-4) unstable; urgency=medium
* Adapt packaging for Symfony 2.8:
- Drop override for php-symfony-security-acl
- Use php-symfony-security-acl for the tests
-- David Prévot <taffit@debian.org> Fri, 25 Mar 2016 10:49:45 -0400
php-doctrine-cache-bundle (1.3.0-3) unstable; urgency=medium
* PHP 7.0 transition:
- Build-depend on php-* instead of php5-*
- Build with recent pkg-php-tools
-- David Prévot <taffit@debian.org> Wed, 09 Mar 2016 18:26:33 -0400
php-doctrine-cache-bundle (1.3.0-2) unstable; urgency=medium
* Drop Predis tests (Closes: #812849)
* Drop useless build-dependencies
* Update Standards-Version to 3.9.7
-- David Prévot <taffit@debian.org> Sun, 07 Feb 2016 16:42:05 -0400
php-doctrine-cache-bundle (1.3.0-1) unstable; urgency=medium
[ Ivo Bathke ]
* added PredisProvider
[ Javier Eguiluz ]
* Reorganized the documentation of the bundle
[ Steffen Hanikel ]
* Fix mangling of memcache/d hostnames
[ Xavier Leune ]
* Add persistent id to memcached configuration
* Tests fix for DoctrineCache 1.6: Purposal #2
[ Guilherme Blanco ]
* Added APCu driver
-- David Prévot <taffit@debian.org> Tue, 26 Jan 2016 13:58:38 -0400
php-doctrine-cache-bundle (1.2.2-1) unstable; urgency=medium
[ Ryan Weaver ]
* Moving security-acl to an optional dependency
[ David Prévot ]
* Add php-symfony-framework-bundle dependency for CI
* Adapt to php-symfony-security now suggested
-- David Prévot <taffit@debian.org> Tue, 01 Dec 2015 09:14:23 -0400
php-doctrine-cache-bundle (1.2.1-1) unstable; urgency=medium
[ Christophe Coevoet ]
* Update the README instruction
[ Eligijus Vitkauskas ]
* Solving issue #40: Getting rid of symfony/framework-bundle dependency
[ Guilherme Blanco ]
* Added chain, void and sqlite3 cache providers.
[ David Prévot ]
* Install new documentation
* Update description
* Update dependencies
* Build-depend on php5-sqlite needed for tests
* Update phpab workaround
* Add upstream changelog
[ Nicolas Grekas ]
* Allow symfony 3.0 components
* Replace symfony/security by security-acl ~2.7|~3.0
[ yethee ]
* Bump doctrine/cache dependency to ~1.4.2
-- David Prévot <taffit@debian.org> Thu, 05 Nov 2015 22:08:16 -0400
php-doctrine-cache-bundle (1.0.1-2) unstable; urgency=medium
* Provide homemade autoload.php
* Restore compatibility with recent Symfony versions
-- David Prévot <taffit@debian.org> Mon, 18 May 2015 18:53:09 -0400
php-doctrine-cache-bundle (1.0.1-1) unstable; urgency=low
* Initial release
-- David Prévot <taffit@debian.org> Thu, 08 Jan 2015 06:33:54 -0400
|