~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-14 21:05:56 UTC
  • mfrom: (4634.107.1 2.0)
  • Revision ID: pqm@pqm.ubuntu.com-20091214210556-31viujd7fmprh0d0
(jam) Bring 2.0 into bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
* Content filters are now applied correctly after pull, merge and switch.
176
176
  (Ian Clatworthy, #385879)
177
177
 
 
178
* Fix a potential segfault in the groupcompress hash map handling code.
 
179
  When inserting new entries, if the final hash bucket was empty, we could
 
180
  end up trying to access if ``(last_entry+1)->ptr == NULL``.
 
181
  (John Arbash Meinel, #490228)
 
182
 
178
183
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
179
184
 
180
185
Improvements