fixed bug in NOTEDB::pwsafe3 backend, it converted the date

of a note entry into the wrong formatted timestamp.
This commit is contained in:
git@daemon.de
2013-06-17 12:24:56 +02:00
parent bc776e88bf
commit 469b6901e0
5 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
1.3.15:
fixed bug in NOTEDB::pwsafe3 backend, it converted the date
of a note entry into the wrong formatted timestamp.
================================================================================
1.3.14:
fixed bug in NOTEDB::pwsafe3 backend, it used lockging on the
database file for reading, which is wrong.