diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-07-23 18:14:46 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-07-23 18:14:46 -0400 |
commit | 9207fcb6d7953a7acc3024e1cd21edcdd83e9ffa (patch) | |
tree | a381f8590bcf6721f1d088c3ab5211e1a079d008 /data | |
parent | debian/changelog (5.5.2-1) (diff) | |
parent | v5 v6: db, reorganize previous commit (diff) |
Merge tag 'sisu_5.5.3' into debian/sid
SiSU 5.5.3
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 13 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v6 | 13 | ||||
-rw-r--r-- | data/sisu/v5/v/version.yml | 6 | ||||
-rw-r--r-- | data/sisu/v6/v/version.yml | 6 |
4 files changed, 32 insertions, 6 deletions
diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index c9416620..89a25da3 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -31,6 +31,19 @@ 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 + +* 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 diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6 index e41a12e0..7628fd67 100644 --- a/data/doc/sisu/CHANGELOG_v6 +++ b/data/doc/sisu/CHANGELOG_v6 @@ -21,6 +21,19 @@ v2 branch is removed; it is available in sisu =< 3.3.2 %% Reverse Chronological: +%% 6.1.3.orig.tar.xz (2014-07-23:29/3) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_6.1.3 +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_6.1.3-1 +http://www.jus.uio.no/sisu/pkg/src/sisu_6.1.3.orig.tar.xz + sisu_6.1.3.orig.tar.xz + sisu_6.1.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 + %% 6.1.2.orig.tar.xz (2014-07-22:29/2) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_6.1.2 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_6.1.2-1 diff --git a/data/sisu/v5/v/version.yml b/data/sisu/v5/v/version.yml index af2b37c3..cb6a11a3 100644 --- a/data/sisu/v5/v/version.yml +++ b/data/sisu/v5/v/version.yml @@ -1,5 +1,5 @@ --- :project: SiSU -:version: 5.5.2 -:date_stamp: 2014w29/2 -:date: "2014-07-22" +:version: 5.5.3 +:date_stamp: 2014w29/3 +:date: "2014-07-23" diff --git a/data/sisu/v6/v/version.yml b/data/sisu/v6/v/version.yml index 426aff5d..ce0764ed 100644 --- a/data/sisu/v6/v/version.yml +++ b/data/sisu/v6/v/version.yml @@ -1,5 +1,5 @@ --- :project: SiSU -:version: 6.1.2 -:date_stamp: 2014w29/2 -:date: "2014-07-22" +:version: 6.1.3 +:date_stamp: 2014w29/3 +:date: "2014-07-23" |