svnno****@sourc*****
svnno****@sourc*****
2009年 8月 15日 (土) 04:20:07 JST
Revision: 961 http://sourceforge.jp/projects/hiki/svn/view?view=rev&revision=961 Author: fdiary Date: 2009-08-15 04:20:07 +0900 (Sat, 15 Aug 2009) Log Message: ----------- I forgot to commit ChangeLog. Modified Paths: -------------- hiki/trunk/ChangeLog Modified: hiki/trunk/ChangeLog =================================================================== --- hiki/trunk/ChangeLog 2009-08-14 19:19:33 UTC (rev 960) +++ hiki/trunk/ChangeLog 2009-08-14 19:20:07 UTC (rev 961) @@ -1,3 +1,17 @@ +2009-08-14 Kazuhiko <kazuh****@fdiar*****> + + * hiki/page.rb (process): use String#bytesize instead of + String#size if exists. + + * hiki/config.rb (load_cgi_conf): call eval() with binding, that + is required for Ruby 1.9. + + * hiki/db/ptstore.rb: define commit_new if missing, that is + required for Ruby 1.9. + + * hiki/db/tmarshal.rb: use Array#join instead of Array#to_s, whose + specification is different between Ruby 1.8 and Ruby 1.9 + 2009-08-09 Kazuhiko <kazuh****@fdiar*****> * Hiki 0.8.8 released!