~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-07-15 14:53:00 UTC
  • mfrom: (3538.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20080715145300-6ok29w4tk922f7b3
(awilkins) Fix #247585 and support IIS

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
  BUG FIXES:
48
48
 
 
49
    * Bazaar is now able to be a client to the web server of IIS 6 and 7.
 
50
      The broken implementations of RFC822 in Python and RFC2046 in IIS
 
51
      combined with boundary-line checking in Bazaar previously made this
 
52
      impossible. (NB, IIS 5 does not suffer from this problem).
 
53
      (Adrian Wilkins, #247585)
 
54
 
49
55
    * ``bzr log --long`` with a ghost in your mainline now handles that
50
56
      ghost properly. (John Arbash Meinel, #243536)
51
57