~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Brad Crittenden
  • Date: 2007-02-26 20:56:10 UTC
  • mfrom: (2300 +trunk)
  • mto: (2293.1.5 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 2311.
  • Revision ID: brad.crittenden@canonical.com-20070226205610-44oatbxrjjz3ajwy
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
      "bzr unbind", you can "bzr bind" to bind to the previously-selected
53
53
      bind location.
54
54
 
 
55
    * Bazaar now looks for user-installed plugins before looking for site-wide
 
56
      plugins. (Jonathan Lange)
 
57
 
55
58
  INTERNALS:
56
59
 
 
60
    * Internally revision ids and file ids are now passed around as utf-8
 
61
      bytestrings, rather than treating them as Unicode strings. This has
 
62
      performance benefits for Knits, since we no longer need to decode the
 
63
      revision id for each line of content, nor for each entry in the index.
 
64
      This will also help with the future dirstate format.
 
65
      (John Arbash Meinel)
 
66
 
57
67
    * Reserved ids (any revision-id ending in a colon) are rejected by
58
68
      versionedfiles, repositories, branches, and working trees
59
69
      (Aaron Bentley)
109
119
      (John Arbash Meinel, #30576, #45504)
110
120
 
111
121
    * Fix http proxy authentication when user and an optional
112
 
      password appears in the *_proxy vars. (Vincent Ladeuil,
 
122
      password appears in the ``*_proxy`` vars. (Vincent Ladeuil,
113
123
      #83954).
114
124
 
115
125
    * ``bzr log branch/file`` works for local treeless branches