~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2007-08-07 19:33:11 UTC
  • mfrom: (2678 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2685.
  • Revision ID: bialix@ukr.net-20070807193311-76klhk4sldylzucs
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
      to display by the online help or inclusion in the man page.
119
119
      (Ian Clatworthy)
120
120
 
 
121
    * HTML documentation now use files extension *.html (Alexander Belchenko)
121
122
 
122
123
  LIBRARY API BREAKS:
123
124
 
248
249
    * Use exact encoding for merge directives. (Adeodato Simó, #120591)
249
250
 
250
251
    * Fix tempfile permissions error in smart server tar bundling under
251
 
      Windows. (Martin_, #119330)
 
252
      Windows. (Martin _, #119330)
252
253
 
253
254
    * Fix detection of directory entries in the inventory. (James Westby)
254
255
 
257
258
 
258
259
    * Issue a CONNECT request when connecting to an https server
259
260
      via a proxy to enable SSL tunneling.
260
 
     (Vincent Ladeuil, #120678)
 
261
      (Vincent Ladeuil, #120678)
261
262
 
262
263
    * Fix ``bzr log -r`` to support selecting merge revisions, both 
263
264
      individually and as part of revision ranges.
349
350
  LIBRARY API BREAKS:
350
351
 
351
352
    * Testing cleanups - 
352
 
     ``bzrlib.repository.RepositoryTestProviderAdapter`` has been moved
 
353
      ``bzrlib.repository.RepositoryTestProviderAdapter`` has been moved
353
354
      to ``bzrlib.tests.repository_implementations``;
354
355
      ``bzrlib.repository.InterRepositoryTestProviderAdapter`` has been moved
355
356
      to ``bzrlib.tests.interrepository_implementations``;