2010-02-03 09:52:23 -05:00
|
|
|
# -*- rd -*-
|
2008-12-12 04:46:28 -05:00
|
|
|
= 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.
|
|
|
|
|
2011-07-10 10:54:03 -04:00
|
|
|
== Changes since the 1.9.3 release
|
2010-09-15 12:14:05 -04:00
|
|
|
|
2010-09-10 04:20:47 -04:00
|
|
|
=== C API updates
|
2010-07-05 03:11:44 -04:00
|
|
|
=== Library updates (outstanding ones only)
|
2011-07-12 10:42:48 -04:00
|
|
|
|
|
|
|
* builtin classes
|
|
|
|
|
2011-07-19 18:17:13 -04:00
|
|
|
* Kernel
|
|
|
|
* extended method:
|
|
|
|
* Kernel#warn accepts multiple args in like puts.
|
|
|
|
|
2011-07-12 10:42:48 -04:00
|
|
|
* Signal
|
|
|
|
* incompatible changes:
|
|
|
|
* Signal.trap raises ArgumentError when :SEGV, :BUS, :ILL, :FPE, :VTALRM
|
|
|
|
are specified.
|
|
|
|
|
2011-08-25 19:24:33 -04:00
|
|
|
* Time
|
|
|
|
* change return value:
|
|
|
|
* Time#to_s returned encoding defaults to US-ASCII but automatically
|
|
|
|
transcodes to Encoding.default_internal if it is set.
|
|
|
|
|
2011-09-09 03:48:00 -04:00
|
|
|
* net/imap
|
|
|
|
* new methods:
|
|
|
|
* Net::IMAP.default_port
|
|
|
|
* Net::IMAP.default_imap_port
|
|
|
|
* Net::IMAP.default_tls_port
|
|
|
|
* Net::IMAP.default_ssl_port
|
|
|
|
* Net::IMAP.default_imaps_port
|
|
|
|
|
2010-10-28 07:14:05 -04:00
|
|
|
=== Language changes
|
2010-07-05 03:11:44 -04:00
|
|
|
=== Compatibility issues (excluding feature bug fixes)
|
|
|
|
|
2011-07-12 10:42:48 -04:00
|
|
|
* Signal.trap
|
|
|
|
|
|
|
|
See above.
|