+cvs (2:1.12.13+real-22) unstable; urgency=low
+
+ Newly created repositories (from “cvs init”) now rely on
+ CVSUMASK for the permissions of the “history” and “val-tags”
+ files instead of creating them as world-writable.
+
+ Newly created repositories contain a LogHistory configuration
+ setting to only record write operations in the “history” file.
+
+ If you are used to the previous behaviour, you can restore it
+ by altering (or removing, in which case the (commented-out)
+ default of logging everything will be used) the LogHistory
+ configuration setting and changing the permissions on the
+ “history” and “val-tags” files so that every user can write
+ into them.
+
+ If you did not deliberately open your repository to all users
+ on your system, you might wish to change all existing repos
+ to this behaviour. To do this, check out the CVSROOT module,
+ edit the “config” file adding “LogHistory=TMAR”, check that
+ change in, release the CVSROOT module, and chmod the “history”
+ and “val-tags” files to either 0664 (if all users in the same
+ group should be able to commit) or 0644 (if only you wish to
+ commit), possibly 0660 or 0600 is non-committers should also
+ be denied reading.
+
+ Contact me (mirabilos) in #cvs on irc.freenode.net if you have
+ any questions about this change or require further support.
+
+ -- Thorsten Glaser <tg@mirbsd.de> Tue, 28 Mar 2017 19:54:01 +0200
+
cvs (2:1.12.13+real-7) unstable; urgency=high
rcs2log no longer lives in the PATH, the contributed script
+cvs (2:1.12.13+real-22) unstable; urgency=low
+
+ * cvs init: Change default history logging configuration
+ to only log write operations by adding “LogHistory=TMAR”
+ * Testsuite: Alter to cope with this explicit option
+ * cvs init: Rely on CVSUMASK for history and val-tags files
+ in newly created repositories (Closes: #858769)
+ * Add a NEWS.Debian entry verbosely documenting this change
+
+ -- Thorsten Glaser <tg@mirbsd.de> Tue, 28 Mar 2017 20:01:39 +0200
+
cvs (2:1.12.13+real-21) unstable; urgency=medium
[ Sylvain Beucler ]
Parts and the packaging are covered by the following GPL-compatible licence:
-# Copyright © 2005, 2008, 2011
+# Copyright © 2005, 2008, 2011, 2017
# mirabilos <m@mirbsd.org>
#
# Provided that these terms and disclaimer and all copyright notices