php-monolog (1.17.2-1ubuntu4) xenial; urgency=medium

  * Drop test dep on obsolete php5-mongo.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 06 Apr 2016 16:29:46 +0000

php-monolog (1.17.2-1ubuntu3) xenial; urgency=medium

  * d/control: drop build-depends on php-aws-sdk as it is only needed to
    run the AWS tests, which are not compatible  with v3 of the SDK.  At
    runtime, these tests will be skipped instead
    (https://github.com/Seldaek/monolog/issues/746).
    - LP: #1558848.

 -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  Thu, 17 Mar 2016 12:10:05 -0700

php-monolog (1.17.2-1ubuntu2) xenial; urgency=medium

  * Adjust versioned build-dep on php-aws-sdk to account for Ubuntu-local
    rollback.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 16 Mar 2016 18:15:55 -0700

php-monolog (1.17.2-1ubuntu1) xenial; urgency=medium

  * Update to PHP7.0 dependencies (php5-mongo -> php-mongodb).
  * Add nocheck and stage1 build profiles.
  * LP: #1543826.

 -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  Tue, 09 Feb 2016 14:49:03 -0800

php-monolog (1.17.2-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix CS and php5.3 compat
  * Do not assume we have a Logger in ErrorHandler, fixes #666
  * Update changelog

  [ Aleksei Shmelev ]
  * SwiftMailerHandler bugfix.
    Added generating unique id when building message and test.

  [ raph ]
  * Use `text` and `title` fields for SlackHandler

 -- David Prévot <taffit@debian.org>  Thu, 22 Oct 2015 17:39:14 -0400

php-monolog (1.17.1-1) unstable; urgency=medium

  [ Frederik Bosch ]
  * FIX IntrospectionProcessor: E_NOTICE

  [ Tomasz Wójcik ]
  * RavenHandler handles custom checksums
  * RavenHandler supports extra parameters

  [ Henrique Moody ]
  * Better normalization for resources

  [ Jared Markell ]
  * Add getUid() to UidProcessor

  [ Jordi Boggiano ]
  * Update changelog

 -- David Prévot <taffit@debian.org>  Tue, 01 Sep 2015 16:09:38 -0400

php-monolog (1.16.0-1) unstable; urgency=medium

  [ Matt Wells ]
  * Adds ability to cap log size in redis

  [ Jordi Boggiano ]
  * Fix support for associative tag arrays, refs #588
  * Close handlers that can be closed after logging a fatal errors, refs #621
  * Avoid logging fatal errors twice when both error and fatal error handlers
    are present, fixes #622
  * Update changelog for 1.16

  [ William Johnston ]
  * Create directory on initial log write rather than class instantiation.

  [ Sam Minnee ]
  * Added Logger::setHandlers()

  [ Nehal Patel ]
  * Added the IFTTTHandler

 -- David Prévot <taffit@debian.org>  Sat, 29 Aug 2015 09:55:44 -0400

php-monolog (1.15.0-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Split README into a few docs pages
  * Update changelog

  [ David Prévot ]
  * Bump pkg-php-tools version

 -- David Prévot <taffit@debian.org>  Tue, 28 Jul 2015 10:28:30 +0200

php-monolog (1.14.0-1) unstable; urgency=medium

  [ Chad Burrus ]
  * update copyright date to 2015

  [ barbushin ]
  * Add PHPConsoleHandler to debug in Google Chrome

  [ Jordi Boggiano ]
  * Prepare release 1.14

  [ David Prévot ]
  * Depend on phpab for CI
  * Update copyright
  * Update overrides

 -- David Prévot <taffit@debian.org>  Sat, 20 Jun 2015 10:54:34 -0400

php-monolog (1.13.1-2) unstable; urgency=medium

  * Upload to unstable since Jessie has been released
  * Load suggested classes if available
  * Use homemade autoload.php for tests and CI
  * Drop patch not needed anymore

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

php-monolog (1.13.1-1) experimental; urgency=medium

  [ Jordi Boggiano ]
  * Revert "Switch HipChatHandler to API v2", fixes #525

 -- David Prévot <taffit@debian.org>  Fri, 13 Mar 2015 01:07:06 -0400

php-monolog (1.13.0-1) experimental; urgency=medium

  [ Jordi Boggiano ]
  * Prepare 1.13 release

  [ David Prévot ]
  * Provide homemade autoload.php
  * Use more packaged classes for tests

 -- David Prévot <taffit@debian.org>  Thu, 05 Mar 2015 13:59:33 -0400

php-monolog (1.12.0-1) experimental; urgency=medium

  * Upload to experimental to respect the freeze
  * Use php-symfony-class-loader instead of php-symfony-classloader
  * Revert "Drop provide (can’t be used before Jessie gets released)"

 -- David Prévot <taffit@debian.org>  Tue, 30 Dec 2014 10:55:21 -0400

php-monolog (1.11.0-1) unstable; urgency=medium

  [ gkedzierski ]
  * Add basic Slack logging functionality

  [ David Prévot ]
  * No tests if DEB_BUILD_OPTIONS contains nocheck
  * Bump standards version to 3.9.6
  * Drop now useless XS-Testsuite
  * Drop provide (can’t be used before Jessie gets released)
  * Update overrides for new dependency

  [ Hari K T ]
  * provide in psr/log-implementation

  [ Giorgio Premi ]
  * Implemented PhpAmqpLibHandler

  [ Harry Truong ]
  * PsrLogMessageProcessor updated to add valid string conversion conditions

  [ Adam Nicholson ]
  * Added MandrillHandler for sending log messages to the Mandrill API

 -- David Prévot <taffit@debian.org>  Fri, 03 Oct 2014 14:42:59 -0400

php-monolog (1.10.0-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Update target version and changelog

  [ David Prévot ]
  * Drop failing test (too precise time)

 -- David Prévot <taffit@debian.org>  Sat, 07 Jun 2014 14:08:54 -0400

php-monolog (1.9.1-2) unstable; urgency=medium

  * Add years to the copyright notice
  * Allow stderr output during tests

 -- David Prévot <taffit@debian.org>  Fri, 30 May 2014 00:02:07 -0400

php-monolog (1.9.1-1) unstable; urgency=low

  * Initial release (closes: #726276)

 -- David Prévot <taffit@debian.org>  Fri, 23 May 2014 16:01:00 -0400
