aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay@grudev.com>2016-11-27 11:11:14 +0000
committerItay Grudev <itay@grudev.com>2016-11-27 11:13:38 +0000
commit0e590cd8c08a652835a455260697c7233f483cc1 (patch)
tree0e5714dac01c0e412f26c90623a5aedc6f5e0876
parentFix crash when username contains Unicode characters on Windows (#17) (diff)
downloadsingleapplication-0e590cd8c08a652835a455260697c7233f483cc1.tar.xz
SingleApplication v3.0.2av3.0.2a
-rw-r--r--CHANGELOG.md10
-rw-r--r--README.md2
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 915de22..7358d27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
Changelog
=========
+__3.0.2a__
+----------
+
+* Fixed bug on Windows when username containing wide characters causing the
+ library to crash.
+
+ _Le Liu_
+
__3.0.1a__
---------
+----------
* Allows the application path and version to be excluded from the server name
hash. The following flags were added for this purpose:
diff --git a/README.md b/README.md
index 178a39c..1b4617d 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,7 @@ be user wide.*
Versioning
----------
-The current library versions is `3.0.1a`.
+The current library versions is `3.0.2a`.
Each major version introduces either very significant changes or is not
backwards compatible with the previous version. Minor versions only add