Mir

Merge lp:~mir-team/mir/series-1.0 into lp:mir

Proposed by Daniel van Vugt
Status: Work in progress
Proposed branch: lp:~mir-team/mir/series-1.0
Merge into: lp:mir
Diff against target: 14 lines (+2/-2)
1 file modified
CMakeLists.txt (+2/-2)
To merge this branch: bzr merge lp:~mir-team/mir/series-1.0
Reviewer Review Type Date Requested Status
Cemil Azizoglu (community) Needs Resubmitting
Alan Griffiths Needs Information
Mir CI Bot continuous-integration Approve
Review via email: mp+314781@code.launchpad.net

Commit message

Bump Mir version to 1.0.0 ...
since series 1.0 now follows 0.26 and the latter has branched.

To post a comment you must log in.
Revision history for this message
Mir CI Bot (mir-ci-bot) wrote :

PASSED: Continuous integration, rev:3937
https://mir-jenkins.ubuntu.com/job/mir-ci/2705/
Executed test runs:
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-mir/3515
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-0-fetch/3583
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-1-sourcepkg/release=vivid+overlay/3573
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-1-sourcepkg/release=xenial+overlay/3573
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-1-sourcepkg/release=zesty/3573
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=clang,platform=mesa,release=zesty/3542
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=clang,platform=mesa,release=zesty/3542/artifact/output/*zip*/output.zip
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=xenial+overlay/3542
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=xenial+overlay/3542/artifact/output/*zip*/output.zip
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=zesty/3542
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=zesty/3542/artifact/output/*zip*/output.zip
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=cross-armhf,compiler=gcc,platform=android,release=vivid+overlay/3542
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=cross-armhf,compiler=gcc,platform=android,release=vivid+overlay/3542/artifact/output/*zip*/output.zip
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=i386,compiler=gcc,platform=android,release=vivid+overlay/3542
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=i386,compiler=gcc,platform=android,release=vivid+overlay/3542/artifact/output/*zip*/output.zip
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=i386,compiler=gcc,platform=mesa,release=xenial+overlay/3542
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=i386,compiler=gcc,platform=mesa,release=xenial+overlay/3542/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://mir-jenkins.ubuntu.com/job/mir-ci/2705/rebuild

review: Approve (continuous-integration)
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Are we sure that 1.0 will follow 0.26?

The current 0.26 branch is missing deprecations and related changes that I'd expect be released before 1.0. Either these will be cherry-picked, or they will require a 0.27 release.

As we don't want to delay 0.26 unnecessarily (it contains unblockers for downstream) I think we should retain the option of 0.27.

review: Needs Information
Revision history for this message
Cemil Azizoglu (cemil-azizoglu) wrote :

There are a lot of MPs expected to land, before we do a final sync of lp:mir to lp:mir/0.26.

Not time for this. Please resubmit after the lp:mir/0.26 has been TAed.

review: Needs Resubmitting

Unmerged revisions

3937. By Daniel van Vugt

Bump Mir version to 1.0.0 ...
since series 1.0 now follows 0.26 and the latter has branched.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2016-12-13 06:00:32 +0000
3+++ CMakeLists.txt 2017-01-15 12:28:00 +0000
4@@ -27,8 +27,8 @@
5 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
6 set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
7
8-set(MIR_VERSION_MAJOR 0)
9-set(MIR_VERSION_MINOR 26)
10+set(MIR_VERSION_MAJOR 1)
11+set(MIR_VERSION_MINOR 0)
12 set(MIR_VERSION_PATCH 0)
13
14 add_definitions(-DMIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})

Subscribers

People subscribed via source and target branches