Fix `NEWS'.
[guile-r6rs-libs.git] / NEWS
blob2fc863753f805b7e2e2cc9649393a77147c874de
1 * New in Guile-R6RS-Libs 0.2
3 ** Bug fixes
4 *** Fix custom binary input ports for Guile >= 1.8.6
5 *** Add missing `STATUS' file
7 * New in Guile-R6RS-Libs 0.1
9 ** Updated code to match the final R6RS
11 ** Bug fixes
12 *** bytevector: Fixed unaligned accesses
13 Unaligned accesses caused "bus errors", e.g., on SPARC.
14 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
16 ** Packaging
17 *** New `--with-guilemoduledir' option, default to `pkgdatadir'
18 *** Use Git for version control (see `README')
19 *** Fixed "make check" when using an out-of-tree build directory
22 ;; Local Variables:
23 ;; coding: utf-8
24 ;; mode: outline
25 ;; End: