At file:///home/pqm/archives/thelove/bzr/2.1/ ------------------------------------------------------------ revno: 4813 [merge] revision-id: [email protected] parent: [email protected] parent: [email protected] committer: Canonical.com Patch Queue Manager <[email protected]> branch nick: 2.1 timestamp: Tue 2010-02-16 17:04:05 +0000 message: (jam) Release 2.1.0 final modified: NEWS NEWS-20050323055033-4e00b5db738777ff bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d bzrlib/help_topics/__init__.py help_topics.py-20060920210027-rnim90q9e0bwxvy4-1 bzrlib/push.py push.py-20080606021927-5fe39050e8xne9un-1 bzrlib/tests/__init__.py selftest.py-20050531073622-8d0e3c8845c97a64 bzrlib/tests/per_tree/test_inv.py test_inv.py-20070312023226-0cdvk5uwhutis9vg-1 bzrlib/tree.py tree.py-20050309040759-9d5f2496be663e77 === modified file 'NEWS' --- a/NEWS 2010-02-12 06:21:40 +0000 +++ b/NEWS 2010-02-16 16:08:40 +0000 @@ -5,11 +5,24 @@ .. contents:: List of Releases :depth: 1 -bzr 2.1.0 (not released yet) -############################ - -:Codename: -:2.1.0: +bzr 2.1.0 +######### + +:Codename: Strasbourg +:2.1.0: 2010-02-11 + +This release marks our second long-term-stable series. The Bazaar team +has decided that we will continue to make bugfix-only 2.0.x and 2.1.x +releases, along with 2.2 development releases. + +This is a fairly incremental update, focusing on polish and bugfixing. +There are no changes for supported disk formats. Key updates include +reduced memory consumption for many operations, a new per-file merge +hook, ignore patterns can now include '!' to exclude files, globbing +support for all commands on Windows, and support for addressing home +directories via ``bzr+ssh://host/~/`` syntax. + +Users are encouraged to upgrade from the 2.0 stable series. Bug Fixes *********
=== modified file 'bzrlib/__init__.py' --- a/bzrlib/__init__.py 2010-01-29 08:56:26 +0000 +++ b/bzrlib/__init__.py 2010-02-11 23:07:09 +0000 @@ -44,7 +44,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 = (2, 1, 0, 'candidate', 2) +version_info = (2, 1, 0, 'final', 0) # API compatibility version: bzrlib is currently API compatible with 1.15. api_minimum_version = (2, 1, 0) === modified file 'bzrlib/help_topics/__init__.py' --- a/bzrlib/help_topics/__init__.py 2010-02-12 01:35:24 +0000 +++ b/bzrlib/help_topics/__init__.py 2010-02-16 16:08:40 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2006, 2009 Canonical Ltd +# Copyright (C) 2006-2010 Canonical Ltd # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'bzrlib/push.py' --- a/bzrlib/push.py 2010-02-12 01:35:24 +0000 +++ b/bzrlib/push.py 2010-02-16 16:08:40 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2008 Canonical Ltd +# Copyright (C) 2008, 2009, 2010 Canonical Ltd # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'bzrlib/tests/__init__.py' --- a/bzrlib/tests/__init__.py 2010-02-12 06:21:40 +0000 +++ b/bzrlib/tests/__init__.py 2010-02-16 16:08:40 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Canonical Ltd +# Copyright (C) 2005-2010 Canonical Ltd # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'bzrlib/tests/per_tree/test_inv.py' --- a/bzrlib/tests/per_tree/test_inv.py 2010-02-12 03:33:36 +0000 +++ b/bzrlib/tests/per_tree/test_inv.py 2010-02-16 16:08:40 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2007, 2008, 2010 Canonical Ltd +# Copyright (C) 2007-2010 Canonical Ltd # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'bzrlib/tree.py' --- a/bzrlib/tree.py 2010-02-12 06:21:40 +0000 +++ b/bzrlib/tree.py 2010-02-16 16:08:40 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2005, 2009, 2010 Canonical Ltd +# Copyright (C) 2005-2010 Canonical Ltd # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
