<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/pear-Log, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-10-23T19:50:50Z</updated>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-23T19:50:50Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-23T19:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8'/>
<id>urn:sha1:c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset maintainer, developer has left the building</title>
<updated>2012-04-15T22:00:58Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2012-04-15T22:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3249e0a82f73236ce926722f4e07e1b8bace852b'/>
<id>urn:sha1:3249e0a82f73236ce926722f4e07e1b8bace852b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update pear-Log package to 1.12.7.</title>
<updated>2011-12-17T18:23:36Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-12-17T18:23:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fbf9b8efda173328b3ff416f6a8bbaaa20d1853c'/>
<id>urn:sha1:fbf9b8efda173328b3ff416f6a8bbaaa20d1853c</id>
<content type='text'>
Release date: 2011-09-19 02:53 UTC
Release state: stable

Changelog:

- The 'firebug' handler is now usable with Chrome, as well. (Request 18617)
- The 'observer' code now longer generates deprecated return value reference notices. (Bug 18830)</content>
</entry>
<entry>
<title>Update pear-Log pacakge to 1.12.6.</title>
<updated>2011-06-19T15:57:09Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-06-19T15:57:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=42b353db76844756b9787d18303f63b833f4db68'/>
<id>urn:sha1:42b353db76844756b9787d18303f63b833f4db68</id>
<content type='text'>
Release date: 2011-05-26 05:28 UTC

Changelog:
- Improved the console handler's stream handling. (Bug 17874)
- Added a 'reopen' configuration parameter to the syslog handler.
  (Request 18185)
- The backtrace depth is now configurable via setBacktraceDepth().
  (Request 18423)</content>
</entry>
<entry>
<title>Update pear-Log package to 1.12.5.</title>
<updated>2010-12-23T09:51:42Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-12-23T09:51:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=17064ceafaaf7b6bbfaeec9d50cb67b6c1b75353'/>
<id>urn:sha1:17064ceafaaf7b6bbfaeec9d50cb67b6c1b75353</id>
<content type='text'>
1.12.5		2010-12-23 05:38 UTC

Changelog:

- Corrected the "levels" unit test on 32-bit systems. (Bug 18099)
- Corrected quote handling in Firebug console output. (Bug 18141)</content>
</entry>
<entry>
<title>Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more</title>
<updated>2010-03-15T16:45:59Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-03-15T16:45:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e9290b8e535f3225aa136560c7c7b15f5bb99bd'/>
<id>urn:sha1:7e9290b8e535f3225aa136560c7c7b15f5bb99bd</id>
<content type='text'>
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.

No functional change.</content>
</entry>
<entry>
<title>Update pear-Log package from 0.8.4 to 1.12.0, fixing PR pkg/42673.</title>
<updated>2010-02-06T16:05:13Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-02-06T16:05:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fe3c9ca5561b795f8f3dc950475e5ac225fd97b4'/>
<id>urn:sha1:fe3c9ca5561b795f8f3dc950475e5ac225fd97b4</id>
<content type='text'>
Changes are too huge to show here, please refer:
http://pear.php.net/package/Log/download/All.

And now, this pacakge supports PHP5 only.

1.12.0

This release drops PHP4 compatibility (enforced by the package dependencies).

There is unfortunately no way to support both PHP4 and PHP5 in the same code
base when running under E_ALL. Because it appears that the majority of Log
package users have moved to PHP5, the Log package now targets that audience.

Given the fact that the Log package is now largely in maintenance mode,
existing PHP4 users shouldn't feel adandoned. If necessary, important fixes,
etc. can be merged back into the 1.11.* release line, which will retain PHP4
compatibility.</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-12T02:14:13Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-06-12T02:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba171a91fab519f587b027c1a2888cb6e3fce049'/>
<id>urn:sha1:ba171a91fab519f587b027c1a2888cb6e3fce049</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk</title>
<updated>2007-10-25T16:54:26Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-10-25T16:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=56ba4d26906035375d68907b5ecea5c345617179'/>
<id>urn:sha1:56ba4d26906035375d68907b5ecea5c345617179</id>
<content type='text'>
can handle packages having no PLIST files.</content>
</entry>
<entry>
<title>PKGREVISION++ for the recent PEAR/PHP changes so that all child packages</title>
<updated>2007-05-05T22:09:18Z</updated>
<author>
<name>adrianp</name>
<email>adrianp@pkgsrc.org</email>
</author>
<published>2007-05-05T22:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d069d5bd5970985589fdcb78f47d28a3714c6c81'/>
<id>urn:sha1:d069d5bd5970985589fdcb78f47d28a3714c6c81</id>
<content type='text'>
 pick up the new dependencies properly</content>
</entry>
</feed>
