~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-1.2.txt

  • Committer: Andrew Bennetts
  • Date: 2010-10-08 08:15:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101008081514-dviqzrdfwyzsqbz2
Split NEWS into per-release doc/en/release-notes/bzr-*.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  client, and sends less data to the server to request the revisions.
67
67
  (Andrew Bennetts, Robert Collins, #178353)
68
68
 
69
 
* The launchpad plugin now handles lp URLs of the form
 
69
* The launchpad plugin now handles lp urls of the form
70
70
  ``lp://staging/``, ``lp://demo/``, ``lp://dev/`` to use the appropriate
71
71
  launchpad instance to do the resolution of the branch identities.
72
72
  This is primarily of use to Launchpad developers, but can also
87
87
* The ``--coverage`` option is now global, rather specific to ``bzr
88
88
  selftest``.  (Andrew Bennetts)
89
89
 
90
 
* The ``register-branch`` command will now use the public URL of the branch
 
90
* The ``register-branch`` command will now use the public url of the branch
91
91
  containing the current directory, if one has been set and no explicit
92
92
  branch is provided.  (Robert Collins)
93
93
 
143
143
  more characters which should be considered valid.
144
144
  (John Arbash Meinel, #185458)
145
145
 
146
 
* The launchpad plugin now uses the ``edge`` XML-RPC server to avoid
 
146
* The launchpad plugin now uses the ``edge`` xmlrpc server to avoid
147
147
  interacting badly with a bug on the launchpad side. (Robert Collins)
148
148
 
149
149
* Unknown hostnames when connecting to a ``bzr://`` URL no longer cause