Rev 3643: NEWS in http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/ftp_mode_259855
John Arbash Meinel
john at arbash-meinel.com
Thu Aug 21 17:20:38 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/ftp_mode_259855
------------------------------------------------------------
revno: 3643
revision-id: john at arbash-meinel.com-20080821162035-1zr12m9rx6llkrrq
parent: john at arbash-meinel.com-20080821161257-39lgj4it2n7kw30g
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: ftp_mode_259855
timestamp: Thu 2008-08-21 11:20:35 -0500
message:
NEWS
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2008-08-19 14:54:08 +0000
+++ b/NEWS 2008-08-21 16:20:35 +0000
@@ -32,6 +32,13 @@
* ``bzr rm`` is now aliased to ``bzr del`` for the convenience of svn
users. (Robert Collins, #205416)
+ * ``FTPTransport.stat()`` would return ``0000`` as the permission bits
+ for the containing ``.bzr/`` directory (it does not implement
+ permissions). This would cause us to set all subdirectories to
+ ``0700`` and files to ``0600`` rather than leaving them unmodified.
+ Now we ignore ``0000`` as the permissions and assume they are
+ invalid. (John Arbash Meinel, #259855)
+
* Running ``bzr st PATH_TO_TREE`` will no longer suppress merge
status. Status is also about 7% faster on mozilla sized trees
when the path to the root of the tree has been given. Users of
More information about the bazaar-commits
mailing list