--
http://parenteses.org/mario
--
You received this message because you are subscribed to the Google Groups
"Lisp-br" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/lisp-br?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
--- Begin Message ---
Hi all,
Chicken 4.8.0.3 is now available for download:
http://code.call-cc.org/releases/4.8.0/chicken-4.8.0.3.tar.gz
This release primarily fixes a bug on Linux and Solaris which
causes high CPU usage when waiting for child process I/O.
=== What's new ===
4.8.0.3
- Runtime
- Avoid high CPU usage when waiting for child process I/O with poll().
Affects at least Linux and Solaris.
- Escape single backslash in printed symbols.
- Type system
- Fixed types.db entry for join and mutex-lock!
- Core tools
- chicken-install transports now parses ports on URIs with empty paths
==================
The 4.8.0.x releases reside on the stability/4.8.0 branch in git,
which you can retrieve with:
git clone --branch stability/4.8.0 git://code.call-cc.org/chicken-core
Or browse my unofficial github mirror:
https://github.com/ursetto/chicken-core-stability/tree/stability/4.8.0
Jim
--- End Message ---