Fix rcs2log problems with CVS.
[bpt/emacs.git] / lib-src / ChangeLog
index c0df532..42a44f9 100644 (file)
@@ -1,3 +1,13 @@
+2014-05-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix rcs2log problems with CVS.
+       Problem reported by Glenn Morris in
+       <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>.
+       Plus, fix some security and filename quoting problems.
+       * rcs2log (logdir): Prefer mktemp if available.
+       (logdir, llogdir): Work even if TMPDIR begins with '-' or has spaces.
+       (output_authors, main awk script): Parse more-recent CVS output format.
+
 2014-05-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        Handle systems without WCONTINUED consistently.  (Bug#15110, 17339)