summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ff9c14..5bd9932 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,14 @@ IN DEVELOPMENT
BUG FIXES:
+ * Fixed a *bad* bug where filecopy commands were being parsed
+ as filerename commands. Repositories generated by previous
+ version of bzr-fast-import where the input stream contained
+ filecopy commands might be missing data (the copy source will
+ no longer be there if it was unchanged since the copy happened)
+ and ought to be regenerated.
+ (Ian Clatworthy)
+
* Fix ``os`` import as needed on Windows.
(Ian Clatworthy, esskov, #264988)