~bzr/bzr/bzr.1.5

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-09 22:26:18 UTC
  • mfrom: (3418.2.4 +trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20080509222618-5za5xl5xvzec8d6r
Merge the latest bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
  BUGFIXES:
34
34
 
 
35
    * Authentication.conf can define sections without password.
 
36
      (Vincent Ladeuil, #199440)
 
37
 
35
38
    * Avoid muttering every time a child update does not cause a progress bar
36
39
      update. (John Arbash Meinel, #213771)
37
40
 
42
45
    * ``bzr commit`` now works with Microsoft's FTP service.
43
46
      (Andreas Deininger)
44
47
 
 
48
    * Catch definitions outside sections in authentication.conf.
 
49
      (Vincent Ladeuil, #217650)
 
50
 
45
51
    * Conversion from non-rich-root to rich-root(-pack) updates inventory
46
52
      sha1s, even when bundles are used.  (Aaron Bentley, #181391)
47
53
 
86
92
 
87
93
  DOCUMENTATION:
88
94
 
 
95
    * Expanded the User Guide to include new chapters on popular plugins and
 
96
      integrating Bazaar into your environment. The *Best practices* chapter
 
97
      was renamed to *Miscellaneous topics* as suggested by community
 
98
      feedback as well. (Ian Clatworthy)
 
99
 
89
100
    * Document outlining strategies for TortoiseBzr. (Mark Hammond)
90
101
 
91
102
    * Improved the documentation on hooks. (Ian Clatworthy)
92
103
 
 
104
    * Update authentication docs regarding ssh agents.
 
105
      (Vincent Ladeuil, #183705)
 
106
 
93
107
  TESTING:
94
108
 
95
109
    * Add ``thread_name_suffix`` parameter to SmartTCPServer_for_testing, to