diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-12 09:46:28 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-12 09:46:28 +0000 |
| commit | 7bb5df25e2a1d97338800450e6d03654965cf3a2 (patch) | |
| tree | 9d4333cad91f764578e805b178f9588614987785 /NEWS | |
| parent | d7e305c42766850dd7141bdeb7fea9fdc3c554f8 (diff) | |
| download | ruby-7bb5df25e2a1d97338800450e6d03654965cf3a2.tar.gz ruby-7bb5df25e2a1d97338800450e6d03654965cf3a2.tar.xz ruby-7bb5df25e2a1d97338800450e6d03654965cf3a2.zip | |
- Remove doc/NEWS when we have doc/NEWS-1.9.1.
- Add NEWS for keeping changes since 1.9.1.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 51 |
1 files changed, 51 insertions, 0 deletions
@@ -0,0 +1,51 @@ += NEWS + +This document is a list of user visible feature changes made between +releases except for bug fixes. + +Note that each entry is kept so brief that no reason behind or +reference information is supplied with. For a full list of changes +with all sufficient information, see the ChangeLog file. + +== Changes since the 1.9.1 release + +=== Library updates (outstanding ones only) + +* builtin classes + + * Enumerator#rewind + + Now calls the "rewind" method of the enclosed object if defined. + +* rss + + * 0.2.4 -> 0.2.5 + + * RSS::Maker.make + * raise an exception not returns nil for invalid feed making. + * requires block. + + * RSS::Maker.[] + * new method to return maker class. + +* REXML + + * REXML::Document.entity_expansion_limit= + + New method to set the entity expansion limit. By default the limit is + set to 10000. See the following URL for details. + + http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/ + +* logger + + * imported upstream version (logger/1.2.7) + * do not raise an exception even if log writing failed. + * do not raise ShiftingError if an aged file already exists. + (no ShiftingError will be raised from 1.2.7, just warn() instead) + +=== Compatibility issues (excluding feature bug fixes) + + * Enumerator#rewind + + See above. |
