File: NEWS

package info (click to toggle)
ruby-io-like 0.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 184 kB
  • sloc: ruby: 514; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,101 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
= News and Notifications by Version

This file lists noteworthy changes which may affect users of this project.  More
detailed information is available in the rest of the documentation.

<b>NOTE:</b> Date stamps in the following entries are in YYYY/MM/DD format.


== v0.3.0 (2009/04/29)

* Fixed the rewind method to work with write-only streams
* Fixed the read, gets, and readline methods to return partial data if they have
  such data but receive low level errors before reaching a stopping point
* Renamed all private methods so that it is highly unlikely that they will be
  accidentally overridden.
* Eliminated warnings caused by referencing uninitialized instance variables
* Improved the documentation for the read, gets, and readline methods


== v0.2.0 (2009/03/11)

* Added mspec tests borrowed from the rubyspec project
* Fixed many, many defects related to IO compatibility (Mostly obscure corner
  cases)


== v0.1.0 (2008/07/03)

* Initial release
* All read, write, and seek functions implemented as defined in Ruby 1.8.6
* Most other IO methods also provided as no-ops and similar