From 204955d36217c90234ab8eff38828dfa91951e08 Mon Sep 17 00:00:00 2001 From: mhagger Date: Sun, 26 Nov 2017 04:55:54 +0000 Subject: [PATCH] Bring CHANGES up to date. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5471 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 802f84df..8c23bcfd 100644 --- a/CHANGES +++ b/CHANGES @@ -5,8 +5,10 @@ Version ?.?.? (not yet released) * Handle non-ASCII, non-UTF8 filenames in .cvsignore files. * ExternalBlobGenerator: Don't fail if no revisions are needed for a file. * Fix the handling of symbol-matching regexps that include "|". - * Handle excluded pathes under Attic directories, too. + * Handle excluded paths under Attic directories, too. * cvs2git: fix logging in process_post_commit(). + * Prefer to break internal cycles at the *largest* timestamp gaps. + * Don't try to delete a supposed "revision 1.1" if it has a predecessor. Improvements and output changes: * Various small documentation fixes and improvements. @@ -15,6 +17,9 @@ Version ?.?.? (not yet released) * Use tempfile.mkdtemp() to choose the location for temporary files. * Write all progress information to stderr rather than stdout. * Write cvs2git and cvs2bzr output to stdout by default. + * Improve build reproducibility by respecting $SOURCE_DATE_EPOCH. + * cvs2git: don't add so much useless metadata to symbol commits. + * cvs2git: allow a file to be set executable in Git via "svn:executable" Miscellaneous: * Use "co --version" rather than the deprecated "co -V". -- 2.11.4.GIT