~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-13 23:25:40 UTC
  • mfrom: (3624.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080813232540-mgtcd9chtkd9kda0
(jam) Bring 1.6rc2 back into bzr.dev, and fix up NEWS entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
  IMPROVEMENTS:
13
13
 
 
14
  BUG FIXES:
 
15
 
 
16
  API CHANGES:
 
17
 
 
18
    * Exporters now take 4 parameters. (Robert Collins)
 
19
 
 
20
  TESTING:
 
21
 
 
22
    * ``addCleanup`` now takes ``*arguments`` and ``**keyword_arguments``
 
23
      which are then passed to the cleanup callable as it is run. In
 
24
      addition, addCleanup no longer requires that the callables passed to
 
25
      it be unique. (Jonathan Lange)
 
26
 
 
27
  INTERNALS:
 
28
 
 
29
 
 
30
bzr 1.6rc2 2008-08-13
 
31
---------------------
 
32
 
 
33
This release candidate has a few minor bug fixes, and some regression
 
34
fixes for Windows.
 
35
 
14
36
    * ``bzr export`` can now export a subdirectory of a project.
15
37
      (Robert Collins)
16
38
 
19
41
    * ``bzr upgrade`` on remote branches accessed via bzr:// and
20
42
      bzr+ssh:// now works.  (Andrew Bennetts)
21
43
 
 
44
    * Change the ``get_format_description()`` strings for
 
45
      ``RepositoryFormatKnitPack5`` et al to be single line messages.
 
46
      (Aaron Bentley)
 
47
 
 
48
    * Fix for a regression on Win32 where we would try to call
 
49
      ``os.listdir()`` on a file and not catch the exception properly.
 
50
      (Windows raises a different exception.) This would manifest in
 
51
      places like ``bzr rm file`` or ``bzr switch``.
 
52
      (Mark Hammond, John Arbash Meinel)
 
53
 
 
54
    * ``Inventory.copy()`` was failing to set the revision property for
 
55
      the root entry. (Jelmer Vernooij)
 
56
 
22
57
    * sftp transport: added missing ``FileExists`` case to
23
58
      ``_translate_io_exception`` (Christophe Troestler, #123475)
24
59
 
32
67
      choice is arbitrary but stable, so merges in different directions
33
68
      will get the same results.  (John Arbash Meinel, #232188)
34
69
 
35
 
  API CHANGES:
36
 
 
37
 
    * Exporters now take 4 parameters. (Robert Collins)
38
 
 
39
 
  TESTING:
40
 
 
41
 
    * ``addCleanup`` now takes ``*arguments`` and ``**keyword_arguments``
42
 
      which are then passed to the cleanup callable as it is run. In
43
 
      addition, addCleanup no longer requires that the callables passed to
44
 
      it be unique. (Jonathan Lange)
45
 
 
46
 
  INTERNALS:
47
 
 
48
70
 
49
71
bzr 1.6rc1 2008-08-06
50
72
---------------------
60
82
    * Knit format repositories are deprecated and bzr will now emit
61
83
      warnings whenever it encounters one.  Use ``bzr upgrade`` to upgrade
62
84
      knit repositories to pack format.  (Andrew Bennetts)
63
 
      
 
85
 
64
86
  IMPROVEMENTS:
65
87
 
66
88
    * ``bzr check`` can now be told which elements at a location it should