~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. contents:: List of Releases
6
6
   :depth: 1
7
7
 
 
8
bzr 2.2rc1
 
9
##########
 
10
 
 
11
:Codename: ???
 
12
:2.2rc1: NOT RELEASED YET
 
13
 
 
14
Compatibility Breaks
 
15
********************
 
16
 
 
17
New Features
 
18
************
 
19
 
 
20
Bug Fixes
 
21
*********
 
22
 
 
23
* Configuration files in ``${BZR_HOME}`` are now written in an atomic
 
24
  way which should help avoid problems with concurrent writers.
 
25
  (Vincent Ladeuil, #525571)
 
26
 
 
27
* Don't traceback trying to unversion children files of an already
 
28
  unversioned directory.  (Vincent Ladeuil, #494221)
 
29
 
 
30
Improvements
 
31
************
 
32
 
 
33
Documentation
 
34
*************
 
35
 
 
36
API Changes
 
37
***********
 
38
 
 
39
Internals
 
40
*********
 
41
 
 
42
Testing
 
43
*******
 
44
 
 
45
 
8
46
bzr 2.2b4
9
47
#########
10
48
 
957
995
Bug Fixes
958
996
*********
959
997
 
 
998
* Configuration files in ``${BZR_HOME}`` are now written in an atomic
 
999
  way which should help avoid problems with concurrent writers.
 
1000
  (Vincent Ladeuil, #525571)
 
1001
 
 
1002
* Don't traceback trying to unversion children files of an already
 
1003
  unversioned directory.  (Vincent Ladeuil, #494221)
 
1004
 
960
1005
* Raise ValueError instead of a string exception.
961
1006
  (John Arbash Meinel, #586926)
962
1007
 
1470
1515
  permissions as ``.bzr`` directory on a POSIX OS.
1471
1516
  (Parth Malwankar, #262450)
1472
1517
 
 
1518
* Don't traceback trying to unversion children files of an already
 
1519
  unversioned directory.  (Vincent Ladeuil, #494221)
 
1520
 
1473
1521
* Raise ValueError instead of a string exception.
1474
1522
  (John Arbash Meinel, #586926)
1475
1523