summaryrefslogtreecommitdiff
path: root/old/NEWS.eeze
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-03 20:37:42 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-03 20:37:42 +0000
commit68188ac0c89407cb35a0f04f86ad44b0deb95bdb (patch)
tree0ddf76421ab114f162c5a113f65119a6662d6a54 /old/NEWS.eeze
parentf7cc32f78bf86c804a3f3ae7b8428a408092fbdf (diff)
downloadefl-68188ac0c89407cb35a0f04f86ad44b0deb95bdb.tar.gz
efl: merge eeze.
Changes also in this commit: * fix missing EAPI in symbols used by modules * removed old libudev and libmount support as agreed by discomfitor/zmike * replaced __UNUSED__ with EINA_UNUSED * fixed docs hierarchy SVN revision: 82100
Diffstat (limited to 'old/NEWS.eeze')
-rw-r--r--old/NEWS.eeze39
1 files changed, 39 insertions, 0 deletions
diff --git a/old/NEWS.eeze b/old/NEWS.eeze
new file mode 100644
index 0000000000..cd23b8cb59
--- /dev/null
+++ b/old/NEWS.eeze
@@ -0,0 +1,39 @@
+Eeze 1.7.0
+
+Changes since Eeze 1.7.0:
+-------------------------
+
+Additions:
+
+ * Sensor subsystem
+ * Unit tests
+
+Changes since Eeze 1.2.0:
+-------------------------
+
+Additions:
+
+ * Joystick support
+ * Support for mtab-less systems
+
+Changes since Eeze 1.1.0:
+-------------------------
+
+Additions:
+
+ * Detect bluetooth devices.
+ * Network device API (eeze_net_*).
+
+Changes since Eeze 1.0.0:
+-------------------------
+
+Additions:
+
+ * more disk-related detection/info functions
+ * disk mounting API
+ * eeze_scanner utility for applications to hook for drive detection
+
+Fixes:
+
+ * bugs with device detection related to newer kernel versions
+ * device filtering to be more accurate in some cases