From 09223f6ac8e547d465b01b99566aaecb993358cd Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 23 Jul 2014 18:06:58 -0400 Subject: v5 v6: version & changelog (& rakefile) --- data/doc/sisu/CHANGELOG_v5 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data/doc/sisu/CHANGELOG_v5') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index c9416620..1a596776 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -31,6 +31,13 @@ v2 branch is removed; it is available in sisu =< 3.3.2 %% Reverse Chronological: +%% 5.5.3.orig.tar.xz (2014-07-23:29/3) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_5.5.3 +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_5.5.3-1 +http://www.jus.uio.no/sisu/pkg/src/sisu_5.5.3.orig.tar.xz + sisu_5.5.3.orig.tar.xz + sisu_5.5.3-1.dsc + %% 5.5.2.orig.tar.xz (2014-07-22:29/2) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_5.5.2 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_5.5.2-1 -- cgit v1.2.3 From 3b753e3d0e6cc20d6fd3984e60c43963c729e89f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 23 Jul 2014 18:10:24 -0400 Subject: v5 v6: db, rescue where no tables, attempt to initialize db and retry * internally run the equivalent of --createall * (if successful) permitting completion of --import or --update command * make use of action triggers --- data/doc/sisu/CHANGELOG_v5 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data/doc/sisu/CHANGELOG_v5') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 1a596776..89a25da3 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -38,6 +38,12 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.5.3.orig.tar.xz sisu_5.5.3.orig.tar.xz sisu_5.5.3-1.dsc +* db, rescue where no tables attempt to initialize db and retry + (catch db message where no tables and attempt to initialize database) + * internally run the equivalent of --createall + * (if successful) permitting completion of --import or --update command + * make use of action triggers + %% 5.5.2.orig.tar.xz (2014-07-22:29/2) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_5.5.2 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_5.5.2-1 -- cgit v1.2.3