~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2008-04-11 07:18:46 UTC
  • mfrom: (3346.2.9 make-dist)
  • mto: (3360.3.1 1.4)
  • mto: This revision was merged to the branch mainline in revision 3385.
  • Revision ID: mbp@sourcefrog.net-20080411071846-3rhfzykpyhhln6sl
merge 'make dist' and 'version --short'

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
      one is present.  You can use the new ``nosmart+`` transport decorator
92
92
      to get the old behaviour.  (Andrew Bennetts)
93
93
 
94
 
     * Various operations with revision specs and commands that calculate
95
 
       revnos and revision ids are faster.  (John A. Meinel, Aaron Bentley)
 
94
    * The ``version`` command takes a ``--short`` option to print just the
 
95
      version number, for easier use in scripts.  (Martin Pool)
 
96
 
 
97
    * Various operations with revision specs and commands that calculate
 
98
      revnos and revision ids are faster.  (John A. Meinel, Aaron Bentley)
96
99
 
97
100
  BUGFIXES:
98
101
 
269
272
      had already failed, and should not be relied upon by code. 
270
273
      (Martin Pool, #109520)
271
274
 
 
275
    * ``make dist`` target to build a release tarball, and also 
 
276
      ``check-dist-tarball`` and ``dist-upload-escudero``.  (Martin Pool)
 
277
 
272
278
    * The ``read_response_tuple`` method of ``SmartClientRequestProtocol*``
273
279
      classes will now raise ``UnknownSmartMethod`` when appropriate, so that
274
280
      callers don't need to try distinguish unknown request errors from other