~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Tags: bzr-1.7
(jam) bring in Mark Hammonds setup tweaks, release bzr 1.7 final

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
 
7
bzr 1.7 2008-09-23
 
8
------------------
 
9
 
 
10
This release includes many bug fixes and a few performance and feature
 
11
improvements.  ``bzr rm`` will now scan for missing files and remove them,
 
12
like how ``bzr add`` scans for unknown files and adds them. A bit more
 
13
polish has been applied to the stacking code. The b-tree indexing code has
 
14
been brought in, with an eye on using it in a future repository format.
 
15
There are only minor installer changes since bzr-1.7rc2.
 
16
 
 
17
  FEATURES
 
18
 
 
19
    * Some small updates to the win32 installer. Include localization
 
20
      files found in plugins, and include the builtin distutils as part of
 
21
      packaging qbzr. (Mark Hammond)
 
22
 
 
23
 
7
24
bzr 1.7rc2 2008-09-17
8
25
---------------------
9
26