blob: 1fddc650e1401448c6bffa0b8fd65d273b59dfab (
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
|
Eio 1.8.0
Changes since Eio 1.7.0:
-------------------------
Additions:
Fixes:
- fix monitor shutdown when mainloop did never run.
- fix build with xattr and without splice.
- don't stop on limited access right.
- Fix memory corruption by allocating enough memory in eio_eet_data_read_cipher().
Improvements:
Removal:
Eio 1.7.0
Changes since Eio 1.0.0:
-------------------------
Additions:
Fixes:
- build out of tree.
- detect when requesting to monitor a different file with the same name.
- memory leak when shutting down fallback monitor.
- properly shutdown monitor.
- Fix segfault when shutting down the Windows monitor.
- Fix memory leak when using file_associate.
Improvements:
- Add log debugging macros.
- path monitoring on Windows.
Removal:
|