~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-06-10 08:15:19 UTC
  • mfrom: (3489.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080610081519-95unlj6ayptlh2uv
(mbp) Bump version to 1.6b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
  BUG FIXES:
12
12
 
 
13
  IMPROVEMENTS:
 
14
 
 
15
  BUGFIXES:
 
16
 
 
17
  DOCUMENTATION:
 
18
 
 
19
  TESTING:
 
20
 
 
21
  API CHANGES:
 
22
 
 
23
  INTERNALS:
 
24
 
 
25
 
 
26
bzr 1.6beta2 2008-06-10
 
27
-----------------------
 
28
 
 
29
This release contains further progress towards our 1.6 goals of shallow
 
30
repositories, and contains a fix for some user-affecting bugs in the
 
31
repository layer.  Building working trees during checkout and branch is
 
32
now faster.
 
33
 
 
34
  BUG FIXES:
 
35
 
13
36
    * Avoid KnitCorrupt error extracting inventories from some repositories.
14
37
      (The data is not corrupt; an internal check is detecting a problem
15
38
      reading from the repository.)