~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-08-14 04:09:45 UTC
  • mfrom: (1904.1.3 0.9)
  • mto: This revision was merged to the branch mainline in revision 1913.
  • Revision ID: mbp@sourcefrog.net-20060814040945-414f329d15cd8d58
[merge] changes from 0.9 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
IN DEVELOPMENT
2
 
 
3
 
  IMPROVEMENTS:
4
 
 
5
 
   * The revision specifier "revno:" is extended to accept the syntax
6
 
     revno:N:branch. For example,
7
 
     revno:42:http://bazaar-vcs.org/bzr/bzr.dev/ means revision 42 in
8
 
     bzr.dev.  (Matthieu Moy)
 
1
bzr 0.9.0  2006-08-11
 
2
 
 
3
  SURPRISES:
9
4
 
10
5
   * The hard-coded built-in ignore rules have been removed. There are
11
6
     now two rulesets which are enforced. A user global one in 
18
13
     running 'bzr ignore --old-default-rules'.
19
14
     (Robert Collins, Martin Pool, John Arbash Meinel)
20
15
 
 
16
   * 'branches.conf' has been changed to 'locations.conf', since it can apply
 
17
     to more locations than just branch locations.
 
18
     (Aaron Bentley)
 
19
   
 
20
  IMPROVEMENTS:
 
21
 
 
22
   * The revision specifier "revno:" is extended to accept the syntax
 
23
     revno:N:branch. For example,
 
24
     revno:42:http://bazaar-vcs.org/bzr/bzr.dev/ means revision 42 in
 
25
     bzr.dev.  (Matthieu Moy)
 
26
 
21
27
   * Tests updates to ensure proper URL handling, UNICODE support, and
22
28
     proper printing when the user's terminal encoding cannot display 
23
29
     the path of a file that has been versioned.
80
86
     the same way you would apply another branch.
81
87
     (John Arbash Meinel, Aaron Bentley)
82
88
  
83
 
   * 'branches.conf' has been changed to 'locations.conf', since it can apply
84
 
     to more locations than just branch locations.
85
 
     (Aaron Bentley)
86
 
   
87
89
   * 'bzr whoami' can now be used to set your identity from the command line,
88
90
     for a branch or globally.  (Robey Pointer)
89
91
 
211
213
 
212
214
    * Use the right suffixes for loading plugins (John Arbash Meinel, #51810)
213
215
 
 
216
    * Fix Branch.get_parent() to handle the case when the parent is not 
 
217
      accessible (John Arbash Meinel, #52976)
 
218
 
214
219
  INTERNALS:
215
220
 
216
221
    * Combine the ignore rules into a single regex rather than looping over