From 1f7535d129643bd70093a1042cc0d08e6e22293a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 19 Dec 2009 17:22:48 -0500 Subject: changelog, & version number updates --- CHANGELOG | 21 +++++++++++++++++++++ README | 3 ++- bin/sisu_termsheet | 4 ++-- bin/sisu_webrick | 4 ++-- conf/sisu/v1/version.yml | 4 ++-- data/doc/sisu/README | 3 ++- data/doc/sisu/v1/CHANGELOG | 27 ++++++++++++++++++++++++--- 7 files changed, 55 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 92a56752..fb486257 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,11 +4,32 @@ * * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi +* CHANGELOG README data/doc/sisu/ Reverse Chronological: %% STABLE MANIFEST +%% 1.0.0.orig.tar.gz (2009-12-19:50/6) +http://www.jus.uio.no/sisu/pkg/src/sisu_1.0.0.orig.tar.gz + sisu_1.0.0.orig.tar.gz + sisu_1.0.0-1.dsc + sisu_1.0.0-1.diff.gz + * open v1 branch, bump series vesion number to 1 + * with the introduction of sisu version 2 (a new middle layer engine) + imminent, that will be maintained in parallel with this version, it is + time to have a version 1 branch + * version 1 is pretty much the previous release, it will be maintained + alongside version 2 (in the tarball) and the directory structure is + modified to accommodate this + * [version 2: will have a different middle layer; markup remains the same + apart from some modification to document headers] + + * param / document header changed not to accept older markup, e.g. must use + '@title:' rather than '0~title' + + * minor changes inter alia for new directory structure + %% sisu_0.71.4.orig.tar.gz (2009-08-29:34/6) http://www.jus.uio.no/sisu/pkg/src/sisu_0.71.4.orig.tar.gz a9accd67316fcc21fa289dd3923641b182023ee3e038ee7c3324b6e71b129a68 1551081 sisu_0.71.4.orig.tar.gz diff --git a/README b/README index 607b88db..43f84b06 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ -SiSU 0.55 2007w27/6 2007-07-07 +SiSU 1.0 2009 Homepage: +* README CHANGELOG %% Description --------------- diff --git a/bin/sisu_termsheet b/bin/sisu_termsheet index c2c040d3..b70c41ba 100644 --- a/bin/sisu_termsheet +++ b/bin/sisu_termsheet @@ -4,8 +4,8 @@ raise "Please, use Ruby1.8 (1.8.4 or later), current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' or RUBY_VERSION > '1.9' #raise "Please, use Ruby1.8.4 or later, current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' $VERBOSE=nil -branch='v1' -SiSU_lib="sisu/#{branch}" +SiSU_version_dir='v1' +SiSU_lib="sisu/#{SiSU_version_dir}" require "#{SiSU_lib}/termsheet" __END__ diff --git a/bin/sisu_webrick b/bin/sisu_webrick index f954a8a8..df17da57 100644 --- a/bin/sisu_webrick +++ b/bin/sisu_webrick @@ -4,8 +4,8 @@ raise "Please, use Ruby1.8 (1.8.4 or later), current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' or RUBY_VERSION > '1.9' #raise "Please, use Ruby1.8.4 or later, current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' $VERBOSE=nil -branch='v1' -SiSU_lib="sisu/#{branch}" +SiSU_version_dir='v1' +SiSU_lib="sisu/#{SiSU_version_dir}" require "#{SiSU_lib}/webrick" __END__ diff --git a/conf/sisu/v1/version.yml b/conf/sisu/v1/version.yml index 41f094d1..1abdc8d2 100644 --- a/conf/sisu/v1/version.yml +++ b/conf/sisu/v1/version.yml @@ -1,5 +1,5 @@ --- :version: 1.0.0 -:date_stamp: 2009w09/5 -:date: "2009-03-06" +:date_stamp: 2009w50/6 +:date: "2009-12-19" :project: SiSU diff --git a/data/doc/sisu/README b/data/doc/sisu/README index 607b88db..43f84b06 100644 --- a/data/doc/sisu/README +++ b/data/doc/sisu/README @@ -1,5 +1,6 @@ -SiSU 0.55 2007w27/6 2007-07-07 +SiSU 1.0 2009 Homepage: +* README CHANGELOG %% Description --------------- diff --git a/data/doc/sisu/v1/CHANGELOG b/data/doc/sisu/v1/CHANGELOG index 4f34af69..fb486257 100644 --- a/data/doc/sisu/v1/CHANGELOG +++ b/data/doc/sisu/v1/CHANGELOG @@ -4,16 +4,37 @@ * * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi +* CHANGELOG README data/doc/sisu/ Reverse Chronological: %% STABLE MANIFEST +%% 1.0.0.orig.tar.gz (2009-12-19:50/6) +http://www.jus.uio.no/sisu/pkg/src/sisu_1.0.0.orig.tar.gz + sisu_1.0.0.orig.tar.gz + sisu_1.0.0-1.dsc + sisu_1.0.0-1.diff.gz + * open v1 branch, bump series vesion number to 1 + * with the introduction of sisu version 2 (a new middle layer engine) + imminent, that will be maintained in parallel with this version, it is + time to have a version 1 branch + * version 1 is pretty much the previous release, it will be maintained + alongside version 2 (in the tarball) and the directory structure is + modified to accommodate this + * [version 2: will have a different middle layer; markup remains the same + apart from some modification to document headers] + + * param / document header changed not to accept older markup, e.g. must use + '@title:' rather than '0~title' + + * minor changes inter alia for new directory structure + %% sisu_0.71.4.orig.tar.gz (2009-08-29:34/6) http://www.jus.uio.no/sisu/pkg/src/sisu_0.71.4.orig.tar.gz - sisu_0.71.4.orig.tar.gz - sisu_0.71.4-1.dsc - sisu_0.71.4-1.diff.gz + a9accd67316fcc21fa289dd3923641b182023ee3e038ee7c3324b6e71b129a68 1551081 sisu_0.71.4.orig.tar.gz + 1014c3807a2ba159682b8f52c2b287a7858bd83acf4ffa041d99f759dcebd310 1151 sisu_0.71.4-1.dsc + c3566cb294440482526bc10f3bee45ff5eeae7ed6ec39178f1fd3785c6b3d1dd 151444 sisu_0.71.4-1.diff.gz * sql, fix, different solutions for postgresql and sqlite to populate database using ruby-dbi -- cgit v1.2.3