Skip to content

Commit 921350b

Browse files
committed
1.854
1 parent 6d8428d commit 921350b

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

Changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

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+
213
1.853 5 January 2020
314

415
* Memory leak if ParseOpenInfo calls croak_and_free

DB_File.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ use Carp;
165165
# Module not thread safe, so don't clone
166166
sub CLONE_SKIP { 1 }
167167

168-
$VERSION = "1.853" ;
168+
$VERSION = "1.854" ;
169169
$VERSION = eval $VERSION; # needed for dev releases
170170

171171
{

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
"web" : "https://github.com/pmqs/DB_File"
4444
}
4545
},
46-
"version" : "1.853"
46+
"version" : "1.854"
4747
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.853'
24+
version: '1.854'

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
DB_File
22

3-
Version 1.853
3+
Version 1.854
44

5-
5 January 2020
5+
16 September 2020
66

77
Copyright (c) 1995-2020 Paul Marquess. All rights reserved. This
88
program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)