mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 14:20:10 +01:00
updated changelog
This commit is contained in:
@@ -19,6 +19,10 @@ Release 1.7.9 (2017-09-11)
|
|||||||
statements, e.g. writing empty strings.
|
statements, e.g. writing empty strings.
|
||||||
- added POCO_DEPRECATED macro which will be used in the future to deprecate
|
- added POCO_DEPRECATED macro which will be used in the future to deprecate
|
||||||
classes and methods.
|
classes and methods.
|
||||||
|
- Poco::NamedMutex and Poco::NamedEvent (System V Semaphores implementation): files are
|
||||||
|
now opened with O_RDONLY | O_CREAT instead of O_WRONLY | O_CREAT, allowing sharing
|
||||||
|
between different users. Furthermore, ftok() is called with 'p' as project ID
|
||||||
|
argument.
|
||||||
|
|
||||||
|
|
||||||
Release 1.7.8p3 (2017-06-22)
|
Release 1.7.8p3 (2017-06-22)
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ AAAIntroduction
|
|||||||
statements, e.g. writing empty strings.
|
statements, e.g. writing empty strings.
|
||||||
- added POCO_DEPRECATED macro which will be used in the future to deprecate
|
- added POCO_DEPRECATED macro which will be used in the future to deprecate
|
||||||
classes and methods.
|
classes and methods.
|
||||||
|
- Poco::NamedMutex and Poco::NamedEvent (System V Semaphores implementation): files are
|
||||||
|
now opened with O_RDONLY | O_CREAT instead of O_WRONLY | O_CREAT, allowing sharing
|
||||||
|
between different users. Furthermore, ftok() is called with 'p' as project ID
|
||||||
|
argument.
|
||||||
|
|
||||||
|
|
||||||
!!!Release 1.7.8p3
|
!!!Release 1.7.8p3
|
||||||
|
|||||||
Reference in New Issue
Block a user