Rev 2597: Update NEWS with missing items ready for 0.18rc1 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Jul 10 01:25:58 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2597
revision-id: pqm at pqm.ubuntu.com-20070710002557-87rqdzuvgr10pvsu
parent: pqm at pqm.ubuntu.com-20070709221951-1at21ak2rmrw2ow9
parent: ian.clatworthy at internode.on.net-20070709235151-1pot1jkxnmaxqjaq
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2007-07-10 01:25:57 +0100
message:
Update NEWS with missing items ready for 0.18rc1
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
------------------------------------------------------------
revno: 2596.1.1
merged: ian.clatworthy at internode.on.net-20070709235151-1pot1jkxnmaxqjaq
parent: pqm at pqm.ubuntu.com-20070709221951-1at21ak2rmrw2ow9
parent: ian.clatworthy at internode.on.net-20070709113701-lov8s32k198zf78v
committer: Ian Clatworthy <ian.clatworthy at internode.on.net>
branch nick: ianc-integration
timestamp: Tue 2007-07-10 09:51:51 +1000
message:
Update NEWS with missing items ready for 0.18rc1
------------------------------------------------------------
revno: 2595.2.1
merged: ian.clatworthy at internode.on.net-20070709113701-lov8s32k198zf78v
parent: pqm at pqm.ubuntu.com-20070709082933-8p7ogzcqmw9pnfdz
committer: Ian Clatworthy <ian.clatworthy at internode.on.net>
branch nick: bzr.018rc
timestamp: Mon 2007-07-09 21:37:01 +1000
message:
Add NEWS items for 0.18 changes not yet included
=== modified file 'NEWS'
--- a/NEWS 2007-07-06 14:18:45 +0000
+++ b/NEWS 2007-07-09 11:37:01 +0000
@@ -16,6 +16,16 @@
authentication header.
(Vincent Ladeuil, #121889)
+ * Use exact encoding for merge directives. (Adeodato Simó, #120591)
+
+ * Fix tempfile permissions error in smart server tar bundling under
+ Windows. (Martin_, #119330)
+
+ * Fix detection of directory entries in the inventory. (James Westby)
+
+ * Fix handling of http code 400: Bad Request When issuing too many ranges.
+ (Vincent Ladeuil, #115209)
+
* Issue a CONNECT request when connecting to an https server
via a proxy to enable SSL tunneling.
(Vincent Ladeuil, #120678)
@@ -35,6 +45,8 @@
* Fix commit ordering in corner case (Aaron Bentley, #94975)
+ * Make annotate behave in a non-ASCII world (Adeodato Simó).
+
IMPROVEMENTS:
* The --lsprof-file option now dumps a text rendering of the profiling
@@ -76,6 +88,8 @@
* Various operations that are now faster due to avoiding unnecessary
topological sorts. (Aaron Bentley)
+ * Make merge directives robust against broken bundles. (Aaron Bentley)
+
* The lsprof filename note is emitted via trace.note(), not standard
output. (Aaron Bentley)
@@ -95,6 +109,14 @@
* Long log format reports deltas on merge revisions.
(John Arbash Meinel, Kent Gibson)
+ * Make initial push over ftp more resilient. (John Arbash Meinel)
+
+ * Print a summary of changes for update just like pull does.
+ (Daniel Watkins, #113990)
+
+ * Add a -Dhpss option to trace smart protocol requests and responses.
+ (Andrew Bennetts)
+
LIBRARY API BREAKS:
* Testing cleanups -
@@ -117,6 +139,8 @@
These changes are an API break in the testing infrastructure only.
(Robert Collins)
+ * Relocate TestCaseWithRepository to be more central. (Robert Collins)
+
* ``bzrlib.add.smart_add_tree`` will no longer perform glob expansion on
win32. Callers of the function should do this and use the new
``MutableTree.smart_add`` method instead. (Robert Collins)
@@ -140,6 +164,26 @@
* New SMTPConnection class to unify email handling. (Adeodato Simó)
+ * Fix documentation of BzrError. (Adeodato Simó)
+
+ * Make BzrBadParameter an internal error. (Adeodato Simó)
+
+ * Remove use of 'assert False' to raise an exception unconditionally.
+ (Martin Pool)
+
+ * Give a cleaner error when failing to decode knit index entry.
+ (Martin Pool)
+
+ * TreeConfig would mistakenly search the top level when asked for options
+ from a section. It now respects the section argument and only
+ searches the specified section. (James Westby)
+
+ * Improve ``make api-docs`` output. (John Arbash Meinel)
+
+ * Use os.lstat rather than os.stat for osutils.make_readonly and
+ osutils.make_writeable. This makes the difftools plugin more
+ robust when dangling symlinks are found. (Elliot Murphy)
+
* New ``-Dlock`` option to log (to ~/.bzr.log) information on when
lockdirs are taken or released. (Martin Pool)
@@ -162,6 +206,9 @@
* New method ``external_url`` on Transport for obtaining the url to
hand to external processes. (Robert Collins)
+ * Teach windows installers to build pyrex/C extensions.
+ (Alexander Belchenko)
+
TESTING:
* Removed the ``--keep-output`` option from selftest and clean up test
More information about the bazaar-commits
mailing list