~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(mbp) avoid malloc(0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. contents:: List of Releases
6
6
   :depth: 1
7
7
 
8
 
bzr 2.0.5 (not released yet)
9
 
############################
 
8
bzr 2.0.5
 
9
#########
10
10
 
11
11
:Codename:
12
 
:2.0.5:
 
12
:2.0.5: NOT RELEASED YET
13
13
 
14
14
Bug Fixes
15
15
*********
16
16
 
 
17
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
 
18
  (Martin Pool, #331095)
 
19
 
17
20
* Handle renames correctly when there are files or directories that 
18
21
  differ only in case.  (Chris Jones, Martin Pool, #368931)
19
22