diff options
Diffstat (limited to 'Swiften')
| -rw-r--r-- | Swiften/ChangeLog.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Swiften/ChangeLog.md b/Swiften/ChangeLog.md index d823954..a664341 100644 --- a/Swiften/ChangeLog.md +++ b/Swiften/ChangeLog.md | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 4.0 (2017-03-20) | ||
| 2 | ---------------- | ||
| 3 | - Moved code-base to C++11 | ||
| 4 | - Use C++11 threading instead of Boost.Thread library | ||
| 5 | - Use C++11 smart pointers instead of Boost's | ||
| 6 | - Migrated from Boost.Signals to Boost.Signals2 | ||
| 7 | - Build without warnings on our CI platforms | ||
| 8 | - General cleanup like remove of superflous files and #include statements. This means header files that previously were included implictly need to be explicitly included now | ||
| 9 | - Support IPv6 addresses in URLs | ||
| 10 | - Handle sessions being closed by the server | ||
| 11 | - Verify certificates when using HTTPS in BOSH connections | ||
| 12 | - In memory caching of latest entity capabilites lookups | ||
| 13 | - Changed source code style to use soft tabs (4 spaces wide) instead of hard tabs. Custom patches for Swiften will need to be reformatted accordingly | ||
| 14 | - Require a TLS backend for building | ||
| 15 | - Update 3rdParty/lcov to version 1.12 | ||
| 16 | - Fix several possible race conditions, smaller leaks, and other small bugs | ||
| 17 | |||
| 1 | 4.0-rc1 ( 2017-05-17 ) | 18 | 4.0-rc1 ( 2017-05-17 ) |
| 2 | ---------------------- | 19 | ---------------------- |
| 3 | - Handle sessions being closed by the server | 20 | - Handle sessions being closed by the server |
Swift