Install modules to `$datadir' by default.
[guile-r6rs-libs.git] / NEWS
blobaecc3612edc52cc20ca7121de577421322b6a2db
1 * New in Guile-R6RS-Libs 0.1
3 ** Bug fixes
4 *** bytevector: Fixed unaligned accesses
5 Unaligned accesses caused "bus errors", e.g., on SPARC.
6 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
8 ** Packaging
9 *** Install to `datadir' instead of `GUILE_SITE'
10 *** Use Git for version control (see `README')
11 *** Fixed "make check" when using an out-of-tree build directory
12 *** Use Gnulib's `string' module
15 ;; Local Variables:
16 ;; coding: utf-8
17 ;; mode: outline
18 ;; End: