aboutsummaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-06-09 23:01:57 -0400
committerRalph Amissah <ralph@amissah.com>2011-06-09 23:07:11 -0400
commit74c346fa583cd93f05b7701dbce2d5bb178ee5c9 (patch)
treec84c6a125f78175b77928cac3d3cfe90541da3b1 /data
parentv3: harvest, work for alt output structures; for each language (diff)
v3: cgi, sample search form reverted to '#!/usr/bin/env ruby'
* appears to be a fix in libdbi-ruby1.9.1, see comments in sisu-3.0.8 changelog
Diffstat (limited to 'data')
-rw-r--r--data/doc/sisu/CHANGELOG_v311
1 files changed, 10 insertions, 1 deletions
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3
index bb9309f5..89d301a9 100644
--- a/data/doc/sisu/CHANGELOG_v3
+++ b/data/doc/sisu/CHANGELOG_v3
@@ -26,6 +26,14 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.12.orig.tar.gz
* produce authors and topics lists for the documents that are available,
according to availability in each language
+ * cgi generated sample search form
+ * use ruby 1.9.2 shebang/header (sisu-pgsql, sisu-sqlite) recent upload
+ of libdbi-ruby1.9.1 fixes bug reported as #596103 (against
+ libdbd-pg-ruby1.9.1), search forms (pgsql & sqlite) can now use ruby
+ 1.9.2, so cgi headers changed back to #!/usr/bin/env ruby [however must
+ use ruby >=1.9.2] (from #!/usr/bin/ruby1.8) [see sisu-3.0.8 NOTE &
+ "sample search form" solution, (now superseded)]
+
* options
* restrict glob rule checks to when --glob (-G) or --find (-f) requested
* carry information on document language (from filename and or directory
@@ -183,7 +191,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.8.orig.tar.gz
* title, src_filename and language_document_char fields mandatory
(title, title_main, src_filename, language_document_char)
- * NOTE: cgi sample search form caught by Ruby/DBI libdbi-ruby1.9.1 reported
+ * NOTE: [libdbi-ruby1.9.1 fixed in unstable 2011-06-06, & for sisu-3.0.12]
+ cgi sample search form caught by Ruby/DBI libdbi-ruby1.9.1 reported
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