~ chicken-core (chicken-5) e8b48bf4300bde06e950d54be7eb81db32bf244e
commit e8b48bf4300bde06e950d54be7eb81db32bf244e
Author: Christian Kellermann <ckeen@pestilenz.org>
AuthorDate: Wed Mar 19 14:32:29 2014 +0100
Commit: Christian Kellermann <ckeen@pestilenz.org>
CommitDate: Wed Mar 19 14:32:42 2014 +0100
Deduplicate Tools section in NEWS
diff --git a/NEWS b/NEWS
index c4302354..2efcfaf5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,5 @@
4.8.4
-- Tools
- - csc "-deploy" works now on FreeBSD (thanks to Jules Altfas and
- Vitaly Magerya), OpenBSD and NetBSD (see README for NetBSD).
-
- Core libraries
- Fix subvector when the TO optional argument equals the given vector
length (#1097)
@@ -17,6 +13,8 @@
- The tests can now be run without having to first install CHICKEN.
- Tools
+ - csc "-deploy" works now on FreeBSD (thanks to Jules Altfas and
+ Vitaly Magerya), OpenBSD and NetBSD (see README for NetBSD).
- chicken-install: -deploy now correctly installs dependencies of
deployed eggs under the deployment directory instead of globally.
Trap