~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-06-04 21:25:46 UTC
  • mfrom: (4409 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4410.
  • Revision ID: john@arbash-meinel.com-20090604212546-dpmrzvg49q40tvnj
Merge bzr.dev 4409, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  but using a Revision serializer using bencode rather than XML.
25
25
  (Jelmer Vernooij, John Arbash Meinel)
26
26
 
 
27
* mail_client=claws now supports --body (and message body hooks).  Also uses
 
28
  configured from address.  (Barry Warsaw)
 
29
 
27
30
 
28
31
Improvements
29
32
************
66
69
  the fetched revisions, not in the stacked-on ancestry.
67
70
  (John Arbash Meinel)
68
71
 
 
72
* Reconcile can now deal with text revisions that originated in revisions 
 
73
  that are ghosts. (Jelmer Vernooij, #336749)
 
74
 
 
75
* Support cloning of branches with ghosts in the left hand side history.
 
76
  (Jelmer Vernooij, #248540)
 
77
 
 
78
* The ''bzr diff'' now catches OSError from osutils.rmtree and logs a
 
79
  helpful message to the trace file, unless the temp directory really was
 
80
  removed (which would be very strange).  Since the diff operation has
 
81
  succeeded from the user's perspective, no output is written to stderr 
 
82
  or stdout.  (Maritza Mendez, #363837)
 
83
 
 
84
* Translate errors received from a smart server in response to a
 
85
  ``BzrDirFormat.initialize`` or ``BzrDirFormat.initialize_ex`` request.
 
86
  This was causing tracebacks even for mundane errors like
 
87
  ``PermissionDenied``.  (Andrew Bennetts, #381329)
69
88
 
70
89
Documentation
71
90
*************
85
104
Testing
86
105
*******
87
106
 
 
107
* The number of cores is now correctly detected on OSX. (John Szakmeister)
 
108
 
88
109
 
89
110
bzr 1.15
90
111
########