]> git.proxmox.com Git - rustc.git/blob - vendor/inotify/CHANGELOG.md
New upstream version 1.48.0+dfsg1
[rustc.git] / vendor / inotify / CHANGELOG.md
1 <a name="v0.8.3"></a>
2 ### v0.8.3 (2020-06-05)
3
4 - Avoid using `inotify_init1` ([#146])
5
6 [#146]: https://github.com/hannobraun/inotify/pull/146
7
8
9 <a name="v0.8.2"></a>
10 ### v0.8.2 (2020-01-25)
11
12 - Ensure file descriptor is closed on drop ([#140])
13
14 [#140]: https://github.com/inotify-rs/inotify/pull/140
15
16
17 <a name="v0.8.1"></a>
18 ### v0.8.1 (2020-01-23)
19
20 No changes, due to a mistake made while releasing this version.
21
22
23 <a name="v0.8.0"></a>
24 ### v0.8.0 (2019-12-04)
25
26 - Update to tokio 0.2 and futures 0.3 ([#134])
27
28 [#134]: https://github.com/inotify-rs/inotify/pull/134
29
30
31 <a name="v0.7.0"></a>
32 ### v0.7.0 (2019-02-09)
33
34 #### Features
35
36 * Make stream API more flexible in regards to buffers ([ea3e7a394bf34a6ccce4f2136c0991fe7e8f1f42](ea3e7a394bf34a6ccce4f2136c0991fe7e8f1f42)) (breaking change)
37
38 <a name="v0.6.1"></a>
39 ### v0.6.1 (2018-08-28)
40
41
42 #### Bug Fixes
43
44 * Don't return spurious filenames ([2f37560f](2f37560f))
45
46
47
48 <a name="v0.6.0"></a>
49 ## v0.6.0 (2018-08-16)
50
51
52 #### Features
53
54 * Handle closing of inotify instance better ([824160fe](824160fe))
55 * Implement `EventStream` using `mio` ([ba4cb8c7](ba4cb8c7))
56
57
58
59 <a name="v0.5.1"></a>
60 ### v0.5.1 (2018-02-27)
61
62 #### Features
63
64 * Add future-based async API ([569e65a7](569e65a7), closes [#49](49))
65
66
67