~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Marius Kruger
  • Date: 2008-10-03 21:31:00 UTC
  • mfrom: (3763 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3809.
  • Revision ID: amanic@gmail.com-20081003213100-q4rv2l9pn8qto9o0
merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
      towards your mainline. This simplifies the output, makes it faster,
16
16
      and reduces memory consumption.  (John Arbash Meinel)
17
17
 
 
18
    * ``bzr merge`` now defaults to having ``--reprocess`` set, whenever
 
19
      ``--show-base`` is not supplied.  (John Arbash Meinel)
 
20
 
18
21
    * ``bzr+http//`` will now optionally load plugins and write logs on the
19
22
      server. (Marius Kruger)
20
23
 
 
24
    * ``bzrlib._dirstate_helpers_c.pyx`` does not compile correctly with
 
25
      Pyrex 0.9.4.1 (it generates C code which causes segfaults). We
 
26
      explicitly blacklist that version of the compiler for that
 
27
      extension. Packaged versions will include .c files created with
 
28
      pyrex >= 0.9.6 so it doesn't effect releases, only users running
 
29
      from the source tree. (John Arbash Meinel, #276868)
 
30
 
21
31
  FEATURES
22
32
 
23
33
    * bzr is now compatible with python-2.6. python-2.6 is not yet officially
63
73
 
64
74
    * The C extensions now build on python 2.4 (Robert Collins, #271939)
65
75
 
 
76
    * The ``-Dhpss`` debug flag now reports the number of smart server
 
77
      calls per medium to stderr.  This is in addition to the existing
 
78
      detailed logging to the .bzr.log trace file.  (Andrew Bennetts)
 
79
 
66
80
  BUG FIXES:
67
81
 
68
82
    * Branching from a shared repository on a smart server into a new
130
144
      transport has one, fixing numerous tests on Windows.
131
145
      (Mark Hammond)
132
146
 
 
147
    * PreviewTree is now tested via intertree_implementations.
 
148
      (Aaron Bentley)
 
149
 
133
150
    * The full test suite is passing again on OSX.
134
151
      (Guillermo Gonzalez, Vincent Ladeuil)
135
152
 
136
 
    * PreviewTree is now tested via intertree_implementations.
137
 
      (Aaron Bentley)
 
153
    * The full test suite passes when run with ``-Eallow_debug``.
 
154
      (Andrew Bennetts)
138
155
 
139
156
  INTERNALS:
140
157
 
165
182
      parameters anymore.
166
183
      (Vincent Ladeuil)
167
184
 
 
185
 
 
186
bzr 1.7.1 2008-10-01
 
187
--------------------
 
188
 
 
189
  No changes from 1.7.1rc1.
 
190
 
 
191
 
168
192
bzr 1.7.1rc1 2008-09-24
169
193
-----------------------
170
194