Changelog for
gamin-devel-0.1.1-3.FC4.x86_64.rpm :
Sat Jul 30 00:00:00 2005 Daniel Veillard
0.1.1-3.FC4
- applying patch fixing #159568
Sat Jun 11 00:00:00 2005 Daniel Veillard 0.1.1-1
- gamin_data_conn_event fix
- crash from bug gnome #303932
- Inotify and mounted media #171201
- mounted media did not show up on Desktop #159748
- write may not be atomic
- Monitoring a directory when it is a file
- Portability to Hurd/Mach and various code cleanups
- Added support for ~ as user home alias in .gaminrc
Fri May 13 00:00:00 2005 Daniel Veillard 0.1.0-1
- Close inherited file descriptors on exec of gam_server
- Cancelling a monitor send back a FAMAcknowledge
- Fixed for big files > 2GB
- Bug when monitoring a non existing directory
- Make client side thread safe
- Unreadable directory fixes
- Better flow control handling
- Updated to latest inotify version: 0.23-6
Tue Mar 15 23:00:00 2005 Daniel Veillard 0.0.26-1
- Fix an include problem showing up with gcc4
- Fix the crash on failed tree assert bug #150471 based on patch from Dean Brettle
- removed an incompatibility with SGI FAM #149822
Tue Mar 1 23:00:00 2005 Daniel Veillard 0.0.25-1
- Fix a configure problem reported by Martin Schlemmer
- Fix the /media/
* and /mnt/
* mount blocking problems from 0.0.24 e.g. #142637
- Fix the monitoring of directory using poll and not kernel
Fri Feb 18 23:00:00 2005 Daniel Veillard 0.0.24-1
- more documentation
- lot of serious bug fixes including Gnome Desktop refresh bug
- extending the framework for more debug (configure --enable-debug-api)
- extending the python bindings for watching the same resource multiple times
and adding debug framework support
- growing the regression tests a lot based on python bindings
- inotify-0.19 patch from John McCutchan
- renamed python private module to _gamin to follow Python PEP 8
Tue Feb 8 23:00:00 2005 Daniel Veillard 0.0.23-1
- memory corruption fix from Mark on the client side
- extending the protocol and API to allow skipping Exists and EndExists
events to avoid deadlock on reconnect or when they are not used.
Mon Jan 31 23:00:00 2005 Daniel Veillard 0.0.22-1
- bit of python bindings improvements, added test
- fixed 3 bugs
Wed Jan 26 23:00:00 2005 Daniel Veillard 0.0.21-1
- Added Python support
- Updated for inotify-0.18
Thu Jan 6 23:00:00 2005 Daniel Veillard 0.0.20-1
- Frederic Crozat seems to have found the GList corruption which may fix
- Frederic Crozat also fixed poll only mode
Fri Dec 3 23:00:00 2004 Daniel Veillard 0.0.19-1
- still chasing the loop bug, made another pass at checking GList,
added own copy with memory poisonning of GList implementation.
- fixed a compile issue when compiling without debug
Fri Nov 26 23:00:00 2004 Daniel Veillard 0.0.18-1
- still chasing the loop bug, checked and cleaned up all GList use
- patch from markmc to minimize load on busy apps
Thu Oct 21 00:00:00 2004 Daniel Veillard 0.0.16-1
- chasing #132354, lot of debugging, checking and testing and a bit
of refactoring
Sun Oct 17 00:00:00 2004 Daniel Veillard 0.0.15-1
- workaround to detect loops and avoid the nasty effects, see RedHat bug #132354
Mon Oct 4 00:00:00 2004 Daniel Veillard 0.0.14-1
- Found and fixed the annoying bug where update were not received
should fix bugs ##132429, #133665 and #134413
- new mechanism to debug on-the-fly by sending SIGUSR2 to client or server
- Added documentation about internals
Sat Oct 2 00:00:00 2004 Daniel Veillard 0.0.13-1
- applied portability fixes
- hardened the code while chasing a segfault
Fri Oct 1 00:00:00 2004 Daniel Veillard 0.0.12-1
- potential fix for a hard to reproduce looping problem.
Tue Sep 28 00:00:00 2004 Daniel Veillard 0.0.11-1
- update to the latest version of inotify
- inotify support compiled in by default
- fix ABI FAM compatibility problems #133162
Wed Sep 22 00:00:00 2004 Daniel Veillard 0.0.10-1
- more documentation
- Added support for a configuration file $HOME/.gaminrc
- fixes FAM compatibility issues with FAMErrno and FamErrlist #132944
Thu Sep 2 00:00:00 2004 Daniel Veillard 0.0.9-1
- fix crash with konqueror #130967
- exclude kernel (dnotify) monitoring for /mnt//
* /media//
*
Fri Aug 27 00:00:00 2004 Daniel Veillard 0.0.8-1
- Fixes crashes of the gam_server
- try to correct the kernel/poll switching mode
Wed Aug 25 00:00:00 2004 Daniel Veillard 0.0.7-1
- add support for both polling and dnotify simultaneously
- fixes monitoring of initially missing files
- load control on very busy resources #124361, desactivating
dnotify and falling back to polling for CPU drain
Fri Aug 20 00:00:00 2004 Daniel Veillard 0.0.6-1
- fixes simple file monitoring should close RH #129974
- relocate gam_server in $(libexec)
Fri Aug 6 00:00:00 2004 Daniel Veillard 0.0.5-1
- Fix a crash when the client binary forks the gam_server and an
atexit handler is run.
Thu Aug 5 00:00:00 2004 Daniel Veillard 0.0.4-1
- should fix KDE build problems