summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-07-14 07:18:28 (GMT)
committerTobias Markmann <tm@ayena.de>2016-07-14 13:23:07 (GMT)
commit38062c93fda18aaef9d1f2d2ccda791fb8448088 (patch)
treef95c38d86af0a5ae357e2261d101a192f4144524 /Swiften/ChangeLog.md
parent773dad3c4a9c809cd72b1ab675a93292a7db1d9a (diff)
downloadswift-38062c93fda18aaef9d1f2d2ccda791fb8448088.zip
swift-38062c93fda18aaef9d1f2d2ccda791fb8448088.tar.bz2
Add in progress changelog for Swiften
Test-Information: None. Change-Id: Iab2023d176c4b49f5cccc82968ea45b80e0b7e78
Diffstat (limited to 'Swiften/ChangeLog.md')
-rw-r--r--Swiften/ChangeLog.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Swiften/ChangeLog.md b/Swiften/ChangeLog.md
new file mode 100644
index 0000000..c41fe0c
--- /dev/null
+++ b/Swiften/ChangeLog.md
@@ -0,0 +1,13 @@
+4.0-in-progress
+---------------
+- 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
+- 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 and other small bugs \ No newline at end of file