mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 12:41:10 +01:00
bump
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
NEXT: fixed bug in mysql backend.
|
||||||
|
================================================================================
|
||||||
1.3.21:
|
1.3.21:
|
||||||
Changed note id generation in NOTEDB::pwsafe3::_uuid(), again.
|
Changed note id generation in NOTEDB::pwsafe3::_uuid(), again.
|
||||||
Instead of crc checksums and the loop to avoid duplicates, I just
|
Instead of crc checksums and the loop to avoid duplicates, I just
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ package NOTEDB;
|
|||||||
use Exporter ();
|
use Exporter ();
|
||||||
use vars qw(@ISA @EXPORT $crypt_supported);
|
use vars qw(@ISA @EXPORT $crypt_supported);
|
||||||
|
|
||||||
$NOTEDB::VERSION = "1.42";
|
$NOTEDB::VERSION = "1.43";
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
# make sure, it works, otherwise encryption
|
# make sure, it works, otherwise encryption
|
||||||
|
|||||||
2
bin/note
2
bin/note
@@ -144,7 +144,7 @@ $CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
|
|||||||
$USER = getlogin || getpwuid($<);
|
$USER = getlogin || getpwuid($<);
|
||||||
chomp $USER;
|
chomp $USER;
|
||||||
$TOPIC = 1;
|
$TOPIC = 1;
|
||||||
$version = "1.3.21";
|
$version = "1.3.22";
|
||||||
$CurDepth = 1; # the current depth inside the topic "directory" structure...
|
$CurDepth = 1; # the current depth inside the topic "directory" structure...
|
||||||
$maxlen = "auto";
|
$maxlen = "auto";
|
||||||
$timelen = 22;
|
$timelen = 22;
|
||||||
|
|||||||
Reference in New Issue
Block a user