~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-03 03:58:26 UTC
  • mfrom: (4668.1.5 2.1.0b2)
  • Revision ID: pqm@pqm.ubuntu.com-20091103035826-tr4qa6fznzmirgiq
(jam) Merge 2.1.0b2 (-final) to bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
 
102
102
Key highlights in this release are: improved handling of
103
103
failures-during-cleanup for commit, fixing a long-standing bug with
104
 
``bzr+http`` and shared repositories, and a new StaticTuple datatype,
105
 
allowing us to reduce memory consumption (50%) and garbage collector
106
 
overhead (40% faster) for many operations.
 
104
``bzr+http`` and shared repositories, all ``lp:`` urls to be resolved
 
105
behind proxies, and a new StaticTuple datatype, allowing us to reduce
 
106
memory consumption (50%) and garbage collector overhead (40% faster) for
 
107
many operations.
107
108
 
108
109
Bug Fixes
109
110
*********
116
117
  they do occur.  This fixes some causes of ``TooManyConcurrentRequests``
117
118
  and similar errors.  (Andrew Bennetts, #429747, #243391)
118
119
 
 
120
* Launchpad urls can now be resolved from behind proxies.
 
121
  (Gordon Tyler, Vincent Ladeuil, #186920)
 
122
 
 
123
* Reduce the strictness for StaticTuple, instead add a debug flag
 
124
  ``-Dstatic_tuple`` which will change apis to be strict and raise errors.
 
125
  This way, most users won't see failures, but developers can improve
 
126
  internals. (John Arbash Meinel, #471193)
 
127
 
119
128
* TreeTransform.adjust_path updates the limbo paths of descendants of adjusted
120
129
  files.  (Aaron Bentley)
121
130