Release Notes: A small, but major bugfix in the byte-compiler was made, so that defcustom-strings from compiled scripts now show up in SawfishConfig. The Debian and RPM packaging scripts have been improved. The headers are now installed in prefix/include/rep instead of prefix/include. The autotools stuff (configure, Makefile) has been reworked. The private implementations of dlmalloc, alloca, and memcmp have been dropped. Two new functions for getting the GID/UID of files and directories were added.


Release Notes: librep now assumes stack-direction "downards" on ARM. "read-line" no longer aborts at 400 characters.


Release Notes: This release syncs the spec-file with the latest Fedora, fixes stack-direction detection for GCC 4.7 and x86_64, and makes "read_line" no longer abort at 400 characters.


Release Notes: This release fixes a bug in librep.pc, which prevented compilation of rep-gtk and Sawfish. It fixes build failures on OS X 10.6, OS X 10.7, and if an old FFI is installed. Several missing symbols have been added to the symbol file. Compilation is allowed with makepp instead of GNU make. A 'position' meta-function has been added, and a few helpers imported from Sawfish.


Release Notes: For extra modules, now shared objects are loaded rather than libtoo archives. The architecture and version have been removed from installation paths, and the soname bumped to 16.0.0, thus all packages linking against librep need to be rebuilt. Improved Debian packaging scripts.


Release Notes: The module "ffi.utils" has been added, which provides functions aiding in using rep's FFI-binding. A build issue has been fixed by improving librep.pc. The functions "function-name" and "remove-hook-by-name" have been added. Documentation was added and revised. The RPM and Debian packaging scripts were improved.