From a1df94999452e5289e51e0b0a8ed91d67b1a88e5 Mon Sep 17 00:00:00 2001 From: mhagger Date: Thu, 19 Sep 2013 04:04:46 +0000 Subject: [PATCH] Bring CHANGES file up to date. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5435 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index a29a9103..78e27c94 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,15 @@ Version ?.?.? (not yet released) Bugs fixed: * 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. + + Improvements and output changes: + * Various small documentation fixes and improvements. + * Make cvs2xxx runnable under PyPy. + * 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. Version 2.4.0 (22 September 2012) -- 2.11.4.GIT