Fedora 19 Update: php-Monolog-1.9.1-1.fc19

updates at fedoraproject.org updates at fedoraproject.org
Tue May 6 03:38:12 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-5678
2014-04-27 06:38:26
--------------------------------------------------------------------------------

Name        : php-Monolog
Product     : Fedora 19
Version     : 1.9.1
Release     : 1.fc19
URL         : https://github.com/Seldaek/monolog
Summary     : Sends your logs to files, sockets, inboxes, databases and various web services
Description :
Monolog sends your logs to files, sockets, inboxes, databases and various web
services. Special handlers allow you to build advanced logging strategies.

This library implements the PSR-3 [1] interface that you can type-hint against
in your own libraries to keep a maximum of interoperability. You can also use it
in your applications to make sure you can always use another compatible logger
at a later time.

Optional:
* php-aws-sdk (>= 2.4.9, < 3.0)
      Allow sending log messages to AWS DynamoDB
* php-pecl-amqp
      Allow sending log messages to an AMQP server (1.0+ required)
* php-pecl-mongo
      Allow sending log messages to a MongoDB server
* php-Raven (>= 0.5, < 1.0)
      Allow sending log messages to a Sentry server
* https://github.com/doctrine/couchdb-client
      Allow sending log messages to a CouchDB server
* https://github.com/Graylog2/gelf-php
      Allow sending log messages to a GrayLog2 server
* https://docs.newrelic.com/docs/php/new-relic-for-php
      Allow sending log messages to a New Relic application
* https://github.com/rollbar/rollbar-php
      Allow sending log messages to Rollbar
* https://github.com/ruflin/Elastica
      Allow sending log messages to an Elastic Search server

[1] https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md

--------------------------------------------------------------------------------
Update Information:

### 1.9.1 (2014-04-24)
https://github.com/Seldaek/monolog/releases/tag/1.9.1

* Fixed regression in RotatingFileHandler file permissions
* Fixed initialization of the BufferHandler to make sure it gets flushed after receiving records
* Fixed ChromePHPHandler and FirePHPHandler's activation strategies to be more conservative



### 1.9.0 (2014-04-20)
https://github.com/Seldaek/monolog/releases/tag/1.9.0

* Added LogEntriesHandler to send logs to a LogEntries account
* Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler
* Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes
* Added support for table formatting in FirePHPHandler via the table context key
* Added a TagProcessor to add tags to records, and support for tags in RavenHandler
* Added $appendNewline flag to the JsonFormatter to enable using it when logging to files
* Added sound support to the PushoverHandler
* Fixed multi-threading support in StreamHandler
* Fixed empty headers issue when ChromePHPHandler received no records
* Fixed default format of the ErrorLogHandler



### 1.8.0 (2014-03-23)
https://github.com/Seldaek/monolog/releases/tag/1.8.0

* Break: the LineFormatter now strips newlines by default because this was a bug, set $allowInlineLineBreaks to true if you need them
* Added BrowserConsoleHandler to send logs to any browser's console via console.log() injection in the output
* Added FilterHandler to filter records and only allow those of a given list of levels through to the wrapped handler
* Added FlowdockHandler to send logs to a Flowdock account
* Added RollbarHandler to send logs to a Rollbar account
* Added HtmlFormatter to send prettier log emails with colors for each log level
* Added GitProcessor to add the current branch/commit to extra record data
* Added a Monolog\Registry class to allow easier global access to pre-configured loggers
* Added support for the new official graylog2/gelf-php lib for GelfHandler, upgrade if you can by replacing the mlehner/gelf-php requirement
* Added support for HHVM
* Added support for Loggly batch uploads
* Added support for tweaking the content type and encoding in NativeMailerHandler
* Added $skipClassesPartials to tweak the ignored classes in the IntrospectionProcessor
* Fixed batch request support in GelfHandler
--------------------------------------------------------------------------------
ChangeLog:

* Fri Apr 25 2014 Shawn Iwinski <shawn.iwinski at gmail.com> 1.9.1-1
- Updated to 1.9.1 (BZ #1080872)
- Added option to build without tests ("--without tests")
* Thu Jan 16 2014 Shawn Iwinski <shawn.iwinski at gmail.com> 1.7.0-3
- Properly obsolete sub-packages
* Wed Jan 15 2014 Shawn Iwinski <shawn.iwinski at gmail.com> 1.7.0-2
- Removed sub-packages (optional dependencies note in description instead)
* Mon Dec 30 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.7.0-1
- Updated to 1.7.0 (BZ #1030923)
- Added dynamo sub-package
- Spec cleanup
* Sat Aug 17 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.6.0-1
- Updated to version 1.6.0
- Added phpcompatinfo build requires
- php-common -> php(language)
- No conditional php-filter require
- Added php-hash require
- Global raven min and max versions
- Removed MongoDBHandlerTest because it requires a running MongoDB server
* Sun Aug  4 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1080872 - php-Monolog-1.9.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1080872
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update php-Monolog' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list