~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-16 19:51:38 UTC
  • mfrom: (3421.1.3 1.5-final)
  • Revision ID: pqm@pqm.ubuntu.com-20080516195138-isg4n1lil96in524
(jam) bzr-1.5final

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bzr 1.5 2008-05-16
9
9
------------------
10
10
 
 
11
This release of Bazaar includes several updates to the documentation, and fixes
 
12
to prepare for making rich root support the default format. Many bugs have been
 
13
squashed, including fixes to log, bzr+ssh inter-operation with older servers.
 
14
 
 
15
  CHANGES:
 
16
 
 
17
    * Suppress deprecation warnings when bzrlib is a 'final' release. This way
 
18
      users of packaged software won't be bothered with DeprecationWarnings,
 
19
      but developers and testers will still see them. (John Arbash Meinel)
 
20
 
 
21
  DOCUMENTATION:
 
22
 
11
23
    * Incorporate feedback from Jelmer Vernooij and Neil Martinsen-Burrell
12
24
      on the plugin and integration chapters of the User Guide.
13
25
      (Ian Clatworthy)