From 06275fe7795c1c3fb0fc43b659436ee3d8fae1c4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 21 Jul 2007 22:56:40 +0100 Subject: init output dir fix, and comment on open standards --- CHANGELOG | 12 ++++++++++++ lib/sisu/v0/cgi_sql_common.rb | 2 +- lib/sisu/v0/defaults.rb | 3 ++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dd58e01f..a36347e5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,18 @@ Reverse Chronological: %% STABLE MANIFEST +%% sisu_0.55.5.orig.tar.gz (2007-07-22:29/7) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.55.5.orig.tar.gz + sisu_0.55.5.orig.tar.gz + sisu_0.55.5-1.dsc + sisu_0.55.5-1.diff.gz + + * initialize output directory, fix + [bug introduced with changed use of variable in 0.55.3] + + * output note added on software libre's use and adherence to practical + open standards + %% sisu_0.55.4.orig.tar.gz (2007-07-20:29/5) http://www.jus.uio.no/sisu/pkg/src/sisu_0.55.4.orig.tar.gz 1d7bcf423b2e13a457d6565bfec74f20 1267367 sisu_0.55.4.orig.tar.gz diff --git a/lib/sisu/v0/cgi_sql_common.rb b/lib/sisu/v0/cgi_sql_common.rb index ac2958d1..56072c7e 100644 --- a/lib/sisu/v0/cgi_sql_common.rb +++ b/lib/sisu/v0/cgi_sql_common.rb @@ -593,7 +593,7 @@ module SiSU_CGI_sql software infrastructure, with the usual GPL (or OSS) suspects.
- Better - "adherence to standards, performance, reliability, scalability, security & total cost of ownership" + Better - "use of and adherence to practical open standards, performance, reliability, scalability, security & total cost of ownership" [not to mention flexibility & choice] and it is software libre.
Get With the Future diff --git a/lib/sisu/v0/defaults.rb b/lib/sisu/v0/defaults.rb index 4963e882..840205c7 100644 --- a/lib/sisu/v0/defaults.rb +++ b/lib/sisu/v0/defaults.rb @@ -1397,7 +1397,7 @@ WOK software infrastructure, with the usual GPL (or OSS) suspects.
- Better - "adherence to standards, performance, reliability, scalability, security & total cost of ownership" + Better - "use of and adherence to practical open standards, performance, reliability, scalability, security & total cost of ownership" [not to mention flexibility & choice] and it is software libre.
Get With the Future @@ -1469,6 +1469,7 @@ WOK def initialize @v=SiSU_Env::Info_version.new.get_version @dir=SiSU_Env::Info_env.new + @date=SiSU_Env::Info_date.new #{@date.year} end def redirect <