summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES46
1 files changed, 2 insertions, 44 deletions
diff --git a/CHANGES b/CHANGES
index 12f9ea6..e4573cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,46 +1,4 @@
-Changes from 0.7.4-RELEASE to 0.7.4.1-RELEASE:
-- Thread pool bugfix.
-
-Changes from 0.7.3-RELEASE to 0.7.4-RELEASE:
-- Code cleanup.
-- Made the thread pool increasing dynamic.
-- Added some thread pool optimazions.
-- Added some more ${MAKE} vars to the Makefiles.
-- Added Content-length to the HTTPD header.
-- Added the !command to the command line interface.
-- Added Content-type text/plain.
-- Added scrolling checkbox to input.html
-- Removed modl from yhttpd. Dynamic modules are not needed in yhttpd yet.
-- Improved session engine.
-- Fixed auto logout bug.
-- Fixed newline bug (one \n too much for each html template)
-- Logging can now be completely disabled.
-
-Changes from 0.7.2 to 0.7.3-RELEASE:
-- Added FreeBSD 5.3-RELEASE support.
-- Added chat.enableguest option.
-- Added the /all command (Global system message)
-- Renamed the /getstatus command into /about.
-- Fixed the &-bug (& should be allowed in messages). \AND is now a
- synonym for & too.
-- Fixed the /msg bug (In /msg the string replacer should be activated).
-- Fixed logging bug (do not log any timestamps if there are no messages).
-
-Changes from 0.7.1 to 0.7.2-RELEASE:
-New features:
-- /morph
-- Added the new standard html template design.
-Bugfixes:
-- /away prints a . instead of a : if no away reason is given.
-- /ko message was wrong. Displayed not room name of the user to be kicked out.
-- /invisible command displayed wrong private messages.
-- /getstatus had no help text.
-- /msg and /s should now print the system time if printalwaystime == true.
-- Added a blank to the /uptime message.
-- /topic now prints the topic in the user's color.
-- Fixed some typos.
-
-Changes from 0.7.0 to 0.7.1-RELEASE:
+Changes from 0.7.0 to 0.7.1 RELEASE
- Added ${MAKE} to the config file because some Linux distros dont use
the "gmake" command for GNU make but just "make"! Modified the
configure script to generate a make.version file.
@@ -51,7 +9,7 @@ Changes from 0.7.0 to 0.7.1-RELEASE:
need MySQL at all.
- Added the chat.maxlength.word option.
-Changes from 0.6 to 0.7.0-RELEASE:
+Changes from 0.6 to 0.7.0 RELEASE
- Better stability
- Better performance (using more hmaps)
- HTML color switcher menu