diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:42 +0200 |
| commit | 658bfd183905576ed5f4dbe57a2ee82711b6ac93 (patch) | |
| tree | 08cf25d1a1fb09b643a65c5b237c52bce791f307 | |
| parent | 42b79aa5c591dde88e78922a519802f948d9ea60 (diff) | |
tagging ychat-0.7.9.0ychat-0.7.9.0
147 files changed, 1142 insertions, 1057 deletions
@@ -1,29 +1,3 @@ --Changes from 0.7.9.3-STABLERELEASE to 0.7.9.4-STABLERELEASE - -$ Removed the TODO list. All major feature changes will be in the CURRENT -$ branch. -$ Added the SHORTDESC file -$ Changed Copyright to "EXA Digital Solutions GbR" - --Changes from 0.7.9.2-RELEASE to 0.7.9.3-STABLERELEASE - -$ The 0.7 branch is now STABLE. -$ Modified the Makefiles, so that they produce valid output while using -$ the -j flag of gmake. -$ Fixed a mini bug in the src/configure script. -$ Backported some security related HTTP patches from the 0.8-CURRENT branch. - --Changes from 0.7.9.1-RELEASE to 0.7.9.2-RELEASE - -$ Added monitor/dump, and the dump command to the CLI. -$ Fixed a bug in the session manager. -$ Added gmake dist do the README. -$ Added the charset to the HTTP-header. - --Changes from 0.7.9-RELEASE to 0.7.9.1-RELEASE - -$ Fixed etc/ychat.conf (Its now valid XML) -$ Fixed some typos. -$ Added the scripts/makedist.sh script, which can be invoked by gmake dist. -$ yhttpd.org has been renamed to yChat.org. The yhttpd.org SLD will be -$ canceled! The yhttpd.org Homepage will remain on yChat.org! - -Changes from 0.7.8-RELEASE to 0.7.9-RELEASE - $ In the system messages will be the user printed which has requested the specified module. diff --git a/CVS/Entries b/CVS/Entries new file mode 100644 index 0000000..5c1d2f7 --- /dev/null +++ b/CVS/Entries @@ -0,0 +1,10 @@ +/CHANGES/1.37/Thu Mar 10 22:01:54 2005// +/COPYING/1.6/Sun Jun 27 06:32:26 2004// +/INSTALL/1.7/Fri Jul 9 22:33:20 2004// +/Makefile/1.36/Sun Mar 6 23:40:15 2005// +/NEWS/1.44/Thu Mar 10 22:01:54 2005// +/README/1.120/Thu Mar 10 22:01:54 2005// +/RELEASES/1.17/Mon Mar 7 22:41:12 2005// +/TODO/1.75/Sat Mar 5 00:15:23 2005// +/configure/1.34/Fri Mar 4 21:00:44 2005// +D diff --git a/CVS/Entries.Log b/CVS/Entries.Log new file mode 100644 index 0000000..ebf29e1 --- /dev/null +++ b/CVS/Entries.Log @@ -0,0 +1,7 @@ +A D/bin//// +A D/docs//// +A D/etc//// +A D/html//// +A D/log//// +A D/scripts//// +A D/src//// diff --git a/CVS/Repository b/CVS/Repository new file mode 100644 index 0000000..7c108c7 --- /dev/null +++ b/CVS/Repository @@ -0,0 +1 @@ +ychat diff --git a/CVS/Root b/CVS/Root new file mode 100644 index 0000000..745de68 --- /dev/null +++ b/CVS/Root @@ -0,0 +1 @@ +:pserver:anonymous@buetow.org:/usr/home/cvs/cvsroot @@ -84,5 +84,3 @@ debug: @gdb bin/ychat ychat.core confdebug: ./configure -g3 -ggdb -dist: - @./scripts/makedist.sh @@ -1,4 +1,20 @@ -::(06.11.04)::Released yChat and yhttpd 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. Removed some typos from the ychat.conf. Fixed the auto away message. This one will be posted in the room as public rather than only private to the auto-away-user.Fixed some documentation stuff for yhttpd because yhttpd does not need MySQL at all. Added the chat.maxlength.word option. +::(10.03.05)::Released yChat 0.7.9. The logging capability has been improved. All chat command requests will be logged. The ncurses interface has been improved. Some code has been cleaned up. +::(07.03.05)::Released yChat 0.5.4. This is a STABLERELEASE. The HTTP parsing methods have been backported from yChat 0.7.8. Also some minor bugfixes were made.This is the first STABLERELEASE of yChat ever. +::(05.03.05)::Released yChat 0.7.8. This release includes an IP cache for more speed. An UNIX signal catcher class has been added. SIGUSR1 and SIGUSR2 now cl |
