doc: Document bytevectors as floats.
[guile-r6rs-libs.git] / NEWS
blob124bda715e0cedcfb5ad059ea8bdd40ab5e0de24
1 * New in Guile-R6RS-Libs 0.2
3 ** API modifications
4 *** Modules are now visible under the `rnrs' hierarchy
5 Applications should now use module names like `(rnrs bytevector)'
6 instead of `(r6rs bytevector)'; the latter is still supported for
7 backward compatibility, though.
8 *** New C variables `scm_r6rs_endianness_{big,little}'
10 ** Bug fixes
11 *** Fix custom binary input ports for Guile >= 1.8.6
12 *** Add missing `STATUS' file
14 * New in Guile-R6RS-Libs 0.1
16 ** Updated code to match the final R6RS
18 ** Bug fixes
19 *** bytevector: Fixed unaligned accesses
20 Unaligned accesses caused "bus errors", e.g., on SPARC.
21 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
23 ** Packaging
24 *** New `--with-guilemoduledir' option, default to `pkgdatadir'
25 *** Use Git for version control (see `README')
26 *** Fixed "make check" when using an out-of-tree build directory
29 ;; Local Variables:
30 ;; coding: utf-8
31 ;; mode: outline
32 ;; End: