aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/CHANGELOG_v2
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/CHANGELOG_v2')
-rw-r--r--data/doc/sisu/CHANGELOG_v249
1 files changed, 49 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v2 b/data/doc/sisu/CHANGELOG_v2
index dc024147..1420cfe6 100644
--- a/data/doc/sisu/CHANGELOG_v2
+++ b/data/doc/sisu/CHANGELOG_v2
@@ -12,6 +12,55 @@ Reverse Chronological:
%% STABLE Branch
+%% 2.9.3.orig.tar.gz (2011-04-27:17/3) [see 3.0.8]
+http://git.sisudoc.org/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/3.0.8-1
+
+ * bin/sisu3 bin/sisu /bin/sisu_webrick bin/sisu_termsheet
+ * improved ruby version check
+
+ * vim
+ * sisu syntax change of a couple of color groups (Delimiter instead of
+ Include)
+ * 8 color cterm colorschemes
+ * sparse series uses dark grey on black, usually looks better, but only
+ works with a fixed color cursor, preferred in terms where you can get
+ away with using it
+ * frugal series avoids dark grey
+ * slate for cterm now incorporates frugal-cterm-sisu
+ * *-cterm-ruby & *-cterm-sisu colors adjusted where other color groupings are
+ preferred for programming / sisu markup
+
+ * sysenv, lowriter (instead of oowriter)
+
+ * manpage, reinstate escape of hyphens (clearly preferred, else lintian
+ reports hyphen-used-as-minus-sign)
+
+ * NOTE: generated cgi sample search form caught by Ruby/DBI libdbi-ruby1.9.1
+ reported as libdbd-pg-ruby1.9.1 bug #596103, where "select_all fails". The
+ cgi sample search scripts for postgresql and sqlite3 are almost identical,
+ both work in ruby 1.8.7, both have the same error in ruby 1.9.2... a very
+ similar bug is reported about the mysql library. Should #596103 and the
+ upstream report be reported against Ruby/DBI (libdbi-ruby1.9.1) rather than
+ libdbd-pg-ruby1.9.1?
+ * <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596103>
+ * <http://rubyforge.org/tracker/index.php?func=detail&aid=28624&group_id=234&atid=967>
+ * <http://rubyforge.org/forum/forum.php?set=custom&forum_id=958&style=nested&max_rows=25&submit=Change+View>
+ fix/workaround options include:
+ * await bugfix, (bug has existed at least since 2010-09)
+ * rewrite for ruby-dbi using other constructs
+ e.g. s.fetch {|row| ...}
+ * revert to ruby 1.8.7 for the cgi script (they work independently of the
+ rest of the program anyway)
+ * rewrite for individual database dbi re: psql and sqlite3
+ * await rdbi (ruby-dbi replacement), also needs to be packaged for Debian
+ <rdbi https://github.com/RDBI/rdbi>
+ <http://rdbi.hollensbe.org/>
+ <http://rdbi.hollensbe.org/files/README_rdoc.html>
+ and develop for that
+ or some meaningful combination of any of the above.
+
+ * vim colors colorscheme sparse-* frugal-* Slate minor changes
+
%% 2.9.2.orig.tar.gz (2011-04-20:16/3) [see 3.0.7]
http://git.sisudoc.org/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/3.0.7-1