~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2007-03-05 20:51:42 UTC
  • mfrom: (2298.7.1 87765)
  • mto: This revision was merged to the branch mainline in revision 2315.
  • Revision ID: john@arbash-meinel.com-20070305205142-3xhccyveuakkrj87
(Vincent Ladeuil) invalid proxy vars should not cause a traceback (bug #87765)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    * Bazaar now looks for user-installed plugins before looking for site-wide
64
64
      plugins. (Jonathan Lange)
65
65
 
66
 
>>>>>>> MERGE-SOURCE
67
66
  INTERNALS:
68
67
 
69
68
    * Internally revision ids and file ids are now passed around as utf-8
154
153
    * Raise DependencyNotPresent if pycurl do not support https. (Vincent
155
154
      Ladeuil, #85305)
156
155
 
 
156
    * Invalid proxy env variables should not cause a traceback.
 
157
      (Vincent Ladeuil, #87765)
 
158
 
157
159
  TESTING:
158
160
 
159
161
    * New ``--first`` option to ``bzr selftest`` to run specified tests