[enhancement] Make able to get version information from client / server APIs
Bug #1195540 reported by
Robert Ancell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
Wishlist
|
Michał Kuchta | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
It would be nice for shells / Mir clients to query what version of Mir they are using.
Related branches
lp://staging/~kuchtam/mir/mir
Rejected
for merging
into
lp://staging/mir
- Daniel van Vugt: Needs Fixing
- Brandon Schaefer (community): Abstain
-
Diff: 87 lines (+38/-0)5 files modifiedinclude/client/mir_toolkit/mir_connection.h (+7/-0)
include/core/mir_toolkit/mir_version_number.h (+13/-0)
src/client/mir_connection_api.cpp (+5/-0)
src/client/symbols.map (+1/-0)
tests/acceptance-tests/test_client_header_version.cpp (+12/-0)
lp://staging/~kuchtam/mir/bug_1195540_after_review
- Mir CI Bot: Approve (continuous-integration)
- Cemil Azizoglu (community): Approve
- Daniel van Vugt: Approve
-
Diff: 60 lines (+22/-0)4 files modifiedinclude/client/mir_toolkit/mir_connection.h (+9/-0)
src/client/mir_connection_api.cpp (+5/-0)
src/client/symbols.map (+1/-0)
tests/acceptance-tests/test_client_library.cpp (+7/-0)
Changed in mir: | |
importance: | Low → Wishlist |
summary: |
- Make able to get version information from client / server APIs + [feature] Make able to get version information from client / server APIs |
tags: | added: feature |
summary: |
- [feature] Make able to get version information from client / server APIs + [enhancement] Make able to get version information from client / server + APIs |
tags: |
added: enhancement removed: feature |
Changed in mir: | |
assignee: | nobody → Michał Kuchta (kuchtam) |
milestone: | none → 1.0.0 |
status: | Triaged → In Progress |
Changed in mir: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
What is the intended use for such api(s)?