~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-16 04:42:31 UTC
  • mfrom: (2701.1.3 remove-should-cache)
  • Revision ID: pqm@pqm.ubuntu.com-20070816044231-k9pvlics7hlhxuw5
Remove Transport.should_cache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
 
3
  FEATURES:
 
4
 
 
5
    * New option ``--author`` in ``bzr commit`` to specify the author of the
 
6
      change, if it's different from the committer.  (Lukáš Lalinský)
 
7
 
3
8
  IMPROVEMENTS:
4
9
 
5
10
    * ``pull`` and ``merge`` are much faster at installing bundle format 4.
8
13
    * ``pull -v`` no longer includes deltas, making it much faster.
9
14
      (Aaron Bentley)
10
15
 
11
 
    * New option ``--author`` in ``bzr commit`` to specify the author of the
12
 
      change, if it's different from the committer.  (Lukáš Lalinský)
 
16
  API CHANGES:
 
17
 
 
18
    * ``Transport.should_cache`` has been removed.  It was not called in the
 
19
      previous release.  (Martin Pool)
13
20
 
14
21
bzr 0.90rc1 2007-08-14
15
22