~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-11-02 22:50:27 UTC
  • mto: This revision was merged to the branch mainline in revision 4782.
  • Revision ID: john@arbash-meinel.com-20091102225027-xtxixxy0i6vq7m8d
Fix NEWS bug number #186920

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  and similar errors.  (Andrew Bennetts, #429747, #243391)
34
34
 
35
35
* Launchpad urls can now be resolved from behind proxies.
36
 
  (Gordon Tyler, Vincent Ladeuil, #198920)
 
36
  (Gordon Tyler, Vincent Ladeuil, #186920)
37
37
 
38
38
* Reduce the strictness for StaticTuple, instead add a debug flag
39
39
  ``-Dstatic_tuple`` which will change apis to be strict and raise errors.