summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-11-18 16:41:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-19 09:14:42 +0100
commitfeacfb9348a5188339d74a4ce1aaf490edc2ea5a (patch)
treea34b3e92eb79192bc5e857e64f9af0cd8303557f /dist
parent334df95d235c866359edbc0dee1d8bcd962a319f (diff)
downloadqtenginio-feacfb9348a5188339d74a4ce1aaf490edc2ea5a.tar.gz
Add changelog for 1.0.0
Change-Id: Ib036a5613a9e65178d935aedc44bb11285f9926f Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-1.0.038
1 files changed, 38 insertions, 0 deletions
diff --git a/dist/changes-1.0.0 b/dist/changes-1.0.0
new file mode 100644
index 0000000..ffae12d
--- /dev/null
+++ b/dist/changes-1.0.0
@@ -0,0 +1,38 @@
+Enginio 1.0 introduces many improvements to stability and API compared to previous beta versions.
+
+API Changes
+-----------
+- backendSecret has been removed from EnginioClient (both QML and C++)
+- Switch to OAuth2 as authentication mechanism everywhere
+ - EnginioBasicAuthentication removed
+ - EnginioOAuth2Authentication added
+- Many properties and signal&slots argument types changed to better fit QML API
+- Simplify working with dynamic roles in C++
+- New property in Enginio model qml: rowCount
+- ObjectAclOperation and UsergroupMembersOperation JSON api was fixed
+- EnginioClient is not exposed to QML directly anymore
+
+Fixed Issues
+------------
+- It was not possible to add a user to a group with Qt api
+- Enums would sometimes not work
+- EnginioIdentity would emit userChanged instead of passwordChanged
+- Several memory leaks and crashes
+- Fixed namespace builds
+- Improved documentation
+- QNetworkAccessManager is deleted when not needed anymore
+- Improved build system
+- Improved error messages
+- Fixed autocompletion of QML types in QtCreator
+- Fixed non-local enums usage in QML
+- Fixed no-widget build
+
+Examples
+--------
+- Added users example (showing user accounts and management)
+- Added Social Todos example (showing user management and ACLs)
+
+
+Platform Specific Issues
+------------------------
+- Fixed MSVC 2012 compilation