update changelog
This commit is contained in:
parent
1e5ba0212e
commit
42ac1af4b2
@ -43,6 +43,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
versions since the last tag
|
versions since the last tag
|
||||||
- Additional information is set to the last part of the git describe output for `FSFW_VERSION` now.
|
- Additional information is set to the last part of the git describe output for `FSFW_VERSION` now.
|
||||||
- Version still need to be hand-updated if the FSFW is not included as a submodule for now.
|
- Version still need to be hand-updated if the FSFW is not included as a submodule for now.
|
||||||
|
- CMake will auto-generate a file named `versionAutogen.cpp` on each rebuild which contains
|
||||||
|
the version retrieved with git
|
||||||
- IPC Message Queue Handling: Allow passing an optional `MqArgs` argument into the MessageQueue
|
- IPC Message Queue Handling: Allow passing an optional `MqArgs` argument into the MessageQueue
|
||||||
creation call. It allows passing context information and an arbitrary user argument into
|
creation call. It allows passing context information and an arbitrary user argument into
|
||||||
the message queue. Also streamlined and simplified `MessageQueue` implementation for all OSALs
|
the message queue. Also streamlined and simplified `MessageQueue` implementation for all OSALs
|
||||||
|
@ -5,6 +5,6 @@ namespace fsfw {
|
|||||||
const int FSFW_VERSION_MAJOR = 4;
|
const int FSFW_VERSION_MAJOR = 4;
|
||||||
const int FSFW_VERSION_MINOR = 0;
|
const int FSFW_VERSION_MINOR = 0;
|
||||||
const int FSFW_VERSION_REVISION = 0;
|
const int FSFW_VERSION_REVISION = 0;
|
||||||
const char FSFW_VCS_INFO[] = "290-gac95e8f2";
|
const char FSFW_VCS_INFO[] = "291-g1e5ba021";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user