~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2007-08-02 10:28:36 UTC
  • mto: This revision was merged to the branch mainline in revision 2678.
  • Revision ID: bialix@ukr.net-20070802102836-45ys1axb2uak8rno
change generated documentation extension from htm to html

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
    * Use exact encoding for merge directives. (Adeodato Simó, #120591)
223
223
 
224
224
    * Fix tempfile permissions error in smart server tar bundling under
225
 
      Windows. (Martin_, #119330)
 
225
      Windows. (Martin _, #119330)
226
226
 
227
227
    * Fix detection of directory entries in the inventory. (James Westby)
228
228
 
231
231
 
232
232
    * Issue a CONNECT request when connecting to an https server
233
233
      via a proxy to enable SSL tunneling.
234
 
     (Vincent Ladeuil, #120678)
 
234
      (Vincent Ladeuil, #120678)
235
235
 
236
236
    * Fix ``bzr log -r`` to support selecting merge revisions, both 
237
237
      individually and as part of revision ranges.
323
323
  LIBRARY API BREAKS:
324
324
 
325
325
    * Testing cleanups - 
326
 
     ``bzrlib.repository.RepositoryTestProviderAdapter`` has been moved
 
326
      ``bzrlib.repository.RepositoryTestProviderAdapter`` has been moved
327
327
      to ``bzrlib.tests.repository_implementations``;
328
328
      ``bzrlib.repository.InterRepositoryTestProviderAdapter`` has been moved
329
329
      to ``bzrlib.tests.interrepository_implementations``;