summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-11-29 14:34:41 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-29 16:16:03 +0100
commit9e57c6c799375e81439895b81c5d3a87714de97a (patch)
tree8c1289feff2250f48cb9b1f1e940083d9ccc742f /dist
parente2ba28db4327aca3d86fc1488397311520110b7e (diff)
downloadqtenginio-9e57c6c799375e81439895b81c5d3a87714de97a.tar.gz
Cleanup old changelogs
Change-Id: I5576fb46fad539c2cf4c09514fb1b90d7560040f Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-0.1.03
-rw-r--r--dist/changes-0.2.011
-rw-r--r--dist/changes-0.2.14
-rw-r--r--dist/changes-0.3.010
-rw-r--r--dist/changes-0.4.011
-rw-r--r--dist/changes-0.5.013
-rw-r--r--dist/changes-0.6.011
7 files changed, 63 insertions, 0 deletions
diff --git a/dist/changes-0.1.0 b/dist/changes-0.1.0
new file mode 100644
index 0000000..2b45028
--- /dev/null
+++ b/dist/changes-0.1.0
@@ -0,0 +1,3 @@
+## 0.1.0 (March 15th 2013)
+New:
+* Initial release version of the client library
diff --git a/dist/changes-0.2.0 b/dist/changes-0.2.0
new file mode 100644
index 0000000..efb0c6a
--- /dev/null
+++ b/dist/changes-0.2.0
@@ -0,0 +1,11 @@
+## 0.2.0 (April 16th 2013)
+New:
+* QueryOperation now supports fulltext search
+* AclOperation added for handling object permissions
+* FileOperation added for uploading files to backend
+* <Enginio/Enginio> header added
+
+Fixes:
+* Build and API documentation fixes
+* Various smaller bug fixes
+
diff --git a/dist/changes-0.2.1 b/dist/changes-0.2.1
new file mode 100644
index 0000000..a987181
--- /dev/null
+++ b/dist/changes-0.2.1
@@ -0,0 +1,4 @@
+## 0.2.1 (April 19th 2013)
+Fixes:
+* QML plugin is installed under <QML_INSTALL_DIR>/qml
+
diff --git a/dist/changes-0.3.0 b/dist/changes-0.3.0
new file mode 100644
index 0000000..cf10b1d
--- /dev/null
+++ b/dist/changes-0.3.0
@@ -0,0 +1,10 @@
+## 0.3.0 (May 7th 2013)
+New:
+* Usage simplified by building Enginio library as a proper Qt5 module. Now only configuration required is `QT += enginio`.
+* QML FileOperation added
+* Chunked file upload implemented
+
+Fixes:
+* Build issues on Mac
+* Object given to ObjectOperation::create/read/update methods updated properly when operation is finished
+
diff --git a/dist/changes-0.4.0 b/dist/changes-0.4.0
new file mode 100644
index 0000000..84181de
--- /dev/null
+++ b/dist/changes-0.4.0
@@ -0,0 +1,11 @@
+## 0.4.0 (May 31st 2013)
+New:
+* UsergroupOperation added
+* Usergroup members can now be fetched with query operation
+* Get usergroups of logged in user from QML
+
+Fixes:
+* Handle removed and null properties correctly in EnginioJsonObject
+* Use default flags with ObjectModel
+* Internal ACL fixes
+
diff --git a/dist/changes-0.5.0 b/dist/changes-0.5.0
new file mode 100644
index 0000000..075d5e3
--- /dev/null
+++ b/dist/changes-0.5.0
@@ -0,0 +1,13 @@
+## 0.5.0 (July 5th 2013)
+* New more Qt-like API, based on QNetworkAccessManager design
+* QJS and QJson based API
+* New classes:
+ - EnginioClient: main class for all direct queries
+ - EnginioModel: model for simple data access and fast View & Delegate integration
+ - EnginioReply: class that contains query data and network status
+ - EnginioAuthentication: basic authentication
+* New building process
+ - Enginio client library is now a Qt add-on module
+ - Separate code for qml plugin that doesn't have to be built if not needed
+* New repository layout: tests and examples were moved to the same repository
+* All operation classes were removed \ No newline at end of file
diff --git a/dist/changes-0.6.0 b/dist/changes-0.6.0
new file mode 100644
index 0000000..88e3ee6
--- /dev/null
+++ b/dist/changes-0.6.0
@@ -0,0 +1,11 @@
+# Enginio Qt Library Changelog
+## 0.6.0
+* Improved documentation
+* Improved stability in many "edge cases"
+* Examples within Enginio are not dependent on hard-coded backend anymore
+* Clearer and more precise error messages
+* Client library has been moved under the Qt-Project umbrella
+* Groundwork laid for coming websocket support
+* New binary installers for Windows, Mac and Linux
+* Renamed EnginioAuthentication to EnginioBasicAuthentication (Qt API change)
+* EnginioModel defined an enums with default roles (Qt API change) \ No newline at end of file