From b0ec135ce24c3a589a9cb559188beeb5db2df7d2 Mon Sep 17 00:00:00 2001 From: mhagger Date: Mon, 3 Feb 2014 12:52:29 +0000 Subject: [PATCH] Bring CHANGES up to date. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5447 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 78e27c94..802f84df 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ Version ?.?.? (not yet released) * 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. + * cvs2git: fix logging in process_post_commit(). Improvements and output changes: * Various small documentation fixes and improvements. @@ -13,6 +14,10 @@ Version ?.?.? (not yet released) * Avoid some allusions to Subversion when converting to another VCS. * 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. + + Miscellaneous: + * Use "co --version" rather than the deprecated "co -V". Version 2.4.0 (22 September 2012) -- 2.11.4.GIT