0.9.2 ===== The configuration system of GPMI became much less GNU dependent. With some more detection added into configure, GPMI now compiles on OSF/1 (aka Tru64). 0.9.1 ===== This version of GPMI breaks the tradition of installing files in /usr/local/share/gpmi; instead all files are placed where FHS suggests. The debian packages are updated. Support for a new scripting language, Guile has been added. 0.9.0 ===== The CLI module has been reworked: it is not async anymore and it runs fine on windows. New package loading function offers reloading a package without knowing the actual file name. Listgen and wrapgen became more tolerant. 0.8.2 ===== This version of GPMI introduces a CLI module and various bug fixes. The improved path handling allows the user to have packages, scripts and modules in his/her home directory besides the system directories. In the windows port DLL support is removed in favor of dlc. 0.8.1 ===== This version introduces thread safety. Instead of offering threading facilities, GPMI only keeps its own side thread safe upon the caller's explicit request. GPMI assumes posix threads. Two compile time switches are introduced, the config system is updated to be able to handle them.