Add note about enabling readine to ChangeLog

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@31141 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
James D. Berry
2007-11-16 22:28:43 +00:00
parent 64df10f00b
commit a9516b8a44
+4
View File
@@ -6,6 +6,10 @@
Unreleased:
- readline is now disabled by default, in order to avoid support issues.
use --enable-readine parameter to configure to enable support for readine.
(jberry r31139, r31140).
- daemondo now monitors kevents for the death of the daemon process, which means that it
now detects the death of processes (even those that aren't direct child processes)
much more reliably. Plus other daemondo logging and doc cleanups.