At http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/1.7rc2
------------------------------------------------------------ revno: 3707 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: John Arbash Meinel <[EMAIL PROTECTED]> branch nick: 1.7rc2 timestamp: Tue 2008-09-23 11:14:54 -0500 message: Update NEWS, release 1.7 final
=== modified file 'NEWS' --- a/NEWS 2008-09-17 23:09:18 +0000 +++ b/NEWS 2008-09-23 16:14:54 +0000 @@ -4,6 +4,23 @@ .. contents:: +bzr 1.7 2008-09-23 +------------------ + +This release includes many bug fixes and a few performance and feature +improvements. ``bzr rm`` will now scan for missing files and remove them, +like how ``bzr add`` scans for unknown files and adds them. A bit more +polish has been applied to the stacking code. The b-tree indexing code has +been brought in, with an eye on using it in a future repository format. +There are only minor installer changes since bzr-1.7rc2. + + FEATURES + + * Some small updates to the win32 installer. Include localization + files found in plugins, and include the builtin distutils as part of + packaging qbzr. (Mark Hammond) + + bzr 1.7rc2 2008-09-17 --------------------- === modified file 'bzrlib/__init__.py' --- a/bzrlib/__init__.py 2008-09-16 21:39:28 +0000 +++ b/bzrlib/__init__.py 2008-09-23 16:14:54 +0000 @@ -41,7 +41,7 @@ # Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a # releaselevel of 'dev' for unreleased under-development code. -version_info = (1, 7, 0, 'candidate', 2) +version_info = (1, 7, 0, 'final', 0) # API compatibility version: bzrlib is currently API compatible with 1.7.
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
