Getting ready for release 0.1.
[guile-r6rs-libs.git] / NEWS
blob296301543563519937be0851d67f16ae185b1239
1 * New in Guile-R6RS-Libs 0.1
3 ** Updated code to match the final R6RS
5 ** Bug fixes
6 *** bytevector: Fixed unaligned accesses
7 Unaligned accesses caused "bus errors", e.g., on SPARC.
8 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
10 ** Packaging
11 *** New `--with-guilemoduledir' option, default to `pkgdatadir'
12 *** Use Git for version control (see `README')
13 *** Fixed "make check" when using an out-of-tree build directory
16 ;; Local Variables:
17 ;; coding: utf-8
18 ;; mode: outline
19 ;; End: