This commit is contained in:
git@daemon.de
2015-06-02 09:50:44 +02:00
parent f30ea07b7e
commit e3b179441f
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
NEXT: fixed bug in mysql backend.
================================================================================
1.3.21:
Changed note id generation in NOTEDB::pwsafe3::_uuid(), again.
Instead of crc checksums and the loop to avoid duplicates, I just

View File

@@ -10,7 +10,7 @@ package NOTEDB;
use Exporter ();
use vars qw(@ISA @EXPORT $crypt_supported);
$NOTEDB::VERSION = "1.42";
$NOTEDB::VERSION = "1.43";
BEGIN {
# make sure, it works, otherwise encryption

View File

@@ -144,7 +144,7 @@ $CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
$USER = getlogin || getpwuid($<);
chomp $USER;
$TOPIC = 1;
$version = "1.3.21";
$version = "1.3.22";
$CurDepth = 1; # the current depth inside the topic "directory" structure...
$maxlen = "auto";
$timelen = 22;