bytevector: Update comment regarding IEEE-754 endianness.
[guile-r6rs-libs.git] / NEWS
blob5610ebe9318af4a8d1c8a043a5f2195feb32ad19
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.
9 ** Bug fixes
10 *** Fix custom binary input ports for Guile >= 1.8.6
11 *** Add missing `STATUS' file
13 * New in Guile-R6RS-Libs 0.1
15 ** Updated code to match the final R6RS
17 ** Bug fixes
18 *** bytevector: Fixed unaligned accesses
19 Unaligned accesses caused "bus errors", e.g., on SPARC.
20 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
22 ** Packaging
23 *** New `--with-guilemoduledir' option, default to `pkgdatadir'
24 *** Use Git for version control (see `README')
25 *** Fixed "make check" when using an out-of-tree build directory
28 ;; Local Variables:
29 ;; coding: utf-8
30 ;; mode: outline
31 ;; End: