~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(vila) Fix 2.0.5 location in NEWS (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1515
1515
  (Andrew Bennetts, #496813)
1516
1516
 
1517
1517
 
 
1518
bzr 2.0.5
 
1519
#########
 
1520
 
 
1521
:2.0.5: 2010-03-23
 
1522
 
 
1523
This fifth release in our 2.0 series addresses several user-inconvenience
 
1524
bugs.  None are critical, but upgrading is recommended for all users on
 
1525
earlier 2.0 releases.
 
1526
 
 
1527
Bug Fixes
 
1528
*********
 
1529
 
 
1530
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
 
1531
  (Martin Pool, #331095)
 
1532
 
 
1533
* Concurrent autopacking is more resilient to already-renamed pack files.
 
1534
  If we find that a file we are about to obsolete is already obsoleted, we
 
1535
  do not try to rename it, and we leave the file in ``obsolete_packs``.
 
1536
  The code is also fault tolerant if a file goes missing, assuming that
 
1537
  another process already removed the file.
 
1538
  (John Arbash Meinel, Gareth White, #507557)
 
1539
 
 
1540
* Cope with the lockdir ``held/info`` file being empty, which seems to
 
1541
  happen fairly often if the process is suddenly interrupted while taking
 
1542
  a lock.
 
1543
  (Martin Pool, #185103)
 
1544
 
 
1545
* Give the warning about potentially slow cross-format fetches much
 
1546
  earlier on in the fetch operation.  Don't show this message during
 
1547
  upgrades, and show the correct format indication for remote
 
1548
  repositories.
 
1549
  (Martin Pool, #456077, #515356, #513157)
 
1550
 
 
1551
* Handle renames correctly when there are files or directories that 
 
1552
  differ only in case.  (Chris Jones, Martin Pool, #368931)
 
1553
 
 
1554
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
 
1555
  error, report that error rather than failing with an unhelpful
 
1556
  ``UnboundLocalError``.
 
1557
  (Andrew Bennetts, #423563)
 
1558
 
 
1559
* Running ``bzr`` command without any arguments now shows bzr
 
1560
  version number along with rest of the help text.
 
1561
  (Parth Malwankar, #369501)
 
1562
 
 
1563
* Use osutils.O_NOINHERIT for some files on win32 to avoid PermissionDenied
 
1564
  errors.
 
1565
  (Inada Naoki, #524560)
 
1566
 
 
1567
Documentation
 
1568
*************
 
1569
 
 
1570
* Added ``location-alias`` help topic.
 
1571
  (Andrew Bennetts, #337834)
 
1572
 
 
1573
* Fixed CHM generation by moving the NEWS section template into
 
1574
  a separate file. (Ian Clatworthy, #524184)
 
1575
 
 
1576
 
1518
1577
bzr 2.1.0
1519
1578
#########
1520
1579
 
1868
1927
  tests that 'failed' - they're all just failures.
1869
1928
  (Martin Pool)
1870
1929
 
1871
 
bzr 2.0.5
1872
 
#########
1873
 
 
1874
 
:2.0.5: 2010-03-23
1875
 
 
1876
 
This fifth release in our 2.0 series addresses several user-inconvenience
1877
 
bugs.  None are critical, but upgrading is recommended for all users on
1878
 
earlier 2.0 releases.
1879
 
 
1880
 
Bug Fixes
1881
 
*********
1882
 
 
1883
 
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
1884
 
  (Martin Pool, #331095)
1885
 
 
1886
 
* Concurrent autopacking is more resilient to already-renamed pack files.
1887
 
  If we find that a file we are about to obsolete is already obsoleted, we
1888
 
  do not try to rename it, and we leave the file in ``obsolete_packs``.
1889
 
  The code is also fault tolerant if a file goes missing, assuming that
1890
 
  another process already removed the file.
1891
 
  (John Arbash Meinel, Gareth White, #507557)
1892
 
 
1893
 
* Cope with the lockdir ``held/info`` file being empty, which seems to
1894
 
  happen fairly often if the process is suddenly interrupted while taking
1895
 
  a lock.
1896
 
  (Martin Pool, #185103)
1897
 
 
1898
 
* Give the warning about potentially slow cross-format fetches much
1899
 
  earlier on in the fetch operation.  Don't show this message during
1900
 
  upgrades, and show the correct format indication for remote
1901
 
  repositories.
1902
 
  (Martin Pool, #456077, #515356, #513157)
1903
 
 
1904
 
* Handle renames correctly when there are files or directories that 
1905
 
  differ only in case.  (Chris Jones, Martin Pool, #368931)
1906
 
 
1907
 
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
1908
 
  error, report that error rather than failing with an unhelpful
1909
 
  ``UnboundLocalError``.
1910
 
  (Andrew Bennetts, #423563)
1911
 
 
1912
 
* Running ``bzr`` command without any arguments now shows bzr
1913
 
  version number along with rest of the help text.
1914
 
  (Parth Malwankar, #369501)
1915
 
 
1916
 
* Use osutils.O_NOINHERIT for some files on win32 to avoid PermissionDenied
1917
 
  errors.
1918
 
  (Inada Naoki, #524560)
1919
 
 
1920
 
Documentation
1921
 
*************
1922
 
 
1923
 
* Added ``location-alias`` help topic.
1924
 
  (Andrew Bennetts, #337834)
1925
 
 
1926
 
* Fixed CHM generation by moving the NEWS section template into
1927
 
  a separate file. (Ian Clatworthy, #524184)
1928
 
 
1929
 
 
1930
1930
bzr 2.0.4
1931
1931
#########
1932
1932