CVS update [cvs1-11-x-branch]: /ccvs/

[email protected] 30 Apr 2005 12:07:34 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
Tag: cvs1-11-x-branch
User: dprice  
Date: 05/04/30 05:07:34

Modified:
 /ccvs/
  ChangeLog, NEWS

Log:
 * NEWS: Note new history locks.

File Changes:

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

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.692.2.204&r2=1.692.2.205
Delta lines:  +4 -0
-------------------
--- ChangeLog	20 Apr 2005 20:41:04 -0000	1.692.2.204
+++ ChangeLog	30 Apr 2005 12:07:31 -0000	1.692.2.205
@@ -1,3 +1,7 @@
+2005-04-30  Derek Price  <[email protected]>
+
+	* NEWS: Note new history locks.
+
 2005-04-20  Derek Price  <[email protected]>
 
 	* NEWS: Note log overflow fix.

File [changed]: NEWS
Url: https://ccvs.cvshome.org/source/browse/ccvs/NEWS?r1=1.116.2.129&r2=1.116.2.130
Delta lines:  +5 -0
-------------------
--- NEWS	20 Apr 2005 20:41:05 -0000	1.116.2.129
+++ NEWS	30 Apr 2005 12:07:31 -0000	1.116.2.130
@@ -6,6 +6,11 @@
 * Thanks to an old report and patch from Stewart Brodie <[email protected]>, a
   potential crash in response to a corrupt RCS file has been fixed.
 
+* CVS now locks the history file before writing to it.  Especially with large
+  repositories, users should no longer see new warnings about corrupt history
+  records when using the `cvs history' command.  Existing corrupt history
+  records will still need to be removed.
+
 Changes from 1.11.19 to 1.11.20:
 ********************************