~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2007-01-24 19:42:26 UTC
  • mfrom: (2234.3.5 0.14)
  • mto: This revision was merged to the branch mainline in revision 2243.
  • Revision ID: bialix@ukr.net-20070124194226-rl1rlatr3jc5cvhh
merge latest fixes from bzr.0.14

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: