On Sat, Feb 19, 2005 at 10:52:57AM -0500, Daniel Veillard wrote: > On Sat, Feb 19, 2005 at 03:10:44PM +0100, Arjan van de Ven wrote: > > On Sat, 2005-02-19 at 08:44 -0500, Build System wrote: > > > > > > gamin-0.0.24-1 > > > -------------- > > > * Fri Feb 18 2005 Daniel Veillard <veillard@xxxxxxxxxx> 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 > > > > I hope inotify stuff isn't enabled by default though.. the kernel<->user > > ABI for it is still changing all the time, and it's even not sure (if > > not unlikely) that it will ever make it into the mainline kernels.. > > The inotify stuff is enabled by default. But if the kernel doesn't > have support for it we fallback to dnotify automatically. Allows people > to experiment with it without relying on it. question is how you detect inotify support... that's going to be tough without breaking when the abi changes again etc