summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2011-11-15 09:17:01 +0000
committerCarsten Haitzler <raster@rasterman.com>2011-11-15 09:17:01 +0000
commit7e0a9ccbd8edce6bc2f8eb0923fc38c3fdec5325 (patch)
treef7a3c42ac102fb623882d395556ee041f2c3be0b /NEWS
parent14223da4ad36994191d8e25044782392041ad141 (diff)
downloadeet-7e0a9ccbd8edce6bc2f8eb0923fc38c3fdec5325.tar.gz
eet news formatting normalized
SVN revision: 65228
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS41
1 files changed, 26 insertions, 15 deletions
diff --git a/NEWS b/NEWS
index cfd7c5c..80e5965 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,27 @@
-1.5.0 Release Features
+Eet 1.5.0
-* Fixed eet shutdown on windows
-* Fixed test case to init eet
-* Fixed compilation against libjpeg 8 on windows
-* Fixed binary open on windows
-* Fixed unopenable empty eet file for read/write
-* Improved speed and memory footprint of EET_G_UNION and EET_G_ARRAY
-* Added EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
-* Added eet_node API's to manipulate nodes
-* Added eet_alias_get API
-* Added eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
-* Added EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
-* Changed to use stringshare for mmaped file names
-* Changed to use eina locking wrappers
-* Changed to use eina_file for file IO
+Changes since Eet 1.4.0:
+--------------------------
+
+Additions:
+
+ * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
+ * eet_node API's to manipulate nodes
+ * eet_alias_get API
+ * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
+ * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
+
+Fixes:
+
+ * eet shutdown on windows
+ * test case to init eet
+ * compilation against libjpeg 8 on windows
+ * binary open on windows
+ * unopenable empty eet file for read/write
+
+Improvements:
+
+ * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
+ * use stringshare for mmaped file names
+ * use eina locking wrappers
+ * use eina_file for file IO