Skip to content

Changelog php-redis (3.1.6-1build1)

2018

php-redis (3.1.6-1build1) bionic; urgency=medium

   * No-change rebuild for PHP7.2.

php-redis (3.1.6-1) unstable; urgency=medium

   * Update the Vcs-* to salsa.d.o
   * New upstream version 3.1.6

2017

php-redis (3.1.4-1) unstable; urgency=medium

   * New upstream version 3.1.4

php-redis (3.1.4~rc1.really.3.1.2-1) unstable; urgency=medium

   * New upstream version 3.1.4~rc1.really.3.1.2
   * This is downgrade to 3.1.2 again.

php-redis (3.1.4~rc1-1) unstable; urgency=medium

   * New upstream version 3.1.4~rc1
     + With a fixed https://github.com/phpredis/phpredis/issues/1211

php-redis (3.1.2-1) unstable; urgency=medium

   * New upstream version 3.1.2

php-redis (3.1.1-1) unstable; urgency=medium

   * New upstream version 3.1.1

php-redis (3.1.1~rc2-1) unstable; urgency=medium

   * New upstream version 3.1.1~rc2
   * Remove already applied upstream patches

php-redis (3.1.1~rc1-2) unstable; urgency=medium

   * Apply upstream patch to fix segfaults in redis extension

2016

php-redis (3.1.1~rc1-1) unstable; urgency=medium

   * Imported Upstream version 3.1.1~rc1
   * Remove all unneeded patches

php-redis (3.1.0-2) unstable; urgency=medium

   * Add upstream patch to restore 3.0.0 session behaviour for PHP 7.1

php-redis (3.1.0-1) unstable; urgency=medium

   * Imported Upstream version 3.1.0
   * Rebase patches on top of redis 3.1.0

php-redis (3.0.0+2.2.8-1) unstable; urgency=medium

   * Imported Upstream version 3.0.0+2.2.8
   * Strip <max> PHP version from redis 3.0.0 package.xml
     to allow PHP 7.1 builds

php-redis (2.2.7-394-g892f928+2.2.7-4) unstable; urgency=medium

   * Move php-igbinary to Depends (Closes: #826407)

php-redis (2.2.7-394-g892f928+2.2.7-3) unstable; urgency=medium

   * Enable igbinary support again

php-redis (2.2.7-394-g892f928+2.2.7-2) unstable; urgency=medium

   * Move the default makefile snippet to dh-php and use a simple d/rules
     with dh-php >= 0.12~

php-redis (2.2.7-394-g892f928+2.2.7-1) unstable; urgency=medium

   * Imported Upstream version 2.2.7-394-g892f928+2.2.7
   * Improve d/rules so it can be used with both single or multiple PECL
     upstream versions, controlled by looking for package-MAJOR.MINOR.xml,
     package-MAJOR.xml and package.xml in this order

php-redis (2.2.7-389-g2887ad1+2.2.7-1) unstable; urgency=medium

   * Imported Upstream version 2.2.7-389-g2887ad1+2.2.7

php-redis (2.2.7-355-g799e0bc+2.2.7-4) unstable; urgency=medium

   * Force rebuild with dh_php >= 0.7

php-redis (2.2.7-355-g799e0bc+2.2.7-3) unstable; urgency=medium

   * Enable igbinary serializer in the redis extension build
   * Format d/copyright using wrap-and-sort -a
   * Add php-igbinary to Recommends instead of Depends since it's not
     needed unless you use igbinary serializer

php-redis (2.2.7-355-g799e0bc+2.2.7-2) unstable; urgency=medium

   * Re-upload with lintian override for PHP license

2015

php-redis (2.2.7-355-g799e0bc+2.2.7-1) unstable; urgency=medium

   * Imported Upstream version 2.2.7-355-g799e0bc+2.2.7
   * Dual source build for PHP 5.6 and PHP 7.0
   * Override wrong license-problem-php-license lintian check for packages
     from PECL

php-redis (2.2.7-355-g799e0bc-1) unstable; urgency=medium

   * Don't import ugly upstream debian/ directory
   * Imported Upstream version 2.2.7-355-g799e0bc to fix building with
     PHP 7.0

php-redis (2.2.7-2) unstable; urgency=medium

   * Convert package to PHP 7.0

php-redis (2.2.7-1) unstable; urgency=medium

   * New upstream version 2.2.7

2014

php-redis (2.2.5-1) unstable; urgency=low

   * Team upload.
   * Imported Upstream version 2.2.5
   * d/changelog: fixed too long line
   * d/control:
     - bumped up standards version to 3.9.5 (no changes need)
     - added phppear:Debian-Depends in Depends

2013

php-redis (2.2.4-1) unstable; urgency=low

   * Initial Release (Closes: #703452).
   * Move under PHP PECL team umbrella
   * Add Cyril Bouthors <cyb@debian.org> to Uploaders
   * Add myself into Uploaders
   * Don't use ${phppear:Debian-Depends} to not pull strict php5 dependency, use
     ${php:Depends} instead