File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.854 16 September 2020
3
+
4
+ * Prefer direct notation over indirect (#4)
5
+ fae7c3898579fab1a45b52d2c1d9c19370b21c84
6
+
7
+ * Make hint/BS snippets strict compliant.
8
+ fb503ef27fae2cdce84d1c341e4991917da3bea6
9
+
10
+ * trim whitespace
11
+ 6d8428d6f038992e3abbc5a2c7cf17b6d4a75382
12
+
2
13
1.853 5 January 2020
3
14
4
15
* Memory leak if ParseOpenInfo calls croak_and_free
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ use Carp;
165
165
# Module not thread safe, so don't clone
166
166
sub CLONE_SKIP { 1 }
167
167
168
- $VERSION = " 1.853 " ;
168
+ $VERSION = " 1.854 " ;
169
169
$VERSION = eval $VERSION ; # needed for dev releases
170
170
171
171
{
Original file line number Diff line number Diff line change 43
43
"web" : " https://github.com/pmqs/DB_File"
44
44
}
45
45
},
46
- "version" : " 1.853 "
46
+ "version" : " 1.854 "
47
47
}
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ resources:
21
21
bugtracker : https://github.com/pmqs/DB_File/issues
22
22
homepage : https://github.com/pmqs/DB_File
23
23
repository : git://github.com/pmqs/DB_File.git
24
- version : ' 1.853 '
24
+ version : ' 1.854 '
Original file line number Diff line number Diff line change 1
1
DB_File
2
2
3
- Version 1.853
3
+ Version 1.854
4
4
5
- 5 January 2020
5
+ 16 September 2020
6
6
7
7
Copyright (c) 1995-2020 Paul Marquess. All rights reserved. This
8
8
program is free software; you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments