~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2010-06-16 12:47:51 UTC
  • mfrom: (4797.43.16 2.1-integration)
  • mto: This revision was merged to the branch mainline in revision 5298.
  • Revision ID: v.ladeuil+lp@free.fr-20100616124751-knove5iu86fxk089
Merge 2.1 into bzr.dev including fix for bug #586926

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  test that all commands available to the test suite have help.
57
57
  (Robert Collins, #177500)
58
58
 
 
59
* Raise ValueError instead of a string exception.
 
60
  (John Arbash Meinel, #586926)
 
61
 
 
62
* Relative imports in plugins are now handled correctly when using
 
63
  BZR_PLUGINS_AT. (Vincent Ladeuil, #588959)
 
64
 
59
65
* ``ScriptRunner`` now strips off leading indentation from test scripts,
60
66
  which previously caused "SyntaxError: No command for line".
61
67
  (Martin Pool)
62
68
 
63
 
* Relative imports in plugins are now handled correctly when using
64
 
  BZR_PLUGINS_AT. (Vincent Ladeuil, #588959)
65
 
 
66
69
Improvements
67
70
************
68
71
 
806
809
  happens, and another warning will be written if the log file could not
807
810
  be closed after retrying 100 times.  (Andrew Bennetts, #531746)
808
811
 
 
812
bzr 2.1.3
 
813
#########
 
814
 
 
815
:Codename: Do run run
 
816
:2.1.3: NOT RELEASED YET
 
817
 
 
818
Compatibility Breaks
 
819
********************
 
820
 
 
821
New Features
 
822
************
 
823
 
 
824
Bug Fixes
 
825
*********
 
826
 
 
827
* Raise ValueError instead of a string exception.
 
828
  (John Arbash Meinel, #586926)
 
829
 
 
830
Improvements
 
831
************
 
832
 
 
833
Documentation
 
834
*************
 
835
 
 
836
API Changes
 
837
***********
 
838
 
 
839
Internals
 
840
*********
 
841
 
 
842
Testing
 
843
*******
 
844
 
809
845
bzr 2.1.2
810
846
#########
811
847
 
1301
1337
  permissions as ``.bzr`` directory on a POSIX OS.
1302
1338
  (Parth Malwankar, #262450)
1303
1339
 
 
1340
* Raise ValueError instead of a string exception.
 
1341
  (John Arbash Meinel, #586926)
 
1342
 
1304
1343
* Reduce peak memory by one copy of compressed text.
1305
1344
  (John Arbash Meinel, #566940)
1306
1345