Merge lp:~jelmer/brz/3.2-notes into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/3.2-notes
Merge into: lp:brz
Diff against target: 177 lines (+96/-10)
6 files modified
breezy/__init__.py (+1/-1)
brz (+1/-1)
doc/developers/releasing.txt (+5/-7)
doc/en/index.txt (+1/-1)
doc/en/release-notes/brz-3.2.txt (+62/-0)
doc/en/whats-new/whats-new-in-3.2.txt (+26/-0)
To merge this branch: bzr merge lp:~jelmer/brz/3.2-notes
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+379188@code.launchpad.net

Commit message

Start release notes/whatsnew for Breezy 3.2.

Description of the change

Add whatsnew, etc, for Breezy 3.2.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'breezy/__init__.py'
--- breezy/__init__.py 2019-11-19 18:10:28 +0000
+++ breezy/__init__.py 2020-02-14 00:49:19 +0000
@@ -53,7 +53,7 @@
53# Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a53# Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
54# releaselevel of 'dev' for unreleased under-development code.54# releaselevel of 'dev' for unreleased under-development code.
5555
56version_info = (3, 1, 0, 'dev', 0)56version_info = (3, 2, 0, 'dev', 0)
5757
5858
59def _format_version_tuple(version_info):59def _format_version_tuple(version_info):
6060
=== modified file 'brz'
--- brz 2020-01-31 17:43:44 +0000
+++ brz 2020-02-14 00:49:19 +0000
@@ -25,7 +25,7 @@
25import warnings25import warnings
2626
27# update this on each release27# update this on each release
28_script_version = (3, 1, 0)28_script_version = (3, 2, 0)
2929
30NEED_VERS = (2, 7)30NEED_VERS = (2, 7)
3131
3232
=== modified file 'doc/developers/releasing.txt'
--- doc/developers/releasing.txt 2019-06-18 10:52:09 +0000
+++ doc/developers/releasing.txt 2020-02-14 00:49:19 +0000
@@ -53,8 +53,8 @@
53Differences in the release process between beta and stable release will be53Differences in the release process between beta and stable release will be
54mentioned when needed.54mentioned when needed.
5555
56When do we relase ?56When do we release ?
57===================57====================
5858
59As of September 2018, we maintain a single series: 3.0.59As of September 2018, we maintain a single series: 3.0.
6060
@@ -105,14 +105,12 @@
105#. Start a new release-notes file::105#. Start a new release-notes file::
106106
107 cd doc/en/release-notes107 cd doc/en/release-notes
108 cp series-template.txt brz-x.y.txt # e.g. brz-3.1.txt108 brz cp series-template.txt brz-x.y.txt # e.g. brz-3.1.txt
109 brz add brz-3.1.txt
110109
111#. Start a new whats-new file::110#. Start a new whats-new file::
112111
113 cd doc/en/whats-new112 cd doc/en/whats-new
114 cp template.txt brz-x.y.txt # e.g. brz-3.1.txt113 brz cp template.txt brz-x.y.txt # e.g. brz-3.1.txt
115 brz add brz-x.y.txt
116114
117#. Update ``doc/en/index.txt`` to point to the new whats-new file.115#. Update ``doc/en/index.txt`` to point to the new whats-new file.
118116
@@ -129,7 +127,7 @@
129127
130#. Make a local branch to prepare the release::128#. Make a local branch to prepare the release::
131129
132 brz branch lp:brz/x.y x.y-dev130 brz branch lp:brz/x.y x.y-dev
133131
134 If you're doing your first beta release, branch from trunk::132 If you're doing your first beta release, branch from trunk::
135133
136134
=== modified file 'doc/en/index.txt'
--- doc/en/index.txt 2019-03-06 14:23:50 +0000
+++ doc/en/index.txt 2020-02-14 00:49:19 +0000
@@ -10,7 +10,7 @@
10.. toctree::10.. toctree::
11 :maxdepth: 111 :maxdepth: 1
1212
13 whats-new/whats-new-in-3.113 whats-new/whats-new-in-3.2
14 user-guide/index14 user-guide/index
15 tutorials/index15 tutorials/index
16 quick-reference/index16 quick-reference/index
1717
=== added file 'doc/en/release-notes/brz-3.2.txt'
--- doc/en/release-notes/brz-3.2.txt 1970-01-01 00:00:00 +0000
+++ doc/en/release-notes/brz-3.2.txt 2020-02-14 00:49:19 +0000
@@ -0,0 +1,62 @@
1####################
2Breezy Release Notes
3####################
4
5.. toctree::
6 :maxdepth: 1
7
8brz 3.2.0
9#########
10
11:Codename: Nirvana
12:3.2.0: NOT RELEASED YET
13
14External Compatibility Breaks
15*****************************
16
17.. These may require users to change the way they use Breezy.
18
19New Features
20************
21
22.. New commands, options, etc that users may wish to try out.
23
24Improvements
25************
26
27.. Improvements to existing commands, especially improved performance
28 or memory usage, or better results.
29
30Bug Fixes
31*********
32
33.. Fixes for situations where brz would previously crash or give incorrect
34 or undesirable results.
35
36Documentation
37*************
38
39.. Improved or updated documentation.
40
41API Changes
42***********
43
44.. Changes that may require updates in plugins or other code that uses
45 breezy.
46
47Internals
48*********
49
50.. Major internal changes, unlikely to be visible to users or plugin
51 developers, but interesting for brz developers.
52
53Testing
54*******
55
56.. Fixes and changes that are only relevant to brz's test framework and
57 suite. This can include new facilities for writing tests, fixes to
58 spurious test failures and changes to the way things should be tested.
59
60
61..
62 vim: tw=74 ft=rst ff=unix
063
=== added file 'doc/en/whats-new/whats-new-in-3.2.txt'
--- doc/en/whats-new/whats-new-in-3.2.txt 1970-01-01 00:00:00 +0000
+++ doc/en/whats-new/whats-new-in-3.2.txt 2020-02-14 00:49:19 +0000
@@ -0,0 +1,26 @@
1*************************
2What's New in Breezy x.y?
3*************************
4
5Breezy x.y is still under development, and will be released in Month Year.
6This document accumulates a high level summary of what's changed. See the
7:doc:`../release-notes/index` for a full list.
8
9<topics of interest here>
10
11Further information
12*******************
13
14For more detailed information on the changes made, see the the
15:doc:`../release-notes/index` for:
16
17* the interim brz `milestones <https://launchpad.net/bzr/x.y>`_
18* the plugins you use.
19
20For a summary of changes made in earlier releases, see:
21
22* :doc:`whats-new-in-2.1`
23* :doc:`whats-new-in-2.2`
24* :doc:`whats-new-in-2.3`
25<intermediate series here>
26* :doc:`whats-new-in-x.(y-1)`

Subscribers

People subscribed via source and target branches