changed ::pwsafe3 note id generation

This commit is contained in:
git@daemon.de
2015-02-24 10:35:20 +01:00
parent 64e7948b55
commit fe6b076da0
5 changed files with 23 additions and 28 deletions

View File

@@ -1,3 +1,10 @@
1.3.21:
Changed note id generation in NOTEDB::pwsafe3::_uuid(), again.
Instead of crc checksums and the loop to avoid duplicates, I just
use a counter and sort the entries by ctime, so that older entries
keep their note id. Also this should fix a rare bug, where the
code hangs because of said loop.
================================================================================
1.3.20:
fixed bug in NOTEDB::pwsafe3::_retrieve(), it iterated over the
records unsorted which resulted in different note ids each time