diff options
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 22 | ||||
| -rw-r--r-- | data/sisu/v5/v/version.yml | 2 | ||||
| -rw-r--r-- | rbuild | 4 | 
3 files changed, 18 insertions, 10 deletions
| diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 9cc283db..e359ad89 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -3,7 +3,10 @@    <http://sources.sisudoc.org/?p=code/sisu.git;a=blob;f=data/doc/sisu/CHANGELOG_v5;hb=HEAD>  * debian/changelog    <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=blob_plain;f=debian/changelog;hb=refs/heads/debian/sid> -v5 development branch, opened to insulate stable v4 +v5 markup rule change, document structure rule introduced: +   * single document root == document title == heading level A~ +   * adds possible level D~ +   (from 5.2 on (earlier v5 development branch insulated from v4))  v4 stable branch supersedes & replaces v3 branch     initial goals:     * remove/retire "skins"; replace some functionality with headers and/or yml @@ -23,12 +26,17 @@ v2 branch is removed; it is available in sisu =< 3.3.2  %% Reverse Chronological: -%% 5.1.4.orig.tar.xz (2014-01-06:01/1) -http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.1.4 -http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.1.4-1 -http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.4.orig.tar.xz -  sisu_5.1.4.orig.tar.xz -  sisu_5.1.4-1.dsc +%% 5.2.0.orig.tar.xz (2014-01-06:01/1) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.2.0 +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.2.0-1 +http://www.jus.uio.no/sisu/pkg/src/sisu_5.2.0.orig.tar.xz +  sisu_5.2.0.orig.tar.xz +  sisu_5.2.0-1.dsc + +* recalibrate heading levels A~ root 0, introduce possible D~ +  * downstream code consequences +  * markup change of possibilities with possible (occasional) consequences +  * v5 now diverges "un-merge-ably" from v4  * bin/sisu    * (ensure SiSU_version_dir) fix diff --git a/data/sisu/v5/v/version.yml b/data/sisu/v5/v/version.yml index c1f84d4b..76381139 100644 --- a/data/sisu/v5/v/version.yml +++ b/data/sisu/v5/v/version.yml @@ -1,5 +1,5 @@  ---  :project: SiSU -:version: 5.1.4 +:version: 5.2.0  :date_stamp: 2014w01/1  :date: "2014-01-06" @@ -39,10 +39,10 @@ raise 'Please, use ruby1.9.3 or later.' if RUBY_VERSION < '1.9.3'  #create_makefile("sisu")  #% manual settings, edit/update as required (note current default settings are obtained from sisu version yml file)  SiSU_version_next_stable     = '4.2.17' -SiSU_version_next_unstable   = '5.1.4' +SiSU_version_next_unstable   = '5.2.0'  #% rake file  SiSU_version_generic_next_stable     = '4.2.x' -SiSU_version_generic_next_unstable   = '5.1.x' +SiSU_version_generic_next_unstable   = '5.2.x'  SiSU_version_dir_stable            = 'v4'  SiSU_version_dir_unstable          = 'v5'  require 'find' | 
