CVS update: /ccvs/

[email protected] 30 Apr 2005 12:09:22 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/04/30 05:09:22

Modified:
 /ccvs/
  ChangeLog, NEWS

Log:
 Merge changes from 1.11.x.

File Changes:

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

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.1196&r2=1.1197
Delta lines:  +4 -0
-------------------
--- ChangeLog	25 Apr 2005 21:42:43 -0000	1.1196
+++ ChangeLog	30 Apr 2005 12:09:19 -0000	1.1197
@@ -1,3 +1,7 @@
+2005-04-30  Derek Price  <[email protected]>
+
+	* NEWS: Note new history locks.
+
 2005-04-25  Mark D. Baushke  <[email protected]>
 
 	* configure.in: Add support for <pam/pam_appl.h> to allow

File [changed]: NEWS
Url: https://ccvs.cvshome.org/source/browse/ccvs/NEWS?r1=1.313&r2=1.314
Delta lines:  +5 -0
-------------------
--- NEWS	20 Apr 2005 20:55:01 -0000	1.313
+++ NEWS	30 Apr 2005 12:09:19 -0000	1.314
@@ -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.12.11 to 1.12.12:
 ********************************