Rev 4738: Remove a bunch of redundant entries from NEWS. in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b1
John Arbash Meinel
john at arbash-meinel.com
Wed Oct 14 21:28:07 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b1
------------------------------------------------------------
revno: 4738
revision-id: john at arbash-meinel.com-20091014202759-oguehr0zo8ejhry2
parent: john at arbash-meinel.com-20091014200849-3bvul4ywdcv8owqk
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b1
timestamp: Wed 2009-10-14 15:27:59 -0500
message:
Remove a bunch of redundant entries from NEWS.
Some of these were redundant with 2.0.1 and some were redundant
with *2.0.0*. Since 2.0.1 is a strict subset of 2.1.0b1, I went
ahead and just removed dupes. It will make it easier to find
what we want anyway.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2009-10-14 20:08:49 +0000
+++ b/NEWS 2009-10-14 20:27:59 +0000
@@ -75,54 +75,24 @@
filename will issue a warning and skip over those files.
(Robert Collins, #3918)
-* ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no
- longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
- (Robert Collins, #416732)
-
* ``bzr dpush`` now aborts if uncommitted changes (including pending merges)
are present in the working tree. The configuration option ``dpush_strict``
can be used to set the default for this behavior.
(Vincent Ladeuil, #438158)
-* ``bzr info -v`` on a 2a format still claimed that it was a "Development
- format" (John Arbash Meinel, #424392)
-
* ``bzr merge`` and ``bzr remove-tree`` now requires --force if pending
merges are present in the working tree.
(Vincent Ladeuil, #426344)
-* bzr will attempt to authenticate with SSH servers that support
- ``keyboard-interactive`` auth but not ``password`` auth when using
- Paramiko. (Andrew Bennetts, #433846)
-
* Clearer message when Bazaar runs out of memory, instead of a ``MemoryError``
traceback. (Martin Pool, #109115)
-* Conversion to 2a will create a single pack for all the new revisions (as
- long as it ran without interruption). This improves both ``bzr upgrade``
- and ``bzr pull`` or ``bzr merge`` from local branches in older formats.
- The autopack logic that occurs every 100 revisions during local
- conversions was not returning that pack's identifier, which resulted in
- the partial packs created during the conversion not being consolidated
- at the end of the conversion process. (Robert Collins, #423818)
-
* Don't give a warning on Windows when failing to import ``_readdir_pyx``
as it is never built. (John Arbash Meinel, #430645)
* Don't restrict the command name used to run the test suite.
(Vincent Ladeuil, #419950)
-* Fetches from 2a to 2a are now again requested in 'groupcompress' order.
- Groups that are seen as 'underutilized' will be repacked on-the-fly.
- This means that when the source is fully packed, there is minimal
- overhead during the fetch, but if the source is poorly packed the result
- is a fairly well packed repository (not as good as 'bzr pack' but
- good-enough.) (Robert Collins, John Arbash Meinel, #402652)
-
-* Fixed fetches from a stacked branch on a smart server that were failing
- with some combinations of remote and local formats. This was causing
- "unknown object type identifier 60" errors. (Andrew Bennetts, #427736)
-
* ftp transports were built differently when the kerberos python module was
present leading to obscure failures related to ASCII/BINARY modes.
(Vincent Ladeuil, #443041)
@@ -130,19 +100,6 @@
* Network streams now decode adjacent records of the same type into a
single stream, reducing layering churn. (Robert Collins)
-* Occasional IndexError on renamed files have been fixed. Operations that
- set a full inventory in the working tree will now go via the
- apply_inventory_delta code path which is simpler and easier to
- understand than dirstates set_state_from_inventory method. This may
- have a small performance impact on operations built on _write_inventory,
- but such operations are already doing full tree scans, so no radical
- performance change should be observed. (Robert Collins, #403322)
-
-* Prevent some kinds of incomplete data from being committed to a 2a
- repository, such as revisions without inventories or inventories without
- chk_bytes root records.
- (Andrew Bennetts, #423506)
-
* PreviewTree behaves correctly when get_file_mtime is invoked on an unmodified
file. (Aaron Bentley, #251532)
@@ -153,9 +110,6 @@
domains or user ids embedding '.sig'. Now they can.
(Matthew Fuller, Vincent Ladeuil, #430868)
-* When a file kind becomes unversionable after being added, a sensible
- error will be shown instead of a traceback. (Robert Collins, #438569)
-
Improvements
************
More information about the bazaar-commits
mailing list