~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-10-17 19:58:53 UTC
  • mfrom: (3783 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3785.
  • Revision ID: john@arbash-meinel.com-20081017195853-i31d3g7sur1prgvi
Merge bzr.dev 3783, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    * ``bzr dump-btree`` is a hidden command introduced to allow dumping
17
17
      the contents of a compressed btree file.  (John Arbash Meinel)
18
18
 
 
19
    * default username for bzr+ssh and sftp can be configured in
 
20
      authentication.conf. (Aaron Bentley)
 
21
 
 
22
    * launchpad-login now provides a default username for bzr+ssh and sftp
 
23
      URLs, allowing username-free URLs to work for everyone. (Aaron Bentley)
 
24
 
19
25
  BUG FIXES:
20
26
 
 
27
    * A failure to load a plugin due to an IncompatibleAPI exception is
 
28
      now correctly reported. (Robert Collins, #279451)
 
29
 
 
30
    * API versioning support now has a multiple-version checking api
 
31
      ``require_any_api``. (Robert Collins, #279447)
 
32
 
 
33
    * ``bzr co`` uses less memory. It used to unpack the entire WT into
 
34
      memory before writing it to disk. This was a little bit faster, but
 
35
      consumed lots of memory. (John Arbash Meinel, #269456)
 
36
 
21
37
    * Fixes to the ``annotate`` code. The fast-path which re-used the
22
38
      stored deltas was accidentally disabled all the time, instead of
23
39
      only when a branch was stacked. Second, the code would accidentally
33
49
 
34
50
  INTERNALS:
35
51
 
 
52
     * New AuthenticationConfig.set_credentials method allows easy programmatic
 
53
       configuration of authetication credentials.
 
54
 
 
55
  PORTABILITY:
 
56
 
 
57
 
 
58
bzr 1.8 2008-10-16
 
59
------------------
 
60
 
 
61
Bazaar 1.8 includes several fixes that improve working tree performance,
 
62
display of revision logs, and merges.  The bzr testsuite now passes on OS
 
63
X and Python 2.6, and almost completely passes on Windows.  The
 
64
smartserver code has gained several bug fixes and performance
 
65
improvements, and can now run server-side hooks within an http server.
 
66
 
 
67
  BUG FIXES:
 
68
 
 
69
   * Fix "Must end write group" error when another error occurs during
 
70
     ``bzr push``.  (Andrew Bennetts, #230902)
 
71
 
 
72
  PORTABILITY:
 
73
 
 
74
   * Some Pyrex versions require the WIN32 macro defined to compile on
 
75
     that platform.  (Alexander Belchenko, Martin Pool, #277481)
 
76
 
36
77
 
37
78
bzr 1.8rc1 2008-10-07
38
79
---------------------
39
80
 
40
 
Bazaar 1.8 includes several fixes that improve working tree performance,
41
 
display of revision logs, and merges.  We've also fixed, and the bzr
42
 
testsuite now passes on OS X and Python 2.6, and almost completely passes
43
 
on Windows.  The smartserver code has gained several bug fixes and
44
 
performance improvements, and can now run server-side hooks within an http
45
 
server.
46
 
 
47
81
  CHANGES:
48
82
 
49
83
    * ``bzr log file`` has been changed. It now uses a different method
116
150
 
117
151
  BUG FIXES:
118
152
 
119
 
    * API versioning support now has a multiple-version checking api
120
 
      ``require_any_api``. (Robert Collins, #279447)
121
 
 
122
153
    * Avoid random failures arising from misinterpreted ``errno`` values
123
154
      in ``_readdir_pyx.read_dir``.
124
155
      (Martin Pool, #279381)
125
156
 
126
 
    * A failure to load a plugin due to an IncompatibleAPI exception is
127
 
      now correctly reported. (Robert Collins, #279451)
128
 
 
129
157
    * Branching from a shared repository on a smart server into a new
130
158
      repository now preserves the repository format.
131
159
      (Andrew Bennetts, #269214)
132
160
 
133
 
    * ``bzr co`` uses less memory. It used to unpack the entire WT into
134
 
      memory before writing it to disk. This was a little bit faster, but
135
 
      consumed lots of memory. (John Arbash Meinel, #269456)
136
 
 
137
161
    * ``bzr log`` now accepts a ``--change`` option.
138
162
      (Vincent Ladeuil, #248427)
139
163