summaryrefslogtreecommitdiffstats
path: root/buffered-reader/NEWS
blob: b115a958699973b15779b2ca578df40d67f2a0ef (plain)
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
32
33
34
35
36
37
                                                              -*- org -*-
#+TITLE: buffered-reader NEWS – history of user-visible changes
#+STARTUP: content hidestars

* Changes in 1.3.0
** New functionality
   - File::new
   - File::new_with_cookie
* Changes in 1.2.0
** Notable changes
   - BufferedReader::copy is like std::io::copy, but more efficient.
 * Notable fixes
   - A parser bug was fixed.  We classify this as a low-severity
     issue, because Rust correctly detects the out-of-bounds access
     and panics.  If an attacker controls the input, they may be able
     to use this bug to cause a denial of service.
* Changes in 1.1.2
** Notable changes
   - The generic buffered reader now correctly handles end-of-file
     situations.

* Changes in 1.1.1
** Notable changes
   - The generic buffered reader now recycles buffers reducing
     pressure on the heap allocator.

* Changes in 1.1.0
** Notable changes
   - This crate is now licensed under the LGPL 2.0 or later.

* Changes in 1.0.1
** Notable fixes
   - Fixed a crash in Dup::read.

* Changes in 1.0.0

This is the initial stable release.