eet news formatting normalized
authorraster <raster>
Tue, 15 Nov 2011 09:17:01 +0000 (09:17 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 09:17:01 +0000 (09:17 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@65228 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

NEWS

diff --git a/NEWS b/NEWS
index cfd7c5c..80e5965 100644 (file)
--- 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