updated changelog

This commit is contained in:
Günter Obiltschnig 2017-09-11 21:05:51 +02:00
parent d558d5eef9
commit c666fcbef6
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,10 @@ Release 1.7.9 (2017-09-11)
statements, e.g. writing empty strings.
- added POCO_DEPRECATED macro which will be used in the future to deprecate
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)

View File

@ -19,6 +19,10 @@ AAAIntroduction
statements, e.g. writing empty strings.
- added POCO_DEPRECATED macro which will be used in the future to deprecate
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