At file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/ ------------------------------------------------------------ revno: 6616 [merge] revision-id: p...@pqm.ubuntu.com-20160201195605-o7rl92wf6uyum3fk parent: p...@pqm.ubuntu.com-20160201191313-wdfvmfff1djde6oq parent: v.ladeuil...@free.fr-20160201192641-mzn90m51rydhw00n committer: Patch Queue Manager <p...@pqm.ubuntu.com> branch nick: +trunk timestamp: Mon 2016-02-01 19:56:05 +0000 message: (vila) Open trunk again as 2.8b1 (Vincent Ladeuil) added: doc/en/release-notes/bzr-2.8.txt bzr2.8.txt-20160201192114-bqko1qsjlqgz40wl-1 doc/en/whats-new/whats-new-in-2.8.txt whatsnewin2.8.txt-20160201192116-0da9ujyuuu3ux3k1-1 modified: bzr bzr.py-20050313053754-5485f144c7006fa6 bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d doc/en/index.txt contents.txt-20090722133816-63ik5s6s5gsnz7zy-13 === modified file 'bzr' --- a/bzr 2013-07-27 12:53:28 +0000 +++ b/bzr 2016-02-01 19:26:41 +0000 @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2005-2012 Canonical Ltd +# Copyright (C) 2005-2013, 2016 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 @@ -25,7 +25,7 @@ import warnings # update this on each release -_script_version = (2, 7, 0) +_script_version = (2, 8, 0) NEED_VERS = (2, 6)
=== modified file 'bzrlib/__init__.py' --- a/bzrlib/__init__.py 2016-02-01 18:09:33 +0000 +++ b/bzrlib/__init__.py 2016-02-01 19:26:41 +0000 @@ -55,7 +55,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, 7, 0, 'final', 0) +version_info = (2, 8, 0, 'dev', 1) # API compatibility version api_minimum_version = (2, 4, 0) === modified file 'doc/en/index.txt' --- a/doc/en/index.txt 2013-07-27 12:53:28 +0000 +++ b/doc/en/index.txt 2016-02-01 19:26:41 +0000 @@ -10,7 +10,7 @@ .. toctree:: :maxdepth: 1 - whats-new/whats-new-in-2.7 + whats-new/whats-new-in-2.8 user-guide/index tutorials/index quick-reference/index === added file 'doc/en/release-notes/bzr-2.8.txt' --- a/doc/en/release-notes/bzr-2.8.txt 1970-01-01 00:00:00 +0000 +++ b/doc/en/release-notes/bzr-2.8.txt 2016-02-01 19:26:41 +0000 @@ -0,0 +1,61 @@ +#################### +Bazaar Release Notes +#################### + +.. toctree:: + :maxdepth: 1 + +bzr 2.8b1 +######### + +:2.8b1: NOT RELEASED YET + +External Compatibility Breaks +***************************** + +.. These may require users to change the way they use Bazaar. + +New Features +************ + +.. New commands, options, etc that users may wish to try out. + +Improvements +************ + +.. Improvements to existing commands, especially improved performance + or memory usage, or better results. + +Bug Fixes +********* + +.. Fixes for situations where bzr would previously crash or give incorrect + or undesirable results. + +Documentation +************* + +.. Improved or updated documentation. + +API Changes +*********** + +.. Changes that may require updates in plugins or other code that uses + bzrlib. + +Internals +********* + +.. Major internal changes, unlikely to be visible to users or plugin + developers, but interesting for bzr developers. + +Testing +******* + +.. Fixes and changes that are only relevant to bzr's test framework and + suite. This can include new facilities for writing tests, fixes to + spurious test failures and changes to the way things should be tested. + + +.. + vim: tw=74 ft=rst ff=unix === added file 'doc/en/whats-new/whats-new-in-2.8.txt' --- a/doc/en/whats-new/whats-new-in-2.8.txt 1970-01-01 00:00:00 +0000 +++ b/doc/en/whats-new/whats-new-in-2.8.txt 2016-02-01 19:26:41 +0000 @@ -0,0 +1,28 @@ +************************* +What's New in Bazaar 2.8? +************************* + +Bazaar 2.8 is still under development, and will be released in Month Year. +This document accumulates a high level summary of what's changed. See the +:doc:`../release-notes/index` for a full list. + +<topics of interest here> + +Further information +******************* + +For more detailed information on the changes made, see the the +:doc:`../release-notes/index` for: + +* the interim bzr `milestones <https://launchpad.net/bzr/x.y>`_ +* the plugins you use. + +For a summary of changes made in earlier releases, see: + +* :doc:`whats-new-in-2.1` +* :doc:`whats-new-in-2.2` +* :doc:`whats-new-in-2.3` +* :doc:`whats-new-in-2.4` +* :doc:`whats-new-in-2.5` +* :doc:`whats-new-in-2.6` +* :doc:`whats-new-in-2.7` -- bazaar-commits mailing list bazaar-commits@lists.canonical.com https://lists.ubuntu.com/mailman/listinfo/bazaar-commits