summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2011-11-13 06:08:35 +0000
committerCarsten Haitzler <raster@rasterman.com>2011-11-13 06:08:35 +0000
commit12616d33bad264e105302860ec7cd0e5531d7418 (patch)
tree10c9d64ec999baf243722affcff8fed85027b238 /NEWS
parent190c7460e4e84c093a8d1635720976619f155ec5 (diff)
downloadeina-12616d33bad264e105302860ec7cd0e5531d7418.tar.gz
NEWS file like ecore - per vtorri's suggestion
SVN revision: 65120
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS67
1 files changed, 39 insertions, 28 deletions
diff --git a/NEWS b/NEWS
index 4f9b5b9..1b19b40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,29 +1,40 @@
-1.1 Release Features
+Eina 1.1.0
-* Fixed compilation problems with some configure options
-* Fixed stat issue if file size is in bytes and serial number overran 32bits
-* Fixed uninstall of mempool modules
-* Fixed static build of buddy mempool
-* Fixed stringshare multi-init bug
-* Fixed windows port of eina_sched_prio_drop
-* Fixed eina_hash_set to handle data being NULL like eina_hash_del
-* Fixed static linking to eina (iconv can be avoided)
-* Fixed eina_share_common_del and eina_share_common_ref unlock bug
-* Improved scalability/speed improvements in Chained Mempool
-* Added eina_unicode_strndup API
-* Added EINA_INLIST_FOREACH_SAFE API
-* Added Eina unicode UTF8 convenience calls API
-* Added eina_list_move functions to move list nodes from list to list directly
-* Added simple SAX XML parser API added
-* Added inlist sort and sorted insert API
-* Added mempool repack API
-* Added eina_file API for portable file memory-mapping with IO saffety traps
-* Added thread locks, conditions etc. wrapper API for portability
-* Added prefix API for apps or libs to find their runtime prefix location
-* Added refcount macro API
-* Added binbuf for binary extendable buffers API
-* Added eina_hash_free_cb_set API
-* Added eina_main_loop_is API
-* Added eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
-* Added eina_xattr API's
-* Changed to stringshare as storage eina error strings now
+Changes since Eina 1.0.0:
+--------------------------
+
+Additions:
+
+ * eina_unicode_strndup API
+ * EINA_INLIST_FOREACH_SAFE API
+ * eina unicode UTF8 convenience calls API
+ * eina_list_move functions to move list nodes from list to list directly
+ * simple SAX XML parser API added
+ * inlist sort and sorted insert API
+ * mempool repack API
+ * eina_file API for portable file memory-mapping with IO saffety traps
+ * thread locks, conditions etc. wrapper API for portability
+ * prefix API for apps or libs to find their runtime prefix location
+ * refcount macro API
+ * binbuf for binary extendable buffers API
+ * eina_hash_free_cb_set API
+ * eina_main_loop_is API
+ * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
+ * eina_xattr API's
+
+Fixes:
+
+ * compilation problems with some configure options
+ * stat issue if file size is in bytes and serial number overran 32bits
+ * uninstall of mempool modules
+ * static build of buddy mempool
+ * stringshare multi-init bug
+ * windows port of eina_sched_prio_drop
+ * eina_hash_set to handle data being NULL like eina_hash_del
+ * static linking to eina (iconv can be avoided)
+ * eina_share_common_del and eina_share_common_ref unlock bug
+
+Improvements:
+
+ * scalability/speed improvements in Chained Mempool
+ * stringshare as storage for eina error strings now