aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 13:23:53 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 13:23:53 +0000
commit0af4f03271ce1f9c4214766b7331670e97022a0f (patch)
treeb3af64228d9d40d1930b5413e1e2ca8690767bc0 /ChangeLog
parent4e22fe6e83e689517fe21bf73a1e65586f48fcc7 (diff)
don't hardcode poll.o for Darwin
fix incorrect portion of yesterday's Solaris fixes git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7169 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 535110285..ce75bc3ec 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-11-21 Russell Bryant <russell@digium.com>
+ * Makefile: Don't hard-code that poll functionality needs to be provided on Darwin.
+ * apps/Makefile: Fix incorrect portion of the patch to fix 'make install' on Solaris.
+
* channels/chan_iax2.c (iax2_getpeername): Return non-zero to indicate that a peer was found when using realtime (issue #5815)
2005-11-20 Russell Bryant <russell@digium.com>