ADDED: New backend added: NOTEDB::pwsafe3, which adds support to store

notes in a Password Safe v3 database.
FIXED:          -d didn't work, because of a typo in mode assignment.
This commit is contained in:
TLINDEN
2012-02-10 20:38:15 +01:00
parent a5188ae5da
commit f0a972af06
9 changed files with 2465 additions and 12 deletions

View File

@@ -431,7 +431,12 @@ input and overwrites an existing database.
Before you use the B<-o> switch, I consider you to make a backup!
=head3 BACKUP FILE FORMAT
B<Caution>: since version 1.3.8 note uses a new file format
for backups: YAML. The old format is only supported by the
B<-I> option to import old backups. New backups are always
created as YAML files. See L<YAML>.
@@ -530,6 +535,6 @@ Thomas Linden <tom at linden dot at>
=head1 VERSION
1.3.6 (07/20/2009)
1.3.8 (02/01/2012)
=cut