~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-14 04:29:57 UTC
  • mfrom: (1912.1.2 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060814042957-3fa43995db57512a
(mbp) merge from 0.9, update for 0.10

Show diffs side-by-side

added added

removed removed

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