Hello, I am pleased to announce Grip 0.1.1. This is a maintenance release. * Grip Homepage: http://www.nongnu.org/grip/index.html * Grip 0.1.0 release tarball GPG signature [*]: http://download.savannah.gnu.org/releases/grip/grip-0.1.1.tar.gz http://download.savannah.gnu.org/releases/grip/grip-0.1.1.tar.gz.sig Notes: -] Downloads will redirect to your nearest mirror site. Files on mirrors may be subject to a replication delay of up to 24 hours. In case of problems use: http://download-mirror.savannah.gnu.org/releases/grip/ * About Grip Grip, a Grip of Really Important Procedures, is a Guile scheme toolbox currently composed of Grip itself, Grip-SQLite, Grip-Gnome and Grip-Clutter. Grip, Grip-SQLite and Grip-Gnome are mostly used by GNU Foliot [1] a small and easy to use time keeping application entirely written in Guile Scheme. Note: Grip, Grip-SQLite and Grip-Gnome need to be and will be rewritten, I started already, you'll spot that by yourself in the code if you visit it: indeed, they come from old times, when I could not trust Guile's module system, Goops ... and myself [as a schemer :)]. Grip-Clutter is recent and reasonably well designed and coded, despite some Goops problems, which we're working on with Guile's maintainers, but it still needs more and some app(s) to proove this. So no fixed API yet either. It has some good Clutter examples, more to come soon, see http://www.nongnu.org/grip/examples.html So, all this said, you are welcome to try and use Grip, keeping the above in mind, come and help to get it better designed, coded and debugged, thanks! * Changes since 0.1.0 Grip ---- - fixing read-config; - (grip sqlite3) renamed as (grip sqlite). Gri-SQLite: ----------- - adding sqlite/table-rename; - use %sqlite-* variables for all query/command strings, not procedures; - (grip db sqlite) should not import (grip db filters). Documentation: -------------- Note: Grip's Users Manual still is a mock-up. - undefined links fixed; - all sections also part of the web-pages now sync. * This release was built/tested using the following tools: -] autoconf (GNU Autoconf) 2.69 -] automake (GNU automake) 1.15 -] guile-2.0 2.0.11.114-649ec -] guile-sqlite3 source code, master branch -] guile-gnome source code, devel branch -] guile-clutter source code, devel branch Happy hacking! David [*] Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify grip-0.1.1.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys A3057AD7 and rerun the 'gpg --verify' command. [1] http://www.gnu.org/software/foliot/