From: Charles McGarvey Date: Sat, 6 Aug 2022 18:13:33 +0000 (-0600) Subject: Release File-KDBX 0.905 X-Git-Tag: v0.905^0 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=commitdiff_plain;h=bf979263893bea88583ef715b53223651b8fefb9 Release File-KDBX 0.905 * Declare Time::Local 1.19 as a required dependency. * Declare CryptX 0.055 as a required dependency. Thanks HIGHTOWE. * Fixed minor documentation errors. --- diff --git a/Changes b/Changes index d373158..1b27a06 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,11 @@ Revision history for File-KDBX. {{$NEXT}} + +0.905 2022-08-06 12:12:42-0600 * Declare Time::Local 1.19 as a required dependency. * Declare CryptX 0.055 as a required dependency. Thanks HIGHTOWE. + * Fixed minor documentation errors. 0.904 2022-07-07 21:51:17-0600 * Use expanded title, username in OTP parameters. diff --git a/README.md b/README.md index 5851f96..cbc2f3e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ File::KDBX - Encrypted database to store secret text and files # VERSION -version 0.904 +version 0.905 # SYNOPSIS @@ -546,7 +546,7 @@ $kdbx->add_entry($entry, %options); $kdbx->add_entry(%entry_attributes, %options); ``` -Add a entry to a database. This is equivalent to identifying a parent group and calling +Add an entry to a database. This is equivalent to identifying a parent group and calling ["add\_entry" in File::KDBX::Group](https://metacpan.org/pod/File%3A%3AKDBX%3A%3AGroup#add_entry) on the parent group, forwarding the arguments. Available options: - `group` - Group object or group UUID to add the entry to (default: root group) @@ -842,7 +842,7 @@ Remove just as many older historical entries as necessary to get under certain l - `max_items` - Maximum number of historical entries to keep (default: value of ["history\_max\_items"](#history_max_items), no limit: -1) - `max_size` - Maximum total size (in bytes) of historical entries to keep (default: value of ["history\_max\_size"](#history_max_size), no limit: -1) -- `max_age` - Maximum age (in days) of historical entries to keep (default: 365, no limit: -1) +- `max_age` - Maximum age (in days) of historical entries to keep (default: value of ["maintenance\_history\_days"](#maintenance_history_days), no limit: -1) ## randomize\_seeds @@ -860,7 +860,7 @@ secure the database when dumped. The attributes that will be randomized are: - ["transform\_seed"](#transform_seed) Randomizing these values has no effect on a loaded database. These are only used when a database is dumped. -You normally do not need to call this method explicitly because the dumper does it explicitly by default. +You normally do not need to call this method explicitly because the dumper does it for you by default. ## key