From e75f16a39af824ca9ee11a01694bd67139a8597b Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sat, 26 Nov 2016 17:42:04 +0000 Subject: Single Application v.3.0.1a Signed-off-by: Itay Grudev --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d1c29b2..178a39c 100644 --- a/README.md +++ b/README.md @@ -208,8 +208,12 @@ enum SingleApplication::Mode user specific data to the key used for the shared memory and server name. This is the default functionality. * `Mode::System` – The SingleApplication block applies system-wide. -* `SecondaryNotification` – Whether to trigger `instanceStarted()` even +* `Mode::SecondaryNotification` – Whether to trigger `instanceStarted()` even whenever secondary instances are started. +* `Mode::ExcludeAppPath` – Excludes the application path from the server name + (and memory block) hash. +* `Mode::ExcludeAppVersion` – Excludes the application version from the server + name (and memory block) hash. *__Note:__ `Mode::SecondaryNotification` only works if set on both the primary and the secondary instance.* @@ -223,12 +227,13 @@ be user wide.* Versioning ---------- -The current library versions is `3.0a`. +The current library versions is `3.0.1a`. Each major version introduces either very significant changes or is not backwards compatible with the previous version. Minor versions only add additional features, bug fixes or performance improvements and are backwards -compatible with the previous release. See `CHANGELOG.md` for more details. +compatible with the previous release. See [`CHANGELOG.md`](CHANGELOG.md) for +more details. Implementation -------------- -- cgit v1.2.1