diff ChangeLog @ 314:2ec35c398074

Brown paper bag bug commit
author mmj
date Sat, 04 Sep 2004 09:24:45 +1000
parents 3b07f653af9d
children 564caf17f59c
line wrap: on
line diff
--- a/ChangeLog	Sat Sep 04 01:32:22 2004 +1000
+++ b/ChangeLog	Sat Sep 04 09:24:45 2004 +1000
@@ -1,3 +1,6 @@
+1.0.0-RC4
+ o Fix brown paper bag bug not allowing enough space for the new better random
+   strings introduced in RC3 so subscribe and unsubscribe works again.
 1.0.0-RC3
  o NULL and 0 are not the same on 64-bit platforms, so fix execlp(..., 0); to
    be execlp(..., NULL);