~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-05-17 07:09:13 UTC
  • mfrom: (1668.1.15 bzr-0.8.mbp)
  • mto: This revision was merged to the branch mainline in revision 1710.
  • Revision ID: mbp@sourcefrog.net-20060517070913-723e387ac91d55c0
merge 0.8 fix branch, including register-branch plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
    * Add info on standalone branches without a working tree.  (Olaf Conradi)
18
18
 
19
 
bzr 0.8.1  2006-05-12
 
19
bzr 0.8.2  2006-05-17
 
20
  
 
21
  BUG FIXES:
 
22
   
 
23
    * setup.py failed to install launchpad plugin.  (Martin Pool)
 
24
 
 
25
bzr 0.8.1  2006-05-16
20
26
 
21
27
  BUG FIXES:
22
28
 
26
32
    * Nicer messages from 'commit' in the case of renames, and correct
27
33
      messages when a merge has occured. (Robert Collins, Martin Pool)
28
34
 
 
35
    * Separate functionality from assert statements as they are skipped in
 
36
      optimized mode of python. Add the same check to pending merges.
 
37
      (#44443, Olaf Conradi)
 
38
 
 
39
  CHANGES:
 
40
 
 
41
    * Do not show the None revision in output of bzr ancestry. (Olaf Conradi)
 
42
 
 
43
    * Add info on standalone branches without a working tree.
 
44
      (#44155, Olaf Conradi)
 
45
 
 
46
    * Fix bug in knits when raising InvalidRevisionId. (#44284, Olaf Conradi)
 
47
 
 
48
  CHANGES:
 
49
 
 
50
    * Make editor invocation comply with Debian Policy. First check
 
51
      environment variables VISUAL and EDITOR, then try editor from
 
52
      alternatives system. If that all fails, fall back to the pre-defined
 
53
      list of editors. (#42904, Olaf Conradi)
 
54
 
 
55
  NEW FEATURES:
 
56
 
 
57
    * New 'register-branch' command registers a public branch into 
 
58
      Launchpad.net, where it can be associated with bugs, etc.
 
59
      (Martin Pool, Bjorn Tillenius, Robert Collins)
 
60
 
29
61
  INTERNALS:
30
62
 
31
63
    * New public api in InventoryEntry - 'describe_change(old, new)' which
32
64
      provides a human description of the changes between two old and
33
65
      new. (Robert Collins, Martin Pool)
34
66
 
 
67
  TESTING:
 
68
 
 
69
    * Fix test case for bzr info in upgrading a standalone branch to metadir,
 
70
      uses bzrlib api now. (Olaf Conradi)
 
71
 
35
72
bzr 0.8  2006-05-08
36
73
 
37
74
  NOTES WHEN UPGRADING: