8
0
forked from pool/perl-DB_File
Files
perl-DB_File/perl-DB_File.changes

194 lines
5.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun Mar 31 05:06:57 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.850
see /usr/share/doc/packages/perl-DB_File/Changes
1.850 10 Feb 2019
* Added soure to github
https://github.com/pmqs/DB_File
* Added .travis.yml
* Added t/meta-json.t & t/meta-yaml.t
-------------------------------------------------------------------
Thu Nov 8 06:12:19 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.843
see /usr/share/doc/packages/perl-DB_File/Changes
1.843 2 November 2018
* hints file (sourced from
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/perl5/files/)
Highlighed by Sevan Janiyan <venture37@geeklan.co.uk>
hints/bitrig.pl
hints/netbsd.pl
hints/minix.pl
hints/openbsd.pl
-------------------------------------------------------------------
Mon Jul 16 05:16:32 UTC 2018 - coolo@suse.com
- updated to 1.842
see /usr/share/doc/packages/perl-DB_File/Changes
1.842 14 July 2018
* Document the MaocOS build failures & how MacPort can work around th eissue.
# 125238
# 125585
# RT 133280
* Write all test db files into a directory created by File::Temp
Protects against any possible races if running a parallel build.
* #96357: DB_File destructor is not thread-safe
Added CLONE_SKIP to DB_File.pm and included the test db-threads.t from the patch.
Note - This only works with perl >= 5.8.7
-------------------------------------------------------------------
Tue Apr 3 05:13:45 UTC 2018 - coolo@suse.com
- updated to 1.841
see /usr/share/doc/packages/perl-DB_File/Changes
1.841 2 Apr 2018
* #124944 allow ppport.h-less builds in core
-------------------------------------------------------------------
Fri Dec 30 06:17:24 UTC 2016 - coolo@suse.com
- updated to 1.840
see /usr/share/doc/packages/perl-DB_File/Changes
1.840 29 Dec 2016
* #119569: Failed to install DB_File-1.839 into Linux
1.839 29 Dec 2016
* #119557: DB_File.xs: unused-parameter warnings
* #107642: unused arg
-------------------------------------------------------------------
Mon May 23 11:37:14 UTC 2016 - coolo@suse.com
- updated to 1.838
see /usr/share/doc/packages/perl-DB_File/Changes
1.838 15 May 2016
* #101342: R_SETCURSOR compiler warning
#111726: Coverity finding: flagSet() test always false
1.837 9 Jan 2016
* DB_File: database UTF-8 documentation
RT #110248
* Coverity finding: status variable ignored multiple times
RT #111725
1.836 6 Jan 2016
* Confirm build with BDB 6.2
-------------------------------------------------------------------
Tue Sep 1 08:53:04 UTC 2015 - coolo@suse.com
- updated to 1.835
see /usr/share/doc/packages/perl-DB_File/Changes
1.835 23 Dec 2014
* Silence more compiler warnings
1.834 11 Dec 2014
* Makefile.PL: version check is missing a zero
RT #100844
1.833 9 Dec 2014
* More Silence compiler warnings
* 1.832 breaks bleadperl C89 build
RT #100812
1.832 8 Dec 2014
* Silence compiler warnings
* C++ change from blead
1.831 15 November 2013
* C99 comment is a nogo
RT #90383
1.830 2 November 2013
* Memory leaks when failed to open db
RT #89589
* DB_File uses AutoLoader for no reason
RT #88258
1.829 7 July 2013
* make realclean: removing all files
RT #68214
* Documented the issue where the error below
BDB0588 At least one secondary cursor must be specified to DB->join
* DB_File installs to wrong place for CPAN version
RT #70420
Makefile.PL prevents INSTALLDIRS on command line.
RT #68287: Makefile.PL prevents INSTALLDIRS on command line.
* typo fix
RT #85335
1.828 7 May 2013
* Minor change to build with Berkeley DB 6.x
1.827 25 Jan 2012
* DB_File.pm - Don't use "@_" construct
[RT #79287]
-------------------------------------------------------------------
Wed Feb 15 17:00:57 UTC 2012 - seiler@b1-systems.de
- changed dependency to get the build working (hopefully) for SLE10 distributions
-------------------------------------------------------------------
Wed Feb 15 16:58:50 UTC 2012 - seiler@b1-systems.de
- changed dependency to get the build working (hopefully) for SLE10 distributions
-------------------------------------------------------------------
Wed Feb 15 16:51:04 UTC 2012 - seiler@b1-systems.de
- corrected mistake in >= and == to prevent that the if condition for sles10 fits for sles11 too
-------------------------------------------------------------------
Wed Feb 15 16:48:07 UTC 2012 - seiler@b1-systems.de
- corrected if conditions to get the macros interpreted correctly for sles versions
-------------------------------------------------------------------
Tue Feb 14 11:29:24 UTC 2012 - seiler@b1-systems.de
- added dependencies libd4_x-devel to prevent missing db.h file in build section (compiling error)