Rev 3872: (mbp) merge back 1.10rc1 and start 1.11 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Nov 28 07:16:43 GMT 2008
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3872
revision-id: pqm at pqm.ubuntu.com-20081128071639-usprv2emoq2mgxnw
parent: pqm at pqm.ubuntu.com-20081128035141-nuniuees80e1d2ic
parent: mbp at sourcefrog.net-20081128063117-o2u5l606dlrjkuhw
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2008-11-28 07:16:39 +0000
message:
(mbp) merge back 1.10rc1 and start 1.11
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzr bzr.py-20050313053754-5485f144c7006fa6
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
------------------------------------------------------------
revno: 3871.2.1
revision-id: mbp at sourcefrog.net-20081128063117-o2u5l606dlrjkuhw
parent: pqm at pqm.ubuntu.com-20081128035141-nuniuees80e1d2ic
parent: mbp at sourcefrog.net-20081128054531-b4pwjwcmcnj7qjod
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: integration
timestamp: Fri 2008-11-28 17:31:17 +1100
message:
Merge back 1.10rc1 and start 1.11
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzr bzr.py-20050313053754-5485f144c7006fa6
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
------------------------------------------------------------
revno: 3871.1.1
revision-id: mbp at sourcefrog.net-20081128054531-b4pwjwcmcnj7qjod
parent: pqm at pqm.ubuntu.com-20081128035141-nuniuees80e1d2ic
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: prepare-1.10
timestamp: Fri 2008-11-28 16:45:31 +1100
message:
Release 1.10rc1
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
=== modified file 'NEWS'
--- a/NEWS 2008-11-28 02:35:59 +0000
+++ b/NEWS 2008-11-28 06:31:17 +0000
@@ -12,6 +12,30 @@
NEW FEATURES:
+ IMPROVEMENTS:
+
+ BUG FIXES:
+
+ DOCUMENTATION:
+
+ API CHANGES:
+
+ TESTING:
+
+ INTERNALS:
+
+
+bzr 1.10rc1 2008-11-28
+----------------------
+
+This release of Bazaar focusses on performance improvements when pushing
+and pulling revisions, both locally and to remote networks. The popular
+``shelve`` and ``unshelve`` commands, used to interactively revert and
+restore work in progress, have been merged from bzrtools into the bzr
+core. There are also bug fixes for portability, and for stacked branches.
+
+ NEW FEATURES:
+
* New ``commit_message_template`` hook that is called by the commit
code to generate a template commit message. (Jelmer Vernooij)
@@ -90,8 +114,6 @@
* RemoteRepository.get_parent_map now uses fallback repositories.
(Aaron Bentley, #297991?, #293679?)
- DOCUMENTATION:
-
API CHANGES:
* ``CommitBuilder`` now validates the strings it will be committing,
@@ -118,8 +140,6 @@
* Doctests now only report the first failure. (Martin Pool)
- INTERNALS:
-
bzr 1.9 2008-11-07
------------------
=== modified file 'bzr'
--- a/bzr 2008-11-03 04:12:11 +0000
+++ b/bzr 2008-11-28 06:31:17 +0000
@@ -22,7 +22,7 @@
import sys
# update this on each release
-_script_version = (1, 10, 0)
+_script_version = (1, 11, 0)
if __doc__ is None:
print "bzr does not support python -OO."
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2008-11-27 05:24:15 +0000
+++ b/bzrlib/__init__.py 2008-11-28 06:31:17 +0000
@@ -50,7 +50,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, 10, 0, 'dev', 0)
+version_info = (1, 11, 0, 'dev', 0)
# API compatibility version: bzrlib is currently API compatible with 1.7.
More information about the bazaar-commits
mailing list