~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-24 22:58:48 UTC
  • mfrom: (2242.1.1 bzr.dev.plus.0.14)
  • Revision ID: pqm@pqm.ubuntu.com-20070124225848-73ee49f6aeb7ea18
merge from bzr.0.14 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
 
2
 
2
3
  IMPROVEMENTS:
3
4
 
4
5
    * ``bzr mv`` enhanced to support already moved files.
31
32
    * New ``--first`` option to ``bzr selftest`` to run specified tests
32
33
      before the rest of the suite.  (Martin Pool)
33
34
 
 
35
 
 
36
bzr 0.14  2007-01-23
 
37
 
 
38
  IMPROVEMENTS:
 
39
 
 
40
    * ``bzr help global-options`` describes the global options. (Aaron Bentley)
 
41
 
 
42
  BUG FIXES:
 
43
    
 
44
    * Skip documentation generation tests if the tools to do so are not
 
45
      available. Fixes running selftest for installled copies of bzr. 
 
46
      (John Arbash Meinel, #80330)
 
47
 
 
48
    * Fix the code that discovers whether bzr is being run from it's
 
49
      working tree to handle the case when it isn't but the directory
 
50
      it is in is below a repository. (James Westby, #77306)
 
51
 
 
52
 
34
53
bzr 0.14rc1  2007-01-16
35
54
 
36
55
  IMPROVEMENTS: