~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.18.txt

  • Committer: Andrew Bennetts
  • Date: 2010-10-08 08:15:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101008081514-dviqzrdfwyzsqbz2
Split NEWS into per-release doc/en/release-notes/bzr-*.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
* Fix detection of directory entries in the inventory. (James Westby)
47
47
 
48
 
* Fix handling of HTTP code 400: Bad Request When issuing too many ranges.
 
48
* Fix handling of http code 400: Bad Request When issuing too many ranges.
49
49
  (Vincent Ladeuil, #115209)
50
50
 
51
51
* Issue a CONNECT request when connecting to an https server
132
132
* Long log format reports deltas on merge revisions.
133
133
  (John Arbash Meinel, Kent Gibson)
134
134
 
135
 
* Make initial push over FTP more resilient. (John Arbash Meinel)
 
135
* Make initial push over ftp more resilient. (John Arbash Meinel)
136
136
 
137
137
* Print a summary of changes for update just like pull does.
138
138
  (Daniel Watkins, #113990)
228
228
  deprecated in favour of ``MutableTree.smart_add``. (Robert Collins,
229
229
  Martin Pool)
230
230
 
231
 
* New method ``external_url`` on Transport for obtaining the URL to
 
231
* New method ``external_url`` on Transport for obtaining the url to
232
232
  hand to external processes. (Robert Collins)
233
233
 
234
234
* Teach windows installers to build pyrex/C extensions.