Skip to content

Changelog php-doctrine-cache-bundle (1.3.2-3)

2018

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

2017

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

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

php-doctrine-cache-bundle (1.3.1-1) unstable; urgency=medium

   * Update Standards-Version to 4.1.1
   * Drop versionned dependencies satisfied in stable

2016

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

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

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

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

2015

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

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

php-doctrine-cache-bundle (1.0.1-2) unstable; urgency=medium

   * Provide homemade autoload.php
   * Restore compatibility with recent Symfony versions

php-doctrine-cache-bundle (1.0.1-1) unstable; urgency=low

   * Initial release