diff options
| author | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-18 12:20:13 +0000 |
|---|---|---|
| committer | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-18 12:20:13 +0000 |
| commit | 698acd7804cb791bbf9725bfd6a915914e0e3d23 (patch) | |
| tree | b0cb61753544ded8deb73337bd4b6833bb8c1c40 /ChangeLog | |
| parent | 43e52695185f8215a14a664d6a84894c132eb937 (diff) | |
| download | ruby-698acd7804cb791bbf9725bfd6a915914e0e3d23.tar.gz ruby-698acd7804cb791bbf9725bfd6a915914e0e3d23.tar.xz ruby-698acd7804cb791bbf9725bfd6a915914e0e3d23.zip | |
* lib/cgi/session.rb: fix bug for ignore session_id option.
report from [ruby-core:18635], [Bug #572]
* lib/cgi/core.rb: use Encoding#find when encoding set.
* test/cgi/test_cgi_session.rb: test for session_id specified.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Dec 18 21:12:28 2008 Takeyuki FUJIOKA <xibbar@ruby-lang.org> + + * lib/cgi/session.rb: fix bug for ignore session_id option. + report from [ruby-core:18635], [Bug #572] + + * lib/cgi/core.rb: use Encoding#find when encoding set. + + * test/cgi/test_cgi_session.rb: test for session_id specified. + Thu Dec 18 17:00:56 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * hash.c (rb_hash_aset): string key copying only happen if key is |
