~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-10 00:25:57 UTC
  • mfrom: (2596.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070710002557-87rqdzuvgr10pvsu
Update NEWS with missing items ready for 0.18rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
      authentication header.
17
17
      (Vincent Ladeuil, #121889)
18
18
 
 
19
    * Use exact encoding for merge directives. (Adeodato Simó, #120591)
 
20
 
 
21
    * Fix tempfile permissions error in smart server tar bundling under
 
22
      Windows. (Martin_, #119330)
 
23
 
 
24
    * Fix detection of directory entries in the inventory. (James Westby)
 
25
 
 
26
    * Fix handling of http code 400: Bad Request When issuing too many ranges.
 
27
      (Vincent Ladeuil, #115209)
 
28
 
19
29
    * Issue a CONNECT request when connecting to an https server
20
30
      via a proxy to enable SSL tunneling.
21
31
     (Vincent Ladeuil, #120678)
35
45
 
36
46
    * Fix commit ordering in corner case (Aaron Bentley, #94975)
37
47
 
 
48
    *  Make annotate behave in a non-ASCII world (Adeodato Simó).
 
49
 
38
50
  IMPROVEMENTS:
39
51
 
40
52
    * The --lsprof-file option now dumps a text rendering of the profiling
76
88
    * Various operations that are now faster due to avoiding unnecessary
77
89
      topological sorts. (Aaron Bentley)
78
90
 
 
91
    * Make merge directives robust against broken bundles. (Aaron Bentley)
 
92
 
79
93
    * The lsprof filename note is emitted via trace.note(), not standard
80
94
      output.  (Aaron Bentley)
81
95
 
95
109
    * Long log format reports deltas on merge revisions. 
96
110
      (John Arbash Meinel, Kent Gibson)
97
111
 
 
112
    * Make initial push over ftp more resilient. (John Arbash Meinel)
 
113
 
 
114
    * Print a summary of changes for update just like pull does.
 
115
      (Daniel Watkins, #113990)
 
116
 
 
117
    * Add a -Dhpss option to trace smart protocol requests and responses.
 
118
      (Andrew Bennetts)
 
119
 
98
120
  LIBRARY API BREAKS:
99
121
 
100
122
    * Testing cleanups - 
117
139
      These changes are an API break in the testing infrastructure only.
118
140
      (Robert Collins)
119
141
 
 
142
    * Relocate TestCaseWithRepository to be more central. (Robert Collins)
 
143
 
120
144
    * ``bzrlib.add.smart_add_tree`` will no longer perform glob expansion on
121
145
      win32. Callers of the function should do this and use the new
122
146
      ``MutableTree.smart_add`` method instead. (Robert Collins)
140
164
 
141
165
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
142
166
 
 
167
    * Fix documentation of BzrError. (Adeodato Simó)
 
168
 
 
169
    * Make BzrBadParameter an internal error. (Adeodato Simó)
 
170
 
 
171
    * Remove use of 'assert False' to raise an exception unconditionally.
 
172
      (Martin Pool)
 
173
 
 
174
    * Give a cleaner error when failing to decode knit index entry.
 
175
      (Martin Pool)
 
176
 
 
177
    * TreeConfig would mistakenly search the top level when asked for options
 
178
      from a section. It now respects the section argument and only
 
179
      searches the specified section. (James Westby)
 
180
 
 
181
    * Improve ``make api-docs`` output. (John Arbash Meinel)
 
182
 
 
183
    * Use os.lstat rather than os.stat for osutils.make_readonly and
 
184
      osutils.make_writeable. This makes the difftools plugin more
 
185
      robust when dangling symlinks are found. (Elliot Murphy)
 
186
 
143
187
    * New ``-Dlock`` option to log (to ~/.bzr.log) information on when 
144
188
      lockdirs are taken or released.  (Martin Pool)
145
189
 
162
206
    * New method ``external_url`` on Transport for obtaining the url to
163
207
      hand to external processes. (Robert Collins)
164
208
 
 
209
    * Teach windows installers to build pyrex/C extensions.
 
210
      (Alexander Belchenko)
 
211
 
165
212
  TESTING:
166
213
 
167
214
    * Removed the ``--keep-output`` option from selftest and clean up test