~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-17 08:50:40 UTC
  • mfrom: (1704.2.18 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060517085040-ee6e33957c557fba
(mbp) merge 0.8 fixes; fix #32587

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