* Fix a bug in group_concat().
* Fix a performance bug in the pager cache.
* Fix a bug in the sqlite3_backup implementation that can lead to a corrupt
backup database.
- Updating package for p5 module HTML::Tiny from 1.03nb1 to 1.05
- Setting gnu-gpl-v2 as license
Upstream changes:
1.05 2009-03-08
Add support for TO_JSON in json_encode.
1.04 2009-03-07
Make link default to being closed. See #40990.
- Updating package for p5 module Crypt::Twofish from 2.12nb4 to 2.13
- Setting gnu-gpl-v2 as license
Upstream changes:
2.13 2009-05-11 Abhijit Menon-Sen <ams@toroid.org>
* Relicensed on request from the old Artistic License to "the same
terms as Perl itself" (i.e. new Artistic/GPL).
(No functional changes.)
- Updating package for p5 module CSS:Squish from 0.07nb1 to 0.08
- Setting gnu-gpl-v2 as license
- fix typo in homepage
Upstream changes:
0.08 Mon Apr 20 2009
* module doesn't work on perl 5.6.x and older
* update docs
- Updating package for p5 module Apache::Session from 1.87 to 1.88
- Setting gnu-gpl-v2 as license
- Adjusting dependencies according to META.yml (and perl core)
Upstream changes:
1.88 2008-12-20 by Alexandr Ciornii
- Apache::Session::Generate::MD5::validate will untaint data
- MIN_PERL_VERSION in Makefile.PL
- Updating package for p5 module AnyEvent from 4.400 to 4.410
Upstream changes (since 4.4)
4.41 Thu May 14 06:40:11 CEST 2009
- work around issues in older perls (5.8.0?) when
a signal handler is deleted from the %SIG hash.
- use POSIX::_exit in child test, to avoid running
destructors.
- speed up CHLD handling by relying on SIGCHLD being
synchronously delivered, even when we roll our own
implementation.
- AnyEvent::DNS: add the "dname" resource record name
for cosmetic reasons.
=============
Version 1.6.1
=============
What's New
==========
- Fixed highlighting of an accessible on the desktop when it is selected in
Accerciser (aka node highlighting). GNOME 2.26 updates had broken this
(bug #576756).
New And Updated Translations
============================
- Shankar Prasad (kn)
- Socrates Vavilis (el)
- Osama Khalid (ar)
- Gintautas Miliauskas (lt)
- Ask Hjorth Larsen (da)
- Ignacio Casal Quinteiro (gl)
- Updating package for p5 module YAML::Tiny from 1.38 to 1.39
Upstream changes:
1.39 Thu 21 May 2009
- Even though utf8 starts at 5.7+ there's no is_utf till
5.8.1 so skip in the tests if needed (ADAMK)
- Updating package for p5 module Parse::CPAN::Meta from 1.38 to 1.39
Upstream changes:
1.39 Thu 21 May 2009
- Even though utf8 starts at 5.7+ there's no is_utf till
5.8.1 so skip in the tests if needed (ADAMK)
- Updating package for p5 module Module::Install from 0.88 to 0.89
Upstream changes:
0.89 Wed 20 May 2009
- _load_cpan now also checks for $CPAN::Config before assuming that
CPAN and its config are properly loaded (HDP)
- Changes file is now TIOBE compatible (ADAMK)
- license_from now support a TIOBE-compatible declaration (ADAMK)
(...under the same terms as the Perl programming language itself)
- Updating package for p5 module Software::License from 0.10 to 0.11
upstream changes:
0.011 2009-05-19
clarify references to Perl in Perl_5 license
rename things that were YAML-specific to just be "meta"
- Updating package for p5 module Net::RawIP from 0.23nb1 to 0.25
- Setting gnu-gpl-v2 as license
- removing patches which are applied upstream
- removing unused dependency List::MoreUtils
Upstream changes:
2008.10.22 - 0.25 - Sebastien Aperghis-Tramoni (SAPER)
- [TESTS] CPAN-RT#39252: Proc::ProcessTable does not support the size
attribute on all systems. Thanks to Havard Eidnes for the patch.
- [DOC] Improved the documentation a bit.
2008.10.21 - 0.24 - Sebastien Aperghis-Tramoni (SAPER)
- [BUGFIX] Fixed a segfault and a warning, thanks to Mike Lowell.
- [DIST] Simplified the detection logic to make it work on more systems.
- [DIST] Declared all prerequisite modules.
- [TESTS] Removed all the tests related to the warning that was emitted
by the module when ran as non root.
- [TESTS] Fixed several tests to make them more portable.
- [TESTS] Added 00-load.t, 01-api.t