~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-23 23:21:12 UTC
  • mfrom: (1953 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1955.
  • Revision ID: john@arbash-meinel.com-20060823232112-f755378d583374a8
[merge] bzr.dev 1953

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
  BUG FIXES:
25
25
 
26
 
    * ``bzr uncommit`` preserves pending merges. (John Arbash Meinel, #57660)
27
 
 
28
26
    * Active FTP transport now works as intended. (ghozzy, #56472)
29
27
 
30
28
    * Really fix mutter() so that it won't ever raise a UnicodeError.