mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
915 B
915 B
Changelog
v2.4
- Stability improvements
- Support for secondary instances.
- The library now recovers safely after the primary process has crashed and the shared memory had not been deleted.
v2.3
-
Improved pimpl design and inheritance safety.
Vladislav Pyatnichenko
v2.2
- The
QAPPLICATION_CLASS
macro can now be defined in the file including the Single Application header or with aDEFINES+=
statement in the project file.
v2.1
-
A race condition can no longer occur when starting two processes nearly simultaneously.
Fix issue #3
v2.0
-
SingleApplication is now being passed a reference to
argc
instead of a copy.Fix issue #1
-
Improved documentation.