-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3698 from telefonicaid/hotfix/gmtime_thread_safe
FIX gmtime() -> gmtime_r() (release/2.4.0)
- Loading branch information
Showing
5 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,6 +176,9 @@ if [ "$1" == "0" ]; then | |
fi | ||
|
||
%changelog | ||
* Wed Sep 23 2020 Fermin Galan <[email protected]> 2.4.1-1 | ||
- Fix: potencial race condition related with DateTime attributes due to the usage of thread unsafe functions | ||
|
||
* Tue Mar 31 2020 Fermin Galan <[email protected]> 2.4.0-1 | ||
- Add: TextUnrestricted attribute type to avoid forbidden chars checking (#3550) | ||
- Add: notification flow control on update (#3568) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,6 @@ | |
|
||
|
||
|
||
#define ORION_VERSION "2.4.0" | ||
#define ORION_VERSION "2.4.1" | ||
|
||
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters