From e3b179441f34de08b35be4186527ad0e37a71946 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Tue, 2 Jun 2015 09:50:44 +0200 Subject: [PATCH] bump --- Changelog | 2 ++ NOTEDB.pm | 2 +- bin/note | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 7aa24ea..7186f5d 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/NOTEDB.pm b/NOTEDB.pm index 434d38a..5ce9324 100644 --- a/NOTEDB.pm +++ b/NOTEDB.pm @@ -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 diff --git a/bin/note b/bin/note index 7c27315..f6d6338 100755 --- a/bin/note +++ b/bin/note @@ -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;