~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-10-29 21:13:16 UTC
  • mfrom: (4634.77.13 2.0)
  • mto: This revision was merged to the branch mainline in revision 4777.
  • Revision ID: john@arbash-meinel.com-20091029211316-d70fv1sxe2ev9rhy
Merge bzr.2.0 bringing in a bunch of small bugfixes.

Stuff like the ObjectNotLocked failures, reverting contents in the presence
of filters, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
* Avoid "NoneType has no attribute st_mode" error when files disappear
126
126
  from a directory while it's being read.  (Martin Pool, #446033)
127
127
 
 
128
* Content filters are now applied correctly after revert.
 
129
  (Ian Clatworthy)
 
130
 
128
131
* Diff parsing handles "Binary files differ" hunks.  (Aaron Bentley, #436325)
129
132
 
130
133
* Fetching from stacked pre-2a repository via a smart server no longer
131
134
  fails intermittently with "second push failed to complete".
132
135
  (Andrew Bennetts, #437626)
133
136
 
 
137
* Fix typos left after test_selftest refactoring.
 
138
  (Vincent Ladeuil, Matt Nordhoff, #461149)
 
139
 
 
140
* Fixed ``ObjectNotLocked`` errors during ``bzr log -r NNN somefile``.
 
141
  (Andrew Bennetts, #445171)
 
142
  
134
143
* PreviewTree file names are not limited by the encoding of the temp
135
144
  directory's filesystem. (Aaron Bentley, #436794)
136
145
 
137
146
Improvements
138
147
************
139
148
 
 
149
* ``bzr log`` now read-locks branches exactly once, so makes better use of
 
150
  data caches.  (Andrew Bennetts)
 
151
 
140
152
Documentation
141
153
*************
142
154