~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-22 15:44:21 UTC
  • mfrom: (5171.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100422154421-eeit8sxsvtxxherb
(vila) Merge 2.2 into bzr.dev

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.2b3
9
 
#########
 
8
bzr 2.2.b3
 
9
##########
10
10
 
11
 
:2.2b3: NOT RELEASED YET
 
11
:2.2.b3: NOT RELEASED YET
12
12
 
13
13
Compatibility Breaks
14
14
********************
19
19
Bug Fixes
20
20
*********
21
21
 
22
 
* Reduce peak memory by one copy of compressed text.
23
 
  (John Arbash Meinel, #566940)
24
 
 
25
22
Improvements
26
23
************
27
24
 
34
31
Internals
35
32
*********
36
33
 
37
 
* Permit bzr to run under ``python -OO`` which reduces the size of bytecode
38
 
  files loaded from disk. To ensure docstrings needed for help are never
39
 
  stripped, the prefix ``__doc__ =`` should now be used.
40
 
  (Martin <gzlist@googlemail.com>)
41
 
 
42
34
Testing
43
35
*******
44
36
 
63
55
* ``bzr diff`` now supports a --format option, which can be used to 
64
56
  select alternative diff formats. (Jelmer Vernooij, #555994)
65
57
 
66
 
* ``bzr ignore`` now supports a ``--default-rules`` option that displays
67
 
  the default ignore rules used by bzr. The flag ``--old-default-rules``
68
 
  is no longer supported by ``ignore``.
69
 
  (Parth Malwankar, #538703)
70
 
 
71
58
* ``bzr pack`` now supports a ``--clean-obsolete-packs`` option that
72
59
  can save disk space by deleting obsolete pack files created during the
73
60
  pack operation.
178
165
  Command is now transient and only exists for the duration of ``run()``.
179
166
  (Robert Collins)
180
167
 
 
168
 
181
169
bzr 2.2.0b1
182
170
###########
183
171
 
576
564
Improvements
577
565
************
578
566
 
579
 
* ``append_revisions_only`` will no be interpreted as a boolean and a
580
 
  warning emitted if illegal values are used. Note that for projects
581
 
  that needs to maintain compatibility with previsous bzr versions,
582
 
  only 'True' and 'False' strings must be used (previous versions of
583
 
  bzr will interpret all strings differing from 'True'
584
 
  (case-sensitive) as false.
585
 
  (Brian de Alwis, Vincent Ladeuil)
586
 
 
587
 
* ``Config.get_user_option_as_bool`` will now warn if a value cannot
588
 
  be interpreted as a boolean.
589
 
  (Vincent Ladeuil)
590
 
 
591
567
* Fetching into experimental formats will now print a warning. (Jelmer
592
568
  Vernooij)
593
569
 
900
876
Bug Fixes
901
877
*********
902
878
 
 
879
* ``bzr revert`` now only takes write lock on working tree, instead of on 
 
880
  both working tree and branch.
 
881
  (Danny van Heumen, #498409)
 
882
 
 
883
* ``bzr upgrade`` now creates the ``backup.bzr`` directory with the same
 
884
  permissions as ``.bzr`` directory on a POSIX OS.
 
885
  (Parth Malwankar, #262450)
 
886
 
903
887
* Additional merges after an unrelated branch has been merged with its
904
888
  history no longer crash when deleted files are involved.
905
889
  (Vincent Ladeuil, John Arbash Meinel, #375898)
906
890
 
907
 
* ``bzr revert`` now only takes write lock on working tree, instead of on 
908
 
  both working tree and branch.
909
 
  (Danny van Heumen, #498409)
910
 
 
911
 
* ``bzr upgrade`` now creates the ``backup.bzr`` directory with the same
912
 
  permissions as ``.bzr`` directory on a POSIX OS.
913
 
  (Parth Malwankar, #262450)
914
 
 
915
 
 
916
891
bzr 2.0.5
917
892
#########
918
893