~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-10 05:33:34 UTC
  • mfrom: (3697.4.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080910053334-fy7gihd6da2nyhy2
(jam) Merge in bzr-1.7rc1, open bzr-1.8 for development.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
  CHANGES:
11
11
 
 
12
  FEATURES
 
13
 
 
14
  IMPROVEMENTS:
 
15
 
 
16
  BUG FIXES:
 
17
 
 
18
  DOCUMENTATION:
 
19
 
 
20
  API CHANGES:
 
21
 
 
22
  TESTING:
 
23
 
 
24
  INTERNALS:
 
25
 
 
26
 
 
27
bzr 1.7rc1 2008-09-09
 
28
---------------------
 
29
 
 
30
This release candidate for bzr 1.7 has several bug fixes and a few
 
31
performance and feature improvements.  ``bzr rm`` will now scan for
 
32
missing files and remove them, like how ``bzr add`` scans for unknown
 
33
files and adds them. A bit more polish has been applied to the stacking
 
34
code. The b-tree indexing code has been brought in, with an eye on using
 
35
it in a future repository format.
 
36
 
 
37
 
 
38
  CHANGES:
 
39
 
12
40
    * ``bzr export`` can now export a subdirectory of a project.
13
41
      (Robert Collins)
14
42