gecco ----- ChangeLog --------- 2000/03/30 Version 0.4.4 - Fixed problem with the Debian package not installing a .desktop file. - Added debugging output option ('--debug' or '-d'). - Fixed some problems with the build scripts forcing directories. - Fixed source and Debian package problem where the 'geccousers' file was getting overwritten at install. - Added plugin info to HTML display and status bar. - Added gradient background to HTML display. - Fixed 'pauseme' problem. 2000/02/06 Version 0.4.3 - gecco now installs SUID root. - Added support for privileged users. Users are listed in the file /etc/gecco/geccousers. Users not listed in this file will not be able to run gecco SUID root. The privileged users file is installed to be accessable only to root. - Added configuration tool for privileged users file. - Changed API to support plugins indicating whether root privileges are required. - Added HTML display on left side of window and changed default width of gecco. - Plugin windows are no longer parented. - Minor code changes. 2000/01/09 Version 0.4.2 - Minor code changes and fixups. - Removed lock file. This prevented gecco from being usable by several people concurrently. It was also annoying. 2000/01/07 Version 0.4.1 - Made provisions to allow a plugin to request that no dialog window be created, thus allowing the plugin to either create it's own display from scratch or to simply launch an external application. - Fixed ownership of lock file. Now set to real UID and GID of user running gecco. This allows the user to be able to clean up a stale lockfile if one is left, without having to need root. - Fixed problem where gecco would not remove it's lock file when run SUID. - Changed gecco's default window width from 400 to 335. - Renamed icon from 'geccoicon.xpm' to 'gecco.xpm'. - Added a link to the gecco web site on the About window. 1999/10/31 Version 0.4.0 - Complete re-write of GECCO and plugin API.