Files
perl-CDB_File/perl-CDB_File.changes
Dirk Stoecker 9a6cc9da8d Accepting request 855725 from devel:languages:perl:autoupdate
- updated to 1.05
   see /usr/share/doc/packages/perl-CDB_File/Changelog
  1.05 - Todd Rinaldo <toddr@cpan.org> 2020-12-11
  - Additional tests for known corner cases.
  - Use Perl_warn not warn in XS.
  - Test cleanup. Abstract helper calls.
  - Macro cleanup in XS for code readability.

OBS-URL: https://build.opensuse.org/request/show/855725
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CDB_File?expand=0&rev=10
2020-12-15 14:22:25 +00:00

88 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Sat Dec 12 03:06:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.05
see /usr/share/doc/packages/perl-CDB_File/Changelog
1.05 - Todd Rinaldo <toddr@cpan.org> 2020-12-11
- Additional tests for known corner cases.
- Use Perl_warn not warn in XS.
- Test cleanup. Abstract helper calls.
- Macro cleanup in XS for code readability.
-------------------------------------------------------------------
Fri Dec 11 03:06:18 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.04
see /usr/share/doc/packages/perl-CDB_File/Changelog
1.04 - Todd Rinaldo <toddr@cpan.org> 2020-12-10
- add utf8 mode for read/write of database
- Major re-factor to remove SVs from the CDB internals. SVs are only generated at return.
This was in attempt to address a known memory leak in the previous implementation.
- CDB_File will warn if undef keys or values are passed to insert. This is meant to be
consistent with how Perl handles the situation.
- Consistently tidy CDB_File.xs and remove tabs
- Make unit tests use File::Temp so we don't leave temp files laying around
- update Devel::PPPort to 3.62
-------------------------------------------------------------------
Sun Nov 15 03:06:20 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.03
see /usr/share/doc/packages/perl-CDB_File/Changelog
1.03 - Todd Rinaldo <toddr@cpan.org> 2020-11-13
WARNING: due to a bug (#12) on 1.02, CDB databases generated by 1.02 will
not be legible by all other versions and vice-versa. It is recommended you
re-generate any databases generated by that version.
- #12 Fix incompatibility with CDB files due to accidental algorithm change.
Add xt tests for 0.96 databases to assure this does not happen again.
- Fixup Changelog for metacpan
- #11 Add additional benchmark test in git for.
- Provide the CDB_File algorithm in POD in the event the original document is lost.
- Update Devel::PPPort to 3.54
-------------------------------------------------------------------
Thu Jan 30 03:09:16 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.02
see /usr/share/doc/packages/perl-CDB_File/Changelog
1.02 - Todd Rinaldo <toddr@cpan.org> 2020-01-29
- Invoke new as a class method in docs and practice.
- Add support for COW PVs when returning key values. This will hopefully
deduplicate returned strings where possible.
- Adjust tests to skip exists tests on 5.8.1, not 5.6.2
- Optimize cdb_hashadd as a inline macro
- Croak if atomic re-write from the temp to the final file fails.
-------------------------------------------------------------------
Tue Jan 28 03:08:36 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.01
see /usr/share/doc/packages/perl-CDB_File/Changelog
-------------------------------------------------------------------
Tue Jul 19 05:04:40 UTC 2016 - coolo@suse.com
- updated to 0.99
see /usr/share/doc/packages/perl-CDB_File/CHANGES
0.99 - J. Nick Koston <bdraco@cpan.org> 2016-07-16
- Add a fetch_all function for 1:1 hash mapping
-------------------------------------------------------------------
Thu Jul 2 08:44:39 UTC 2015 - coolo@suse.com
- updated to 0.98
see /usr/share/doc/packages/perl-CDB_File/CHANGES
-------------------------------------------------------------------
Thu Apr 14 08:53:53 UTC 2011 - coolo@opensuse.org
- initial package 0.97
* created by cpanspec 1.78.04