At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3818
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Canonical.com Patch Queue Manager <[EMAIL PROTECTED]>
branch nick: +trunk
timestamp: Mon 2008-11-03 04:53:41 +0000
message:
(mbp) start bzr 1.10
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzr bzr.py-20050313053754-5485f144c7006fa6
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
------------------------------------------------------------
revno: 3816.1.1
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Martin Pool <[EMAIL PROTECTED]>
branch nick: integration
timestamp: Mon 2008-11-03 15:12:11 +1100
message:
Start bzr 1.10
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzr bzr.py-20050313053754-5485f144c7006fa6
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
------------------------------------------------------------
revno: 3815.3.1
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Canonical.com Patch Queue Manager <[EMAIL PROTECTED]>
branch nick: 1.9
timestamp: Fri 2008-10-31 09:12:01 +0000
message:
(mbp) prepare bzr1.9rc1
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
bzrlib/bzrdir.py bzrdir.py-20060131065624-156dfea39c4387cb
bzrlib/repofmt/pack_repo.py
pack_repo.py-20070813041115-gjv5ma7ktfqwsjgn-1
bzrlib/repository.py
rev_storage.py-20051111201905-119e9401e46257e3
bzrlib/tests/blackbox/test_info.py
test_info.py-20060215045507-bbdd2d34efab9e0a
bzrlib/tests/test_info.py
test_info.py-20070320150933-m0xxm1g7xi9v6noe-1
bzrlib/tests/test_pack_repository.py
test_pack_repository-20080801043947-eaw0e6h2gu75kwmy-1
doc/developers/development-repo.txt
developmentrepo.txt-20080102200205-raj42k61dch8pjmj-1
------------------------------------------------------------
revno: 3815.2.2
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Martin Pool <[EMAIL PROTECTED]>
branch nick: prepare-1.9
timestamp: Fri 2008-10-31 19:04:35 +1100
message:
bzr 1.9rc1 release
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
------------------------------------------------------------
revno: 3815.2.1
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Martin Pool <[EMAIL PROTECTED]>
branch nick: prepare-1.9
timestamp: Fri 2008-10-31 19:00:19 +1100
message:
merge format 1.9
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/bzrdir.py bzrdir.py-20060131065624-156dfea39c4387cb
bzrlib/repofmt/pack_repo.py
pack_repo.py-20070813041115-gjv5ma7ktfqwsjgn-1
bzrlib/repository.py
rev_storage.py-20051111201905-119e9401e46257e3
bzrlib/tests/blackbox/test_info.py
test_info.py-20060215045507-bbdd2d34efab9e0a
bzrlib/tests/test_info.py
test_info.py-20070320150933-m0xxm1g7xi9v6noe-1
bzrlib/tests/test_pack_repository.py
test_pack_repository-20080801043947-eaw0e6h2gu75kwmy-1
doc/developers/development-repo.txt
developmentrepo.txt-20080102200205-raj42k61dch8pjmj-1
=== modified file 'NEWS'
--- a/NEWS 2008-10-31 08:27:55 +0000
+++ b/NEWS 2008-11-03 04:12:11 +0000
@@ -4,10 +4,37 @@
.. contents::
+
IN DEVELOPMENT
--------------
- USER-VISIBLE CHANGES:
+ CHANGES:
+
+ NEW FEATURES:
+
+ IMPROVEMENTS:
+
+ BUG FIXES:
+
+ DOCUMENTATION:
+
+ API CHANGES:
+
+ TESTING:
+
+ INTERNALS:
+
+
+Bzr 1.9 2008-10-31
+------------------
+
+This release of Bazaar adds a new repository format, ``1.9``, with smaller
+and more efficient index files. This format can be specified when
+creating a new repository, or used to losslessly upgrade an existing
+repository. bzr 1.9 also speeds most operations over the smart server
+protocol, makes annotate faster, and uses less memory when making
+checkouts or pulling large amounts of data.
+
NEW FEATURES:
@@ -46,7 +73,7 @@
* launchpad-login now provides a default username for bzr+ssh and sftp
URLs, allowing username-free URLs to work for everyone. (Aaron Bentley)
- * lp: lookups no longer include usernames, making them shareable and
+ * ``lp:`` lookups no longer include usernames, making them shareable and
shorter. (Aaron Bentley)
* New ``PackRepository.autopack`` smart server RPC, which does
@@ -112,15 +139,11 @@
* commands.plugins_cmds is now a CommandRegistry, not a dict.
- TESTING:
-
INTERNALS:
* New AuthenticationConfig.set_credentials method allows easy programmatic
configuration of authetication credentials.
- PORTABILITY:
-
bzr 1.8 2008-10-16
------------------
=== modified file 'bzr'
--- a/bzr 2008-10-07 10:00:40 +0000
+++ b/bzr 2008-11-03 04:12:11 +0000
@@ -22,7 +22,7 @@
import sys
# update this on each release
-_script_version = (1, 9, 0)
+_script_version = (1, 10, 0)
if __doc__ is None:
print "bzr does not support python -OO."
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2008-10-16 03:58:42 +0000
+++ b/bzrlib/__init__.py 2008-11-03 04:12:11 +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, 9, 0, 'dev', 0)
+version_info = (1, 10, 0, 'dev', 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