forked from perl/perl-CPAN-SQLite
146 lines
5.2 KiB
Plaintext
146 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Aug 21 21:40:43 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.220.0 (0.220)
|
|
see /usr/share/doc/packages/perl-CPAN-SQLite/Changes
|
|
|
|
0.220 October 29, 2022
|
|
- Fixed a test failure (RT#140735)
|
|
0.219 May 30, 2020
|
|
- More FP protections
|
|
0.218 May 27, 2020
|
|
- Make Test::Memory::Cycle test optional
|
|
- Modified the dot-cpan directory for t/0[234]*
|
|
- Added a FP protection again one particular crappy cpan tester
|
|
0.217 Jan 29, 2019
|
|
- Updated HTTP::Tiny prerequisite to make it working with proxy auth
|
|
- Removed search limits (RT#128387)
|
|
0.216 Jan 24, 2019
|
|
- Fixed test problems in Perl 5.8
|
|
0.215 Jan 23, 2019
|
|
- Weaken some references to avoid memory leaks
|
|
0.214 Jan 4, 2019
|
|
- Removed 03modlist-related code as that file is not updated anymore
|
|
- Made sure tests pass when CPAN_SQLITE_DOWNLOAD variable is set
|
|
0.213 Jan 3, 2019
|
|
- Added ability to download precompiled database to save even more memory/CPU
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 20 05:05:31 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.212
|
|
see /usr/share/doc/packages/perl-CPAN-SQLite/Changes
|
|
|
|
0.212 Aug 3, 2018
|
|
- Fixed a long-standing bug with missing CPAN::Shell on some systems
|
|
|
|
0.211 Jul 14, 2015
|
|
- Fixed t/06retrieve.t by using predefined CPAN urllist
|
|
|
|
0.210 Jul 11, 2015
|
|
- Moved from LWP::Simple to HTTP::Tiny
|
|
|
|
0.209 Jul 8, 2015
|
|
- Removed some additional tests that don't work well on 5.6.2
|
|
- Better handling of parallel testing
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 7 08:46:14 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.208
|
|
see /usr/share/doc/packages/perl-CPAN-SQLite/Changes
|
|
|
|
0.208 Jul 5, 2015
|
|
- Got rid of [AssertOS]
|
|
|
|
0.207 Jul 4, 2015
|
|
- Detect HARNESS_OPTIONS and bail out
|
|
- Back to Dist::Zilla
|
|
|
|
0.206 Jun 29, 2015
|
|
- No more Module::Build
|
|
- Fixed test failures on Windows
|
|
- Typo fixed
|
|
RT#86588: https://rt.cpan.org/Public/Bug/Display.html?id=86588
|
|
(reported by David Steinbrunner)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 21:14:50 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.205
|
|
see /usr/share/doc/packages/perl-CPAN-SQLite/Changes
|
|
|
|
0.205 Nov 22, 2014
|
|
- Fixed test failures
|
|
|
|
0.204 Aug 04, 2014
|
|
- Fixed problem with locked database in DBD::SQLite 1.38_01 and higher
|
|
RT#90635: https://rt.cpan.org/Ticket/Display.html?id=90635
|
|
(reported by Alexandr Ciornii)
|
|
|
|
0.203 Jun 29, 2013
|
|
- Automatically cleanup log files older than 30 days. Use
|
|
CPAN_SQLITE_LOG_FILES_CLEANUP environment variable to override.
|
|
RT#76943: https://rt.cpan.org/Ticket/Update.html?id=76943
|
|
(reported by Nigel Horne)
|
|
See also RT#36411
|
|
- Fixed POD
|
|
RT#83818 :https://rt.cpan.org/Ticket/Display.html?id=83818
|
|
(reported by Alceu Rodrigues de Freitas Junior)
|
|
- Added additional checks to make sure cpandb.sql is correctly populated
|
|
RT#64628: https://rt.cpan.org/Ticket/Display.html?id=64628
|
|
RT#71323: https://rt.cpan.org/Ticket/Display.html?id=71323
|
|
RT#76197: https://rt.cpan.org/Ticket/Display.html?id=76197
|
|
(reported by Slaven Rezic, Alexandr Ciornii, Randy Stauner)
|
|
- Tests updated
|
|
- "base" replaced with "parent"
|
|
- Minor tweaks
|
|
|
|
0.202 Jun 25, 2011
|
|
- Fixed test configuration which caused problems on Cygwin
|
|
- Added CPAN root directory creation in case it's missing
|
|
|
|
0.201 Jun 16, 2011
|
|
- Fixed problem with 3-argument open with '>&' on 5.6.2
|
|
- Updated repository link
|
|
|
|
0.200 Jun 11, 2011
|
|
- SQLite REGEXP is used instead of custom function to prevent "Use of
|
|
uninitialized value $x in pattern match" warning in modern Perl versions
|
|
RT#67442: https://rt.cpan.org/Ticket/Display.html?id=67442
|
|
(reported by Mike Doherty)
|
|
- "warn"s are replaced with $CPAN::FrontEnd calls
|
|
RT#59691: https://rt.cpan.org/Ticket/Display.html?id=59691
|
|
(reported by Randy J. Ray)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 21:14:47 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.202
|
|
see /usr/share/doc/packages/perl-CPAN-SQLite/Changes
|
|
|
|
0.202 Jun 25, 2011
|
|
- Fixed test configuration which caused problems on Cygwin
|
|
- Added message for misconfigured smokers when PERL5LIB is too long
|
|
- Added CPAN root directory creation in case it's missing
|
|
|
|
0.201 Jun 16, 2011
|
|
- Fixed problem with 3-argument open with '>&' on 5.6.2
|
|
- Updated repository link
|
|
|
|
0.200 Jun 11, 2011
|
|
- SQLite REGEXP is used instead of custom function to prevent "Use of
|
|
uninitialized value $x in pattern match" warning in modern Perl versions
|
|
RT#67442: https://rt.cpan.org/Ticket/Display.html?id=67442
|
|
(reported by Mike Doherty)
|
|
- "warn"s are replaced with $CPAN::FrontEnd calls
|
|
RT#59691: https://rt.cpan.org/Ticket/Display.html?id=59691
|
|
(reported by Randy J. Ray)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 14 08:01:28 UTC 2011 - coolo@opensuse.org
|
|
|
|
- initial package 0.199
|
|
* created by cpanspec 1.78.04
|
|
|