~mbp/bzr/deprecation

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-07-13 22:43:10 UTC
  • mfrom: (5344.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100713224310-irt5swwo7ajwg7e5
(vila) Merge 2.2 into bzr.dev including fixes for bug #525571 and bug
        #494221

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
Bug Fixes
52
52
*********
53
53
 
 
54
* Configuration files in ``${BZR_HOME}`` are now written in an atomic
 
55
  way which should help avoid problems with concurrent writers.
 
56
  (Vincent Ladeuil, #525571)
 
57
 
 
58
* Don't traceback trying to unversion children files of an already
 
59
  unversioned directory.  (Vincent Ladeuil, #494221)
 
60
 
54
61
Improvements
55
62
************
56
63
 
1019
1026
Bug Fixes
1020
1027
*********
1021
1028
 
 
1029
* Configuration files in ``${BZR_HOME}`` are now written in an atomic
 
1030
  way which should help avoid problems with concurrent writers.
 
1031
  (Vincent Ladeuil, #525571)
 
1032
 
 
1033
* Don't traceback trying to unversion children files of an already
 
1034
  unversioned directory.  (Vincent Ladeuil, #494221)
 
1035
 
1022
1036
* Raise ValueError instead of a string exception.
1023
1037
  (John Arbash Meinel, #586926)
1024
1038
 
1532
1546
  permissions as ``.bzr`` directory on a POSIX OS.
1533
1547
  (Parth Malwankar, #262450)
1534
1548
 
 
1549
* Don't traceback trying to unversion children files of an already
 
1550
  unversioned directory.  (Vincent Ladeuil, #494221)
 
1551
 
1535
1552
* Raise ValueError instead of a string exception.
1536
1553
  (John Arbash Meinel, #586926)
1537
1554