CVS update: /ccvs/

[email protected] 3 Jun 2005 16:00:52 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/06/03 09:00:52

Modified:
 /ccvs/
  ChangeLog, NEWS

Log:
 * NEWS: Note new server compression limit config options.  Correct
 HistorySearchPath name.

File Changes:

Directory: /ccvs/
=================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.1223&r2=1.1224
Delta lines:  +5 -0
-------------------
--- ChangeLog	2 Jun 2005 17:52:59 -0000	1.1223
+++ ChangeLog	3 Jun 2005 16:00:50 -0000	1.1224
@@ -1,3 +1,8 @@
+2005-06-03  Derek Price  <[email protected]>
+
+	* NEWS: Note new server compression limit config options.  Correct
+	HistorySearchPath name.
+
 2005-06-02  Derek Price  <[email protected]>
 
 	* NEWS: Note server compression hang fix.

File [changed]: NEWS
Url: https://ccvs.cvshome.org/source/browse/ccvs/NEWS?r1=1.321&r2=1.322
Delta lines:  +3 -2
-------------------
--- NEWS	2 Jun 2005 17:52:59 -0000	1.321
+++ NEWS	3 Jun 2005 16:00:50 -0000	1.322
@@ -7,8 +7,9 @@
   To suppress history logging, set LogHistory equal to the empty string in
   CVSROOT/config.
 
-* There are two new options available in CVSROOT/config.  These are
-  HistoryLogPath & HistoryLogName.
+* There are several new options available in CVSROOT/config.  These are
+  HistoryLogPath, HistorySearchPath, MinCompressionLevel, &
+  MaxCompressionLevel.  Please see the manual for more.
 
 * CVS on Solaris 10 was refusing to parse command options.  This has been
   fixed.