# ChangeLog for app-admin/gamin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.21 2005/06/19 15:35:29 dsd Exp $ *gamin-0.1.1 (19 Jun 2005) 19 Jun 2005; Daniel Drake +files/gamin-0.1.1-inotify-fix.patch, +gamin-0.1.1.ebuild: Version bump to 0.1.1, should solve bug 74285. Requires a new inotify kernel such as gentoo-sources-2.6.12 for best performance. *gamin-0.0.26-r6 (02 Apr 2005) 02 Apr 2005; Daniel Drake files/gamin-0.0.26-inotify_use_fd.patch, -gamin-0.0.26-r5.ebuild, +gamin-0.0.26-r6.ebuild: Fixing inotify 0.21 patch so that it works, bug 86705 *gamin-0.0.26-r5 (21 Mar 2005) 21 Mar 2005; foser gamin-0.0.26-r5.ebuild : Add patch to work with inotify 0.21 *gamin-0.0.26 (15 Mar 2005) 15 Mar 2005; Martin Schlemmer +gamin-0.0.26.ebuild: Update version. *gamin-0.0.25 (02 Mar 2005) 02 Mar 2005; foser gamin-0.0.25.ebuild : New release, add debug api options & install docs *gamin-0.0.19 (10 Dec 2004) 10 Dec 2004; foser gamin-0.0.19.ebuild : New release, add debug USE flag *gamin-0.0.18 (30 Nov 2004) 30 Nov 2004; foser gamin-0.0.18.ebuild : New release 17 Nov 2004; Mike Frysinger gamin-0.0.15.ebuild: Use make install DESTDIR. 21 Oct 2004; Simon Stelling gamin-0.0.15.ebuild: added ~amd64 *gamin-0.0.15 (17 Oct 2004) 17 Oct 2004; +gamin-0.0.15.ebuild: New version, no longer patching the source for the inotify headers, autoconf + local settles it . Though it doesn't cater for /usr/src/linux versions. Fixing that would require some autoconf magic, and the current situation is a bit more stable than the old one, since it doesn't dynamically change with whatever the linux symlink is pointing at. Also note that this version includes the latest inotify version, according to the newspost *gamin-0.0.10 (21 Sep 2004) 21 Sep 2004; Martin Schlemmer +files/gamin-0.0.10-HAVE_LINUX-and-ENABLE_DNOTIFY-cleanup.patch, +gamin-0.0.10.ebuild: Update version. Add a patch that does: - Use ENABLE_DNOTIFY (instead of #ifdef linux) in gam_server.c to include gam_dnotify.h and init the dnotify backend, else we get link errors if we build with inotify support, as gam_dnotify.o was not build (./configure --enable-inotify --disable-kernel). - Use '#ifdef HAVE_LINUX' instead of '#ifdef linux', as this is what is defined in config.h if we are building for linux. I might be wrong here, but I think 'linux' gets defined by gcc ... - Actually build dnotify backend again if --enable-inotify was passed, but not --disable-kernel. *gamin-0.0.9 (16 Sep 2004) 16 Sep 2004; +gamin-0.0.9.ebuild: Updated version that doesn't cause 100% cpu lockups on my machines. Inotify merged into upstream, removed patches. 03 Sep 2004; David Holm gamin-0.0.7.ebuild: Added to ~ppc. *gamin-0.0.7 (25 Aug 2004) 25 Aug 2004; Martin Schlemmer +gamin-0.0.7.ebuild: Update version. 24 Aug 2004; Martin Schlemmer +files/gamin-0.0.6-quiet-inotify-warning.patch, gamin-0.0.6-r2.ebuild: Only complain about failing to open inotify node if debug is enabled. *gamin-0.0.6-r2 (24 Aug 2004) 24 Aug 2004; Martin Schlemmer +files/gamin-0.0.6-actually-enable-inotify-support.patch, +gamin-0.0.6-r2.ebuild: Sources is using wrong DEFINE to check if INotify should be enabled. *gamin-0.0.6-r1 (23 Aug 2004) 23 Aug 2004; Martin Schlemmer +files/gamin-0.0.6-inotify_h-include.patch, +files/gamin-0.0.6-runtime-backend-select.patch, +files/inotify-0.8.1.h, +gamin-0.0.6-r1.ebuild: Add runtime-backend-select.patch to select between inotify/dnotify/poll at run time. Add inotify header, and fixup build to use a local copy. *gamin-0.0.6 (19 Aug 2004) 19 Aug 2004; Martin Schlemmer +metadata.xml, +gamin-0.0.6.ebuild: Initial version.