Merge lp:~marcustomlinson/unity-scopes-api/fix-changelog into lp:unity-scopes-api

Proposed by Marcus Tomlinson
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 367
Merged at revision: 365
Proposed branch: lp:~marcustomlinson/unity-scopes-api/fix-changelog
Merge into: lp:unity-scopes-api
Diff against target: 72 lines (+47/-1)
2 files modified
RELEASE_NOTES.md (+40/-0)
debian/changelog (+7/-1)
To merge this branch: bzr merge lp:~marcustomlinson/unity-scopes-api/fix-changelog
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Paweł Stołowski (community) Approve
Review via email: mp+291484@code.launchpad.net

Commit message

Fix version number in changelog.

To post a comment you must log in.
366. By Marcus Tomlinson

Clean up RELEASE_NOTES.md

367. By Marcus Tomlinson

Removed "Fixed incorrect library soname for vivid."

Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'RELEASE_NOTES.md'
2--- RELEASE_NOTES.md 2015-08-25 23:38:15 +0000
3+++ RELEASE_NOTES.md 2016-04-11 07:59:08 +0000
4@@ -1,6 +1,46 @@
5 Release notes
6 =============
7
8+Changes in version 1.0.5
9+========================
10+ - Simplify debian/control munging.
11+ - Look for clang-format as opposed to clang-format-3.x.
12+ - Added missing initializations to TypedScopeFixture (Bug #1542906).
13+ - Allow clients to specify authentication parameters (Bug #1554040).
14+ - Fixed incorrect generation of Replaces: and Conflicts: entries in debian/control for xenial.
15+
16+Changes in version 1.0.4
17+========================
18+ - New RangeInputFilter.
19+ - Changed ABI compliance testing to use abigail.
20+
21+Changes in version 1.0.3
22+========================
23+ - No-change rebuild for zeromq3 transition.
24+
25+Changes in version 1.0.2
26+========================
27+ - Changed version number generation to use a common script.
28+ - Removed symbols files because we are now using abi-compliance-checker.
29+ - Replaced global dummy loggers for testing with heap-allocated instances to avoid crash due to
30+ global destructor ordering (LP: #1472755).
31+ - Store scopes package version in /var/lib/.../version file for fast retrieval from the shell
32+ plugin.
33+ - Loop through each argument of the custom scope runner command and ensure that all path
34+ arguments are absolute.
35+ - Protect all JsonCppNode::get_node() methods with a "if (!root_) throw;" check (Bug #1494796).
36+
37+Changes in version 1.0.1
38+========================
39+ - Consolidate debian packaging for Vivid and Wily, so we don't need to keep to separate series
40+ for the gcc 5 ABI break.
41+ - Add docs for the table widget
42+ - Added support for preview widget updates via ActivationResponse.
43+
44+Changes in version 1.0.0
45+========================
46+ - Changed package name and soname for toolchain update to gcc 5.0.
47+
48 Changes in version 0.6.20
49 =========================
50 - Support preview widget updates via ActivationResponse.
51
52=== modified file 'debian/changelog'
53--- debian/changelog 2016-04-02 03:24:17 +0000
54+++ debian/changelog 2016-04-11 07:59:08 +0000
55@@ -1,3 +1,9 @@
56+unity-scopes-api (1.0.5-0ubuntu1) UNRELEASED; urgency=medium
57+
58+ * Fix version number in changelog.
59+
60+ -- Marcus Tomlinson <marcus.tomlinson@canonical.com> Mon, 11 Apr 2016 09:19:34 +0200
61+
62 unity-scopes-api (1.0.4+16.04.20160402.4-0ubuntu1) xenial; urgency=medium
63
64 [ Marcus Tomlinson ]
65@@ -8,7 +14,7 @@
66
67 [ Michi Henning ]
68 * Fixed incorrect generation of Replaces: and Conflicts: entries in
69- debian/control for xenial. Fixed incorrect library soname for vivid.
70+ debian/control for xenial.
71
72 -- Marcus Tomlinson <marcus.tomlinson@canonical.com> Sat, 02 Apr 2016 03:24:17 +0000
73

Subscribers

People subscribed via source and target branches

to all changes: