summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2018-03-19 11:28:38 (GMT)
committerTobias Markmann <tm@ayena.de>2018-03-19 11:28:38 (GMT)
commit5ba3f18ad8efa040d49f36d83ec2e7891a9add9f (patch)
tree66870049ef3cd136c9d9d8c3118c20ea9a18f33c /Swiften/ChangeLog.md
parent185f7bb23745dab1e577340d20a85f67f4bed1a1 (diff)
downloadswift-5ba3f18ad8efa040d49f36d83ec2e7891a9add9f.zip
swift-5ba3f18ad8efa040d49f36d83ec2e7891a9add9f.tar.bz2
Update Swift and Swiften changelog for upcoming 4.0 releaseswift-4.0
Test-Information: None. Change-Id: I4d89315b084406f44654c4d6a7e2e9c8da0874ce
Diffstat (limited to 'Swiften/ChangeLog.md')
-rw-r--r--Swiften/ChangeLog.md17
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 @@
+4.0 (2017-03-20)
+----------------
+- Moved code-base to C++11
+ - Use C++11 threading instead of Boost.Thread library
+ - Use C++11 smart pointers instead of Boost's
+- Migrated from Boost.Signals to Boost.Signals2
+- Build without warnings on our CI platforms
+- 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
+- Support IPv6 addresses in URLs
+- Handle sessions being closed by the server
+- Verify certificates when using HTTPS in BOSH connections
+- In memory caching of latest entity capabilites lookups
+- 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
+- Require a TLS backend for building
+- Update 3rdParty/lcov to version 1.12
+- Fix several possible race conditions, smaller leaks, and other small bugs
+
4.0-rc1 ( 2017-05-17 )
----------------------
- Handle sessions being closed by the server