~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-16 04:35:54 UTC
  • mfrom: (3778.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081016043554-38i4ho6svnlyba65
(mbp) merge 1.8final back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
  BUG FIXES:
23
23
 
 
24
    * A failure to load a plugin due to an IncompatibleAPI exception is
 
25
      now correctly reported. (Robert Collins, #279451)
 
26
 
 
27
    * API versioning support now has a multiple-version checking api
 
28
      ``require_any_api``. (Robert Collins, #279447)
 
29
 
 
30
    * ``bzr co`` uses less memory. It used to unpack the entire WT into
 
31
      memory before writing it to disk. This was a little bit faster, but
 
32
      consumed lots of memory. (John Arbash Meinel, #269456)
 
33
 
24
34
  DOCUMENTATION:
25
35
 
26
36
  API CHANGES:
29
39
 
30
40
  INTERNALS:
31
41
 
 
42
  PORTABILITY:
 
43
 
 
44
 
 
45
bzr 1.8 2008-10-16
 
46
------------------
 
47
 
 
48
Bazaar 1.8 includes several fixes that improve working tree performance,
 
49
display of revision logs, and merges.  The bzr testsuite now passes on OS
 
50
X and Python 2.6, and almost completely passes on Windows.  The
 
51
smartserver code has gained several bug fixes and performance
 
52
improvements, and can now run server-side hooks within an http server.
 
53
 
 
54
  BUG FIXES:
 
55
 
 
56
   * Fix "Must end write group" error when another error occurs during
 
57
     ``bzr push``.  (Andrew Bennetts, #230902)
 
58
 
 
59
  PORTABILITY:
 
60
 
 
61
   * Some Pyrex versions require the WIN32 macro defined to compile on
 
62
     that platform.  (Alexander Belchenko, Martin Pool, #277481)
 
63
 
32
64
 
33
65
bzr 1.8rc1 2008-10-07
34
66
---------------------
35
67
 
36
 
Bazaar 1.8 includes several fixes that improve working tree performance,
37
 
display of revision logs, and merges.  We've also fixed, and the bzr
38
 
testsuite now passes on OS X and Python 2.6, and almost completely passes
39
 
on Windows.  The smartserver code has gained several bug fixes and
40
 
performance improvements, and can now run server-side hooks within an http
41
 
server.
42
 
 
43
68
  CHANGES:
44
69
 
45
70
    * ``bzr log file`` has been changed. It now uses a different method
112
137
 
113
138
  BUG FIXES:
114
139
 
115
 
    * API versioning support now has a multiple-version checking api
116
 
      ``require_any_api``. (Robert Collins, #279447)
117
 
 
118
140
    * Avoid random failures arising from misinterpreted ``errno`` values
119
141
      in ``_readdir_pyx.read_dir``.
120
142
      (Martin Pool, #279381)
121
143
 
122
 
    * A failure to load a plugin due to an IncompatibleAPI exception is
123
 
      now correctly reported. (Robert Collins, #279451)
124
 
 
125
144
    * Branching from a shared repository on a smart server into a new
126
145
      repository now preserves the repository format.
127
146
      (Andrew Bennetts, #269214)
128
147
 
129
 
    * ``bzr co`` uses less memory. It used to unpack the entire WT into
130
 
      memory before writing it to disk. This was a little bit faster, but
131
 
      consumed lots of memory. (John Arbash Meinel, #269456)
132
 
 
133
148
    * ``bzr log`` now accepts a ``--change`` option.
134
149
      (Vincent Ladeuil, #248427)
135
150