forked from openkylin/efl
62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
2012-04-26 Carsten Haitzler (The Rasterman)
|
|
|
|
* 1.0.0 release
|
|
|
|
2012-04-30 Jérôme Pinot
|
|
|
|
* Fix build out of tree.
|
|
|
|
2012-05-09 Cedric Bail
|
|
|
|
* Actually test if we are really requesting to monitor the same file.
|
|
|
|
2012-08-02 Cedric Bail
|
|
|
|
* Fix a memory leak when shutting down fallback monitor.
|
|
|
|
2012-08-07 Cedric Bail
|
|
|
|
* Properly shutdown monitor when calling eio_shutdown.
|
|
|
|
2012-08-21 Cedric Bail
|
|
|
|
* Add a comment describing the false positiv detected by static analyzer
|
|
when calling eio_file_set.
|
|
|
|
2012-08-07 Vincent Torri
|
|
|
|
* Do not free Windows stuff when it is not used. Fix seg fault
|
|
* Add log debugging macros
|
|
|
|
2012-08-30 Cedric Bail
|
|
|
|
* Fix memory leak when using file associate API.
|
|
|
|
2012-08-30 Carsten Haitzler (The Rasterman)
|
|
|
|
1.7.0 release
|
|
|
|
2012-09-06 Vincent Torri
|
|
|
|
* Improve file monitoring on Windows to mimic more inotify behavior.
|
|
|
|
2012-09-10 Cedric Bail
|
|
|
|
* Fix monitor shutdown when mainloop did never run.
|
|
|
|
2012-09-14 Cedric Bail
|
|
|
|
* Fix build with xattr without splice.
|
|
|
|
2012-09-27 Cedric Bail
|
|
|
|
* Don't stop on limited access right.
|
|
|
|
2012-10-03 Daniel Willmann
|
|
* Fix memory corruption by allocating enough memory in
|
|
eio_eet_data_read_cipher().
|
|
|
|
2012-11-23 Sebastian Dransfeld
|
|
|
|
* Correctly define alloca
|