php-proxy-manager (2.2.3-2) unstable; urgency=medium

  * Fix CamelCase in patch
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Drop versioned dependencies satisfied in (old)stable
  * Update standards version to 4.4.1, no changes needed.
  * Set upstream metadata fields:
    Bug-Database, Repository, Repository-Browse, Bug-Submit

 -- David Prévot <taffit@debian.org>  Wed, 25 Dec 2019 07:37:22 +1100

php-proxy-manager (2.2.3-1) unstable; urgency=medium

  * Track 2.2 branch
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Contact, Name.
  * Update Standards-Version to 4.4.0

 -- David Prévot <taffit@debian.org>  Mon, 12 Aug 2019 08:04:41 -1000

php-proxy-manager (2.2.2-1) unstable; urgency=medium

  [ Marco Pivetta ]
  * Fixed variadic argument handling in remote object proxies

  [ David Prévot ]
  * Use debhelper-compat 11
  * Get rid of get-orig-source target
  * Use https in Format

 -- David Prévot <taffit@debian.org>  Thu, 27 Sep 2018 18:26:13 -1000

php-proxy-manager (2.2.1-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Use currently unused local $reflection var

  [ David Prévot ]
  * Update Standards-Version to 4.2.1

 -- David Prévot <taffit@debian.org>  Sun, 26 Aug 2018 19:14:37 -1000

php-proxy-manager (2.2.0-2) unstable; urgency=medium

  * Workaround the lack of PackageVersions

 -- David Prévot <taffit@debian.org>  Wed, 07 Mar 2018 17:11:23 -1000

php-proxy-manager (2.2.0-1) unstable; urgency=medium

  [ Marco Pivetta ]
  * Bumping minimum PHP version to 7.2.0
  * ProxyManager 2.2.0 release notes

  [ David Prévot ]
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3
  * Drop versions not understood by dh_phpcomposer

 -- David Prévot <taffit@debian.org>  Wed, 07 Mar 2018 15:41:02 -1000

php-proxy-manager (2.1.1-1) unstable; urgency=medium

  [ Marco Pivetta ]
  * Adding 2.1.1 changelog

  [ David Prévot ]
  * Update Standards-Version to 4.0.1

 -- David Prévot <taffit@debian.org>  Sun, 06 Aug 2017 16:17:14 -0400

php-proxy-manager (2.0.4-1) unstable; urgency=medium

  [ Jefersson Nathan ]
  * Added changelog to 2.0.4

 -- David Prévot <taffit@debian.org>  Sun, 13 Nov 2016 10:24:35 -1000

php-proxy-manager (2.0.3-1) unstable; urgency=medium

  [ Marco Pivetta ]
  * Excluding `zendframework/zend-code` `3.0.3` from compatible dependencies
  * Changelog entry for release 2.0.3

  [ David Prévot ]
  * Depend on php-zend-code (>= 3.0.4)
  * Use upstream changelog

 -- David Prévot <taffit@debian.org>  Thu, 07 Jul 2016 10:36:28 -0400

php-proxy-manager (2.0.2-1) unstable; urgency=medium

  [ Marco Pivetta ]
  * 2.0.2 release notes

  [ David Prévot ]
  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Sat, 28 May 2016 11:29:54 -0400

php-proxy-manager (2.0.1-2) unstable; urgency=medium

  * Upload to unstable in sync with php-zend-code
  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Tue, 22 Mar 2016 16:17:03 -0400

php-proxy-manager (2.0.1-1) experimental; urgency=medium

  * Upload new branch to experimental

  [ Marco Pivetta ]
  * #241 #271 - upgrading requirement to support PHP 7 only
  * #284 - adding `Version::getVersion()` as per specification
  * Codesniffer 2.5.1 includes fixes that fix our build: required

  [ Jefersson Nathan ]
  * Added changelog to 2.0.1

  [ David Prévot ]
  * Adapt to shorten distribution
  * Mimic `Version::getVersion()` behavior
  * Rely on recent php-codesniffer behavior
  * Update Standards-Version to 3.9.7

 -- David Prévot <taffit@debian.org>  Fri, 26 Feb 2016 14:54:19 -0400

php-proxy-manager (1.0.2-1) unstable; urgency=medium

  [ Marco Pivetta ]
  * Implemented `FileNotWritableException` for file-write handling issues

 -- David Prévot <taffit@debian.org>  Sat, 29 Aug 2015 14:25:06 -0400

php-proxy-manager (1.0.0-2) unstable; urgency=medium

  * Upload to unstable as needed by recent version of
    php-symfony-proxy-manager-bridge
  * Provide homemade autoload.php

 -- David Prévot <taffit@debian.org>  Mon, 18 May 2015 22:54:46 -0400

php-proxy-manager (1.0.0-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Bumping version to 1.0.0 (release preparation)

  [ malukenho ]
  * Use hightlight

  [ David Prévot ]
  * Use local highlight.js

 -- David Prévot <taffit@debian.org>  Sun, 14 Dec 2014 10:43:38 -0400

php-proxy-manager (1.0.0~beta3-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Bumping version to 1.0.0-beta3

 -- David Prévot <taffit@debian.org>  Wed, 12 Nov 2014 16:21:17 -0400

php-proxy-manager (1.0.0~beta2-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * #189 - `ClassGeneratorUtils` should work also with generic method generators

  [ malukenho ]
  * Implement solution to not generate magic method if it's final

  [ David Prévot ]
  * Use php-symfony-class-loader instead of php-symfony-classloader

 -- David Prévot <taffit@debian.org>  Mon, 27 Oct 2014 18:18:17 -0400

php-proxy-manager (1.0.0~beta1-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Bumping current version to `1.0.0-beta1`

  [ malukenho ]
  * Start to tranform documentation to html

  [ David Prévot ]
  * Ship HTML documentation
  * Use PHPCS for tests

 -- David Prévot <taffit@debian.org>  Thu, 09 Oct 2014 17:45:55 -0400

php-proxy-manager (0.5.2-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Bumping phpunit version in composer.json

  [ David Prévot ]
  * Depend on recent phpunit to pass the testsuite
  * Drop now useless XS-Testsuite
  * Bump standards version to 3.9.6

 -- David Prévot <taffit@debian.org>  Thu, 02 Oct 2014 17:05:41 -0400

php-proxy-manager (0.5.1-1) experimental; urgency=medium

  * Install examples
  * Run integration tests
  * Install upstream changelog
  * Upload to experimental since php-symfony-proxy-manager-bridge depends on
    >=0.3.1,<0.4-dev currently.

 -- David Prévot <taffit@debian.org>  Wed, 13 Aug 2014 15:26:21 -0400

php-proxy-manager (0.3.6-1) unstable; urgency=low

  * Initial release (Closes: #757284)

 -- David Prévot <taffit@debian.org>  Fri, 08 Aug 2014 18:14:27 -0400
