59
59
(Robert Collins, Andrew Bennetts)
62
bzr 0.15 (not finalised)
66
* Handle incompatible repositories as a user issue when fetching.
69
* Don't give a recommendation to upgrade when branching or
70
checking out a branch that contains an old-format working tree.
73
bzr 0.15rc3 2007-03-26
77
* A warning is now displayed when opening working trees in older
78
formats, to encourage people to upgrade to WorkingTreeFormat4.
83
* HTTP redirections are now taken into account when a branch (or a
84
bundle) is accessed for the first time. A message is issued at each
85
redirection to inform the user. In the past, http redirections were
86
silently followed for each request which significantly degraded the
87
performances. The http redirections are not followed anymore by
88
default, instead a RedirectRequested exception is raised. For bzrlib
89
users needing to follow http redirections anyway,
90
bzrlib.transport.do_catching_redirections provide an easy transition
66
95
* Added ``ReadLock.temporary_write_lock()`` to allow upgrading an OS read
67
96
lock to an OS write lock. Linux can do this without unlocking, Win32
68
97
needs to unlock in between. (John Arbash Meinel)
99
* New parameter ``recommend_upgrade`` to BzrDir.open_workingtree
100
to silence (when false) warnings about opening old formats.
70
103
* Fix minor performance regression with bzr-0.15 on pre-dirstate
71
104
trees. (We were reading the working inventory too many times).
95
128
* ``bzr checkout source`` should create a local branch in the same
96
129
format as source. (John Arbash Meinel, #93854)
131
* ``bzr commit`` with a kind change was failing to update the
132
last-changed-revision for directories. The
133
InventoryDirectory._unchanged only looked at the parent_id and name,
134
ignoring the fact that the kind could have changed, too.
135
(John Arbash Meinel, #90111)
137
* ``bzr mv dir/subdir other`` was incorrectly updating files inside
138
the directory. So that there was a chance it would break commit,
139
etc. (John Arbash Meinel, #94037)
141
* Correctly handles mutiple permanent http redirections.
99
145
bzr 0.15rc2 2007-03-14