diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v3 | 26 | ||||
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v4 | 31 | ||||
| -rw-r--r-- | data/sisu/v3/v/version.yml | 6 | ||||
| -rw-r--r-- | data/sisu/v4/v/version.yml | 6 | 
4 files changed, 62 insertions, 7 deletions
| diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 86b18d42..e3b717b8 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -29,6 +29,32 @@ v1 branch is removed; it is available in sisu =< 2.7  %% Reverse Chronological: +%% 3.3.5.orig.tar.xz (2013-01-23:03/3) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_3.3.5 +http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.5.orig.tar.xz +  sisu_3.3.5.orig.tar.xz +  sisu_3.3.5-1.dsc +  sisu_3.3.5-1.debian.tar.gz + +* v3: epub +  * remove unnecessary conversion of some utf-8 characters to xhtml +    representation; fix as messed up table of contents, toc.ncx +    (e.g. in calibre) [bug reported by Mikael Böök] +  * provide full depth epub table of contents [request Mikael Böök] +  * cosmetic arrangement of code <<-WOK +  * xhtml structure error, fix missing </div> +    [bug reported by Mikael Böök] (fix of additional detail) + +* v3: html +  * remove unnecessary conversion of some utf-8 characters to html +    representation + +* v3: texpdf_format +  * list of .sty files (and their texlive source within Debian) +    [not part of code] + +* v3: param, match possible sisu version, detail +  %% 3.3.4.orig.tar.xz (2013-01-01:00/2)  http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_3.3.4  http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.4.orig.tar.xz diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 104c824c..f5d9f44a 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -1,5 +1,5 @@  %% SiSU version 4 -v4 branch supersedes & replaces v3 branch +v4 stable branch supersedes & replaces v3 branch     initial goals:     * remove/retire "skins"; replace some functionality with headers and/or yml       file (consider header like syntax for document and site appearance info) @@ -17,6 +17,35 @@ v2 branch is removed; it is available in sisu =< 3.3.2  %% Reverse Chronological: +%% 4.0.2.orig.tar.xz (2013-01-23:03/3) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.2 +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.2-1 +http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.2.orig.tar.xz +  sisu_4.0.2.orig.tar.xz +  sisu_4.0.2-1.dsc +  sisu_4.0.2-1.debian.tar.gz + +* v4: epub +  * remove unnecessary conversion of some utf-8 characters to xhtml +    representation; fix as messed up table of contents, toc.ncx +    (e.g. in calibre) [bug reported by Mikael Böök] +  * provide full depth epub table of contents [request Mikael Böök] +  * cosmetic arrangement of code <<-WOK +  * xhtml structure error, fix missing </div> +    [bug reported by Mikael Böök] (fix of additional detail) + +* v4: html +  * remove unnecessary conversion of some utf-8 characters to html +    representation + +* v4: texpdf_format +  * list of .sty files (and their texlive source within Debian) +    [not part of code] + +* v4: param, match possible sisu version, detail + +* v4: sysenv, debug tag, triggered where output type not set +  %% 4.0.1.orig.tar.xz (2013-01-01:00/2)  http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.1  http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.1-1 diff --git a/data/sisu/v3/v/version.yml b/data/sisu/v3/v/version.yml index e2927f10..db15c4ed 100644 --- a/data/sisu/v3/v/version.yml +++ b/data/sisu/v3/v/version.yml @@ -1,5 +1,5 @@  --- -:version: 3.3.4 -:date_stamp: 2013w00/2 -:date: "2013-01-01" +:version: 3.3.5 +:date_stamp: 2013w03/3 +:date: "2013-01-23"  :project: SiSU diff --git a/data/sisu/v4/v/version.yml b/data/sisu/v4/v/version.yml index 2e6cdf1b..bc7ac30a 100644 --- a/data/sisu/v4/v/version.yml +++ b/data/sisu/v4/v/version.yml @@ -1,5 +1,5 @@  --- -:version: 4.0.1 -:date_stamp: 2013w00/2 -:date: "2013-01-01" +:version: 4.0.2 +:date_stamp: 2013w03/3 +:date: "2013-01-23"  :project: SiSU | 
