aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-06-09 23:09:12 -0400
committerRalph Amissah <ralph@amissah.com>2011-06-09 23:09:14 -0400
commit5a1e3ba75950045f600e5667fb09a1131da2b790 (patch)
tree2540594a5657cc2b0c8d8ee835627e2cb175ae18 /data/doc
parentv3: cgi, sample search form reverted to '#!/usr/bin/env ruby' (diff)
v3: cgi, sample search form, force utf-8 character encoding to avoid issuessisu_3.0.12
Diffstat (limited to 'data/doc')
-rw-r--r--data/doc/sisu/CHANGELOG_v33
1 files changed, 3 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3
index 89d301a9..5af32fc2 100644
--- a/data/doc/sisu/CHANGELOG_v3
+++ b/data/doc/sisu/CHANGELOG_v3
@@ -33,6 +33,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.12.orig.tar.gz
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)]
+ * force utf-8 character encoding to avoid issues, fix
+ (incompatible character encodings: UTF-8 and US-ASCII)
+ * correction of a variable name, fix
* options
* restrict glob rule checks to when --glob (-G) or --find (-f) requested