File tree Expand file tree Collapse file tree 7 files changed +32
-13
lines changed
Expand file tree Collapse file tree 7 files changed +32
-13
lines changed Original file line number Diff line number Diff line change 11
2- {{$NEXT}}
2+ 1.853 5 January 2020
3+
4+ * Memory leak if ParseOpenInfo calls croak_and_free
5+ https://github.com/pmqs/DB_File/issues/3
6+ 9e2c8d6c3a35acb71358f440c93defa3d8339420
7+
8+ * Add Address Sanatizer suppressions file
9+ a6a26f4878d6be13aad69a3f5b6019e7482a8992
10+
11+ * Add prereq test
12+ a631884b3ca11919142c6be8a64e668730b83469
13+
14+ * Documemtation updates
15+ 4c53b38531b547ae293967c852ff21412eb6d840
16+
17+ * clang warning in ppport.h
18+ update to latest ppport.h
19+ https://github.com/pmqs/DB_File/issues/2
20+ 36d6ae54edfc1df872f5e66c93bda05cbfefefa7
321
422 * #125853 - RT links in Changes file are wrong
523 Changes entry for 1.842 has both CPAN & Perl RT links.
624 Use the full URL to avoid ambiguity.
25+ f06a9235373747d0f5c6a95caf504174ffb19c44
726
8- 1.852 21 April Feb 2019
27+ 1.852 21 April 2019
928
1029 * ParseOpenInfo() leaks if it croaks
1130 DB_File_type memory not freed when ParseOpenInfo croaks.
1938
20391.850 10 Feb 2019
2140
22- * Added soure to github
41+ * Added source to github
2342 https://github.com/pmqs/DB_File
2443
2544 * Added .travis.yml
Original file line number Diff line number Diff line change 22#
33# Written by Paul Marquess (pmqs@cpan.org)
44#
5- # Copyright (c) 1995-2019 Paul Marquess. All rights reserved.
5+ # Copyright (c) 1995-2020 Paul Marquess. All rights reserved.
66# This program is free software; you can redistribute it and/or
77# modify it under the same terms as Perl itself.
88
@@ -165,7 +165,7 @@ use Carp;
165165# Module not thread safe, so don't clone
166166sub CLONE_SKIP { 1 }
167167
168- $VERSION = " 1.852 " ;
168+ $VERSION = " 1.853 " ;
169169$VERSION = eval $VERSION ; # needed for dev releases
170170
171171{
@@ -2325,7 +2325,7 @@ archive in F<src/misc/db.1.85.tar.gz>.
23252325
23262326=head1 COPYRIGHT
23272327
2328- Copyright (c) 1995-2019 Paul Marquess. All rights reserved. This program
2328+ Copyright (c) 1995-2020 Paul Marquess. All rights reserved. This program
23292329is free software; you can redistribute it and/or modify it under the
23302330same terms as Perl itself.
23312331
Original file line number Diff line number Diff line change 66
77 All comments/suggestions/problems are welcome
88
9- Copyright (c) 1995-2019 Paul Marquess. All rights reserved.
9+ Copyright (c) 1995-2020 Paul Marquess. All rights reserved.
1010 This program is free software; you can redistribute it and/or
1111 modify it under the same terms as Perl itself.
1212
Original file line number Diff line number Diff line change 4343 "web" : " https://github.com/pmqs/DB_File"
4444 }
4545 },
46- "version" : " 1.852 "
46+ "version" : " 1.853 "
4747}
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ resources:
2121 bugtracker : https://github.com/pmqs/DB_File/issues
2222 homepage : https://github.com/pmqs/DB_File
2323 repository : git://github.com/pmqs/DB_File.git
24- version : ' 1.852 '
24+ version : ' 1.853 '
Original file line number Diff line number Diff line change 11 DB_File
22
3- Version 1.852
3+ Version 1.853
44
5- 21 April 2019
5+ 5 January 2020
66
7- Copyright (c) 1995-2019 Paul Marquess. All rights reserved. This
7+ Copyright (c) 1995-2020 Paul Marquess. All rights reserved. This
88 program is free software; you can redistribute it and/or modify
99 it under the same terms as Perl itself.
1010
Original file line number Diff line number Diff line change 77# Version: 1.07
88# Date 2nd April 2011
99#
10- # Copyright (c) 1998-2019 Paul Marquess. All rights reserved.
10+ # Copyright (c) 1998-2020 Paul Marquess. All rights reserved.
1111# This program is free software; you can redistribute it and/or
1212# modify it under the same terms as Perl itself.
1313
You can’t perform that action at this time.
0 commit comments