From c2424283209d64b0ea56c7c324b11b8c6f6145fe Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Thu, 9 Apr 1992 09:32:02 +0000
Subject: [PATCH] Version 1.1.1. Speedup limit_text_stat. Fixed unique_name
 bug.

---
 src/server/ChangeLog | 36 +++++++++++++++++++++++++++---------
 1 file changed, 27 insertions(+), 9 deletions(-)

diff --git a/src/server/ChangeLog b/src/server/ChangeLog
index 0bfe36867..3768ccc5d 100644
--- a/src/server/ChangeLog
+++ b/src/server/ChangeLog
@@ -1,3 +1,21 @@
+Thu Apr  9 00:15:33 1992  Per Cederqvist  (ceder@lysator)
+
+	* Version 1.1.1 (not released).
+
+	* Lyskom used to spend 60% of the time in limit_text_stat. With
+	the changes of today it has dropped to 0.1%.
+
+	* disk-end-of-atomic.c (end_of_atomic): Call limit_cache_size only
+	every 100 rounds.
+
+	* conference.c (unique_name): Fixed bug. It was previously
+	possible to create a conference with the same name as an already
+	existing conference.
+
+	* simple-cache.c (throwable_p): New function.
+	* simple-cache.c (limit_pers, limit_conf, limit_text_stat): Use
+	throwable_p, and get the condition right. 
+
 Tue Apr  7 16:48:54 1992  Per Cederqvist  (ceder@robin)
 
 	* session.c (login_old, login): Handle visibility flag correctly
@@ -99,34 +117,34 @@ Mon Mar  9 16:33:45 1992  Per Cederqvist  (ceder@robin)
 
 Wed Feb 26 19:49:21 1992  Per Cederqvist  (ceder@lysator)
 
-	* (various): Lint from gcc 2.0 deleted.
+	* various: Lint from gcc 2.0 deleted.
 
 Fri Feb 21 01:45:35 1992  Per Cederqvist  (ceder@robin)
 
-	* SYNC_TIMEOUT (server-config.c): Decreased from 10 millisec to 0.
+	* server-config.c (SYNC_TIMEOUT): Decreased from 10 millisec to 0.
 	  It takes some 2 hours for the server at Lysator to save the
 	  entire data base, and that is a bit too long...
 
-	* main (dbck.c): New flag: -s. Prints some extra statistics.
+	* dbck.c (main): New flag: -s. Prints some extra statistics.
 
-	* print_statistics (dbck.c): New function that prints statistics
+	* dbck.c (print_statistics): New function that prints statistics
 	  about the lengths of texts.
 
-	* (prot-a-parse-arg-c.awk): Fixed a syntax error. (gawk could
+	* prot-a-parse-arg-c.awk: Fixed a syntax error. (gawk could
 	  handle the file, but awk could not).
 
 Sun Jan 12 02:30:34 1992  Per Cederqvist  (ceder at lysator)
 
-	* prot_a_get_token (prot-a-parse.[ch]): Then function is now static.
+	* prot-a-parse.[ch] (prot_a_get_token): Then function is now static.
 
 Sun Jan  5 19:10:20 1992  Per Cederqvist  (ceder at lysator)
 
-	* main (dbck.c): Tell the user why no compression was done if he
+	* dbck.c (main): Tell the user why no compression was done if he
 	  specifies -g and there is an error in the files.
 
-	* main (dbck.c, ramkomd.c): Better usage messages.
+	* dbck.c, ramkomd.c (main): Better usage messages.
 
-	* init_cache (simple-cache.c): Slightly better log error message
+	* simple-cache.c (init_cache): Slightly better log error message
 	  when the text file can not be found.
 
 Wed Dec 18 00:05:43 1991  Per Cederqvist  (ceder at lysator)
-- 
GitLab