diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-03-23 21:49:33 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-03-24 09:14:34 -0400 |
commit | 9e82ccef5eeb3228c7c958b049de4cbbf6b0d8a2 (patch) | |
tree | ecb8fccc7f527f6f5b6f98b36a5db973f94a5ad3 /data | |
parent | v2, v3: vim syntax highlighting, fix typo (diff) |
v3, v2: bin/sisu*: v3 development ruby >=1.9.2p180; v2 maintenance ruby >=1.8.7
* bin/sisu* version checks
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v2 | 9 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v3 | 8 | ||||
-rw-r--r-- | data/sisu/v2/v/version.yml | 6 | ||||
-rw-r--r-- | data/sisu/v3/v/version.yml | 4 |
4 files changed, 20 insertions, 7 deletions
diff --git a/data/doc/sisu/CHANGELOG_v2 b/data/doc/sisu/CHANGELOG_v2 index 313a9893..92868dc8 100644 --- a/data/doc/sisu/CHANGELOG_v2 +++ b/data/doc/sisu/CHANGELOG_v2 @@ -12,9 +12,16 @@ Reverse Chronological: %% STABLE Branch -%% 2.8.3.orig.tar.gz (2011-03-20:11/7) [see 3.0.5] +%% 2.9.0.orig.tar.gz (2011-03-23:12/3) [see 3.0.5] http://git.sisudoc.org/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/3.0.5-1 + * move to ruby >=1.9.2p180: simplify development of v3 and maintenance of v2 + * bin/sisu demand ruby >=1.9.2p180 (version checks) + * debian/control, dependencies + [enforcing use of ruby >= 1.9.2 reason for version bump, note should at + least be v1.9.2p180, when issues in earlier versions of ruby-1.9.2 were + first observed to be gone] + * vim syntax highlighting, fix typo %% 2.8.2.orig.tar.gz (2011-03-11:10/5) [see 3.0.3] diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 6ae16842..192a830f 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -13,13 +13,19 @@ Reverse Chronological: %% Development branch UNSTABLE v3 branch once stable will supersede & replace current stable v2 branch -%% 3.0.5.orig.tar.gz (2011-03-20:11/7) +%% 3.0.5.orig.tar.gz (2011-03-23:12/3) http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/debian/3.0.5-1 http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.5.orig.tar.gz sisu_3.0.5.orig.tar.gz sisu_3.0.5-1.dsc sisu_3.0.5-1.debian.tar.gz + * move to ruby >=1.9.2p180: simplify development of v3 and maintenance of v2 + * bin/sisu demand ruby >=1.9.2p180 (version checks) + * debian/control, dependencies + [note should at least be v1.9.2p180, when issues in earlier versions of + ruby-1.9.2 were first observed to be gone] + * vim syntax highlighting, fix typo %% 3.0.4.orig.tar.gz (2011-03-11:10/5) diff --git a/data/sisu/v2/v/version.yml b/data/sisu/v2/v/version.yml index bb6a21b0..be98c78f 100644 --- a/data/sisu/v2/v/version.yml +++ b/data/sisu/v2/v/version.yml @@ -1,5 +1,5 @@ --- -:version: 2.8.3 -:date_stamp: 2011w11/7 -:date: "2011-03-20" +:version: 2.9.0 +:date_stamp: 2011w12/3 +:date: "2011-03-23" :project: SiSU diff --git a/data/sisu/v3/v/version.yml b/data/sisu/v3/v/version.yml index ef6be262..4baf4911 100644 --- a/data/sisu/v3/v/version.yml +++ b/data/sisu/v3/v/version.yml @@ -1,5 +1,5 @@ --- :version: 3.0.5-beta-rb1.9.2p180 -:date_stamp: 2011w11/7 -:date: "2011-03-20" +:date_stamp: 2011w12/3 +:date: "2011-03-23" :project: SiSU |