about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e80d6b96..5e7b4cfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
 
 ngIRCd CVSHEAD
 
+  - Removed unnecessary #define of "LOCAL", now use plain C "static" instead.
   - Channel topics are no longer limited to 127 characters: now the only limit
     is the maximum length of an IRC command, i. e. 512 bytes (in pratice, this
     limits the topic to about 490 characters due to protocol overhead).
@@ -622,4 +623,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.283 2005/07/30 21:00:19 alex Exp $
+$Id: ChangeLog,v 1.284 2005/07/31 20:13:07 alex Exp $