Merge lp:~vila/brz/3.0.2 into lp:brz/3.0

Proposed by Vincent Ladeuil
Status: Merged
Approved by: Vincent Ladeuil
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~vila/brz/3.0.2
Merge into: lp:brz/3.0
Diff against target: 82 lines (+8/-18)
2 files modified
breezy/__init__.py (+1/-1)
doc/en/release-notes/brz-3.0.txt (+7/-17)
To merge this branch: bzr merge lp:~vila/brz/3.0.2
Reviewer Review Type Date Requested Status
Vincent Ladeuil Approve
Review via email: mp+375720@code.launchpad.net

Commit message

Release 3.0.2

Description of the change

3.0.2 release

To post a comment you must log in.
Revision history for this message
Vincent Ladeuil (vila) wrote :

RM self-approval.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/__init__.py'
2--- breezy/__init__.py 2019-06-18 10:52:09 +0000
3+++ breezy/__init__.py 2019-11-19 16:26:49 +0000
4@@ -50,7 +50,7 @@
5 # Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
6 # releaselevel of 'dev' for unreleased under-development code.
7
8-version_info = (3, 0, 2, 'dev', 0)
9+version_info = (3, 0, 2, 'final', 0)
10
11
12 def _format_version_tuple(version_info):
13
14=== modified file 'doc/en/release-notes/brz-3.0.txt'
15--- doc/en/release-notes/brz-3.0.txt 2019-11-18 06:35:02 +0000
16+++ doc/en/release-notes/brz-3.0.txt 2019-11-19 16:26:49 +0000
17@@ -8,30 +8,26 @@
18 brz 3.0.2
19 #########
20
21-:3.0.2: NOT RELEASED YET
22+:3.0.2: 2019-11-19
23
24 External Compatibility Breaks
25 *****************************
26
27-.. These may require users to change the way they use Breezy.
28+None.
29
30 New Features
31 ************
32
33-.. New commands, options, etc that users may wish to try out.
34+None.
35
36 Improvements
37 ************
38
39-.. Improvements to existing commands, especially improved performance
40- or memory usage, or better results.
41+None.
42
43 Bug Fixes
44 *********
45
46-.. Fixes for situations where brz would previously crash or give incorrect
47- or undesirable results.
48-
49 * Disable loading from entrypoints by default, since it can
50 significantly slow down startup on some platforms.
51 (Jelmer Vernooij, #1832868)
52@@ -52,27 +48,21 @@
53 Documentation
54 *************
55
56-.. Improved or updated documentation.
57+None
58
59 API Changes
60 ***********
61
62-.. Changes that may require updates in plugins or other code that uses
63- breezy.
64+None.
65
66 Internals
67 *********
68
69-.. Major internal changes, unlikely to be visible to users or plugin
70- developers, but interesting for brz developers.
71+None.
72
73 Testing
74 *******
75
76-.. Fixes and changes that are only relevant to brz's test framework and
77- suite. This can include new facilities for writing tests, fixes to
78- spurious test failures and changes to the way things should be tested.
79-
80 * Fix bb.test_testament.TestTestament.test_testament_non_ascii
81 when the host encoding is non-utf8.
82 (Jelmer Vernooij, #1849986)

Subscribers

People subscribed via source and target branches