~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(mbp) integrated 0.15 fixes: http redirection, dirstate validation, move in dirstate

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
bzr 0.15 (not finalised)
4
4
 
 
5
  IMPROVEMENTS:
 
6
 
 
7
    * HTTP redirections are now taken into account when a branch (or a
 
8
      bundle) is accessed for the first time. A message is issued at each
 
9
      redirection to inform the user. In the past, http redirections were
 
10
      silently followed for each request which significantly degraded the
 
11
      performances. The http redirections are not followed anymore by
 
12
      default, instead a RedirectRequested exception is raised. For bzrlib
 
13
      users needing to follow http redirections anyway,
 
14
      bzrlib.transport.do_catching_redirections provide an easy transition
 
15
      path.  
 
16
      (vila)
 
17
 
 
18
  BUGFIXES:
 
19
 
 
20
    * Correctly handles mutiple permanent http redirections.
 
21
     (vila, #88780)
 
22
 
 
23
 
5
24
bzr 0.15rc3  2007-03-24
6
25
 
7
26
  CHANGES: