/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

Fix some more PEP8isms and delete useless import

Show diffs side-by-side

added added

removed removed

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