From 94550b1fac6aa2f41775b8bc20258d248f604381 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Wed, 2 Feb 2011 12:41:50 +0000 Subject: [PATCH] Changelog update - Irix fixes. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@111 13b04d17-f746-0410-82c6-800466cd88b0 --- Changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog b/Changelog index 6d649c7..714247b 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ [Changes 1.2c01] +* Apply fixes from darkfires removing non-standard use of arithmetic on + void * values, to allow building on Irix. (caf) + * Apply fix from darkfires to allow building with ICC. (caf) * Show correct message when a socket connection is closed cleanly. (caf)