summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2018-04-05 11:54:51 (GMT)
committerTobias Markmann <tm@ayena.de>2018-04-05 15:09:45 (GMT)
commitfed3c93f4efc3a188ee9ef83f509cd1d8a41a8d2 (patch)
tree845cab9c78cb86afd0dcd1d5905aadb0375094c0 /Swift/ChangeLog.md
parent44d588baf1f9324ced16e003d0209bd1e3c546ab (diff)
downloadswift-fed3c93f4efc3a188ee9ef83f509cd1d8a41a8d2.zip
swift-fed3c93f4efc3a188ee9ef83f509cd1d8a41a8d2.tar.bz2
Fix convertToWindowsVersion() function to handle more RCsswift-4.0.2
The new version conversion function allows up to 8 patch releases, up to 11 RC releases, up to 7 beta releases, and up to 5 alpha releases. The script fails hard on invalid input, thus failing the build when used. It also allows for checking the release tag in the release process. Test-Information: Added unit tests for some critical properties of the conversion. As previously the minor number of the Windows version triplet was not used, all new versions using this new scheme are considered newer, for the same major version. Change-Id: I53552a72ceaf7fe90f919990bd3d3be45a976c03
Diffstat (limited to 'Swift/ChangeLog.md')
-rw-r--r--Swift/ChangeLog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Swift/ChangeLog.md b/Swift/ChangeLog.md
index 3516022..d43a6db 100644
--- a/Swift/ChangeLog.md
+++ b/Swift/ChangeLog.md
@@ -1,3 +1,7 @@
+4.0.2 (2018-04-05)
+------------------
+- Fix versioning issue in Windows Installer process
+
4.0.1 (2018-03-28)
------------------
- Allow setting vCard on servers that do not return an empty vCard on fresh accounts