Updated to release 1.7.8
[platform/upstream/eio.git] / NEWS
1 Eio 1.7.8
2  
3 Changes since Eio 1.7.7:
4 ---------------------------
5
6 No changes, just updating to keep in sync with lastest release.
7      
8
9 Eio 1.7.7
10
11 Changes since Eio 1.7.6:
12 -------------------------
13
14 No changes, just updating to keep in sync with last release.
15
16
17 Eio 1.7.6
18
19 Changes since Eio 1.7.5:
20 ------------------------
21
22 Fixes:
23         * Fix wrongly set container in eio_file_map_new.
24
25
26 Eio 1.7.5
27
28 Changes since Eio 1.7.4:
29 ------------------------
30
31 Add:
32         * Add eio_eet_sync symbol.
33
34 Fixes:
35         * Functions no longer crash when passed NULL and throw errors accordingly
36
37
38 Eio 1.7.4
39
40 Changes since Eio 1.7.3:
41 ------------------------
42
43 Fixes:
44         - Fixed crash in eio_monitor_del.
45         - Properly destroy fd on exec.
46         - Add XML output to doc
47         - Add installation rule for doc
48
49
50 Eio 1.7.3
51
52 Changes since Eio 1.7.2:
53 ------------------------
54
55 Fixes:
56         - Fix build on Solaris.
57         - Don't leak fd on exec.
58         - Don't stop on limited access right.
59
60 Eio 1.7.2
61
62 Changes since Eio 1.7.1:
63 -------------------------
64
65 No changes, just updating to keep in sync with last release.
66
67 Changes since Eio 1.7.0:
68 -------------------------
69
70 Improvements:
71         - path monitoring on Windows.
72
73 Fixes:
74         - Fix memory corruption by allocating enough memory in
75         eio_eet_data_read_cipher().
76         - Fix build with xattr without splice.
77
78 Changes since Eio 1.0.0:
79 -------------------------
80
81 Additions:
82
83 Fixes:
84         - build out of tree.
85         - detect when requesting to monitor a different file with the same name.
86         - memory leak when shutting down fallback monitor.
87         - properly shutdown monitor.
88         - Fix segfault when shutting down the Windows monitor.
89         - Fix memory leak when using file_associate.
90
91 Improvements:
92         - Add log debugging macros.
93
94 Removal: