~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-03-05 03:43:56 UTC
  • mfrom: (2312 +trunk)
  • mto: (2255.11.6 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070305034356-og43j35eg62m952f
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
      "bzr unbind", you can "bzr bind" to bind to the previously-selected
71
71
      bind location.
72
72
 
 
73
    * Builtin tags support, created and deleted by the ``tag`` command and
 
74
      stored in the branch.  Tags can be accessed with the revisionspec
 
75
      ``-rtag:``, and listed with ``bzr tags``.  Tags are not versioned 
 
76
      at present.  (Martin Pool)
 
77
 
 
78
    * The bzr:// transport now has a well-known port number, 4155, which it will
 
79
      use by default.  (Andrew Bennetts, Martin Pool)
 
80
 
 
81
    * Bazaar now looks for user-installed plugins before looking for site-wide
 
82
      plugins. (Jonathan Lange)
 
83
 
 
84
>>>>>>> MERGE-SOURCE
73
85
  INTERNALS:
74
86
 
75
87
    * Internally revision ids and file ids are now passed around as utf-8
118
130
      This is expected to grow to cover a number of related uses mainly
119
131
      related to bzr info. (Robert Collins)
120
132
 
121
 
    * Log formatters are now managed with a registry.  log.register_formatter
122
 
      continues to work, but callers accessed the FORMATTERS dictionary
123
 
      directly will not.
 
133
    * Log formatters are now managed with a registry.
 
134
      ``log.register_formatter`` continues to work, but callers accessing
 
135
      the FORMATTERS dictionary directly will not.
 
136
 
 
137
    * Allow a start message to be passed to the ``edit_commit_message``
 
138
      function.  This will be placed in the message offered to the user
 
139
      for editing above the separator. It allows a template commit message
 
140
      to be used more easily. (James Westby)
124
141
 
125
142
    * ``GPGStrategy.sign()`` will now raise ``BzrBadParameterUnicode`` if
126
143
      you pass a Unicode string rather than an 8-bit string. Callers need
127
144
      to be updated to encode first. (John Arbash Meinel)
128
145
 
 
146
    * Branch.push, pull, merge now return Result objects with information
 
147
      about what happened, rather than a scattering of various methods.  These
 
148
      are also passed to the post hooks.  (Martin Pool)
 
149
 
129
150
  BUGFIXES:
130
151
 
131
152
    * ``bzr annotate`` now uses dotted revnos from the viewpoint of the
141
162
      (John Arbash Meinel, #30576, #45504)
142
163
 
143
164
    * Fix http proxy authentication when user and an optional
144
 
      password appears in the *_proxy vars. (Vincent Ladeuil,
 
165
      password appears in the ``*_proxy`` vars. (Vincent Ladeuil,
145
166
      #83954).
146
167
 
147
168
    * ``bzr log branch/file`` works for local treeless branches
149
170
 
150
171
    * Fix problem with UNC paths on Windows 98. (Alexander Belchenko, #84728)
151
172
 
 
173
    * Searching location of CA bundle for PyCurl in env variable (CURL_CA_BUNDLE),
 
174
      and on win32 along the PATH. (Alexander Belchenko, #82086)
 
175
 
 
176
    * ``bzr init`` works with unicode argument LOCATION.
 
177
      (Alexander Belchenko, #85599)
 
178
 
 
179
    * Raise DependencyNotPresent if pycurl do not support https. (Vincent
 
180
      Ladeuil, #85305)
 
181
 
152
182
  TESTING:
153
183
 
154
184
    * New ``--first`` option to ``bzr selftest`` to run specified tests
302
332
    * Allow plugins import from zip archives.
303
333
      (Alexander Belchenko, #68124)
304
334
 
 
335
    * bzr rocks. It sure does! Fix case. (Vincent Ladeuil, #78026)
 
336
 
305
337
 
306
338
bzr 0.13  2006-12-05
307
339