~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2008-07-16 00:28:08 UTC
  • mfrom: (3497.3.3 trivial)
  • mto: This revision was merged to the branch mainline in revision 3540.
  • Revision ID: mbp@sourcefrog.net-20080716002808-i3ztphkd4aweozia
merge other doc and trivial changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
IN DEVELOPMENT
9
9
--------------
10
10
 
11
 
  BUG FIXES:
12
 
 
13
11
  IMPROVEMENTS:
14
12
 
15
13
    * ``bzr export --format=tgz --root=NAME -`` to export a gzipped tarball 
18
16
 
19
17
  BUGFIXES:
20
18
 
 
19
    * Clearer message about how to set the PYTHONPATH if bzrlib can't be
 
20
      loaded. 
 
21
      (Martin Pool, #205230)
 
22
 
 
23
    * Errors about missing libraries are now shown without a traceback,
 
24
      and with a suggestion to install the library.  The full traceback is 
 
25
      still in ``.bzr.log`` and can be shown with ``-Derror``.
 
26
      (Martin Pool, #240161)
 
27
 
 
28
    * ``needs_read_lock`` and ``needs_write_lock`` now suppress an error during
 
29
      ``unlock`` if there was an error in the original function. This helps
 
30
      most when there is a failure with a smart server action, since often the
 
31
      connection closes and we cannot unlock.
 
32
      (Andrew Bennetts, John Arbash Meinel, #125784)
 
33
 
 
34
    * Raise the correct exception when doing ``-rbefore:0`` or ``-c0``.
 
35
      (John Arbash Meinel, #239933)
 
36
 
21
37
    * You can now compare file revisions in Windows diff programs from 
22
38
      Cygwin Bazaar.
23
39
      (Matt McClure, #209281)
24
40
 
25
41
  DOCUMENTATION:
26
42
 
27
 
   * Updated developer documentation.
28
 
     (Martin Pool)
 
43
    * Updated developer documentation.
 
44
      (Martin Pool)
29
45
 
30
46
  TESTING:
31
47
 
49
65
      reading from the repository.)
50
66
      (Martin Pool, Andrew Bennetts, Robert Collins, #234748)
51
67
 
 
68
    * ``bzr status`` was breaking if you merged the same revision twice.
 
69
      (John Arbash Meinel, #235407)
 
70
 
52
71
    * Fix infinite loop consuming 100% CPU when a connection is lost while
53
72
      reading a response body via the smart protocol v1 or v2.
54
73
      (Andrew Bennetts)
81
100
    * Faster branching (1.09x) and lightweight checkouts (1.06x) on large trees.
82
101
      (Ian Clatworthy, Aaron Bentley)
83
102
 
84
 
  BUGFIXES:
85
 
 
86
 
    * ``bzr status`` was breaking if you merged the same revision twice.
87
 
      (John Arbash Meinel, #235407)
88
 
 
89
103
  DOCUMENTATION:
90
104
 
91
105
    * Added *Bazaar Zen* section to the User Guide. (Ian Clatworthy)