diff options
| author | Tobias Markmann <tm@ayena.de> | 2017-11-28 11:12:38 (GMT) |
|---|---|---|
| committer | Tobias Markmann <tm@ayena.de> | 2017-11-28 11:45:50 (GMT) |
| commit | d5fa839cd8b882db0c8bdd227d515cd901bc4694 (patch) | |
| tree | 081454908a0bc0ef71af418aba17dc80efeb422b | |
| parent | 82ec407254c6fe1d262598ad278132a2543e0e3f (diff) | |
| download | swift-d5fa839cd8b882db0c8bdd227d515cd901bc4694.zip swift-d5fa839cd8b882db0c8bdd227d515cd901bc4694.tar.bz2 | |
Update Swift change log and add missing contributor to COPYING.thirdpartyswift-4.0rc3
Test-Information:
None.
Change-Id: I8cad18ea4b6e8a668e129163bbaf158b8141be40
| -rw-r--r-- | COPYING.thirdparty | 1 | ||||
| -rw-r--r-- | Swift/ChangeLog.md | 10 |
2 files changed, 10 insertions, 1 deletions
diff --git a/COPYING.thirdparty b/COPYING.thirdparty index 0134aaa..16cf68a 100644 --- a/COPYING.thirdparty +++ b/COPYING.thirdparty | |||
| @@ -218,6 +218,7 @@ Copyright (c) 2015 Tarun Gupta. | |||
| 218 | Copyright (c) 2015 Daniel Baczynski. | 218 | Copyright (c) 2015 Daniel Baczynski. |
| 219 | Copyright (c) 2015 Michael Vetter. | 219 | Copyright (c) 2015 Michael Vetter. |
| 220 | Copyright (c) 2016 Barun Parruck. | 220 | Copyright (c) 2016 Barun Parruck. |
| 221 | Copyright (c) 2017 Vitaly Takmazov | ||
| 221 | All rights reserved. | 222 | All rights reserved. |
| 222 | 223 | ||
| 223 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | 224 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
diff --git a/Swift/ChangeLog.md b/Swift/ChangeLog.md index 32b5711..fd9b7b9 100644 --- a/Swift/ChangeLog.md +++ b/Swift/ChangeLog.md | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 4.0-rc3 ( 2017-11-28 ) | ||
| 2 | ---------------------- | ||
| 3 | - Fix crash in emoticon dialog | ||
| 4 | - Fix Windows MSI installer when updating from earlier Swift version | ||
| 5 | - Update translations ( Dutch, German ) | ||
| 6 | - Add AppImage for Linux 64-bit as a supported platform | ||
| 7 | - And smaller bug fixes | ||
| 8 | |||
| 1 | 4.0-rc2 ( 2017-05-22 ) | 9 | 4.0-rc2 ( 2017-05-22 ) |
| 2 | ---------------------- | 10 | ---------------------- |
| 3 | - Fix regression in chat window titles for chat rooms | 11 | - Fix regression in chat window titles for chat rooms |
| @@ -117,4 +125,4 @@ Yoann Blein, Catalin Badea, Pavol Babincak, Mateusz Piekos, Alexey Melnikov and | |||
| 117 | 125 | ||
| 118 | 1.0 ( 2011-04-18 ) | 126 | 1.0 ( 2011-04-18 ) |
| 119 | ------------------ | 127 | ------------------ |
| 120 | - Initial release. \ No newline at end of file | 128 | - Initial release. |
Swift