aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorItay Grudev <itay@grudev.com>2016-11-26 17:42:04 +0000
committerItay Grudev <itay@grudev.com>2016-11-26 17:52:51 +0000
commite75f16a39af824ca9ee11a01694bd67139a8597b (patch)
tree619d83df3cfe1a5dc3aa6800b7214da44ddce54f /README.md
parentAllow data exclusion for the server name hash and Windows fixes (#16) (diff)
downloadsingleapplication-e75f16a39af824ca9ee11a01694bd67139a8597b.tar.xz
Single Application v.3.0.1av3.0.1a
Signed-off-by: Itay Grudev <itay@grudev.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
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
--------------