aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eina/ChangeLog')
-rw-r--r--libraries/eina/ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/libraries/eina/ChangeLog b/libraries/eina/ChangeLog
index 0d1ccdf..dfecb61 100644
--- a/libraries/eina/ChangeLog
+++ b/libraries/eina/ChangeLog
@@ -147,3 +147,54 @@
147 147
148 * Add new hash function eina_hash_murmur3 that should be better at 148 * Add new hash function eina_hash_murmur3 that should be better at
149 hashing strings. 149 hashing strings.
150
1512011-12-02 Carsten Haitzler (The Rasterman)
152
153 1.1.0 release
154
1552011-12-02 Mike Blumenkrantz (discomfitor/zmike)
156
157 * Add eina_mempool_calloc for returning zeroed memory
158
1592011-12-07 Mike Blumenkrantz (discomfitor/zmike)
160
161 * eina_log*level_check() functions now return the correct value
162
1632011-12-08 Tom Hacohen
164
165 * Binbuf + Strbuf + Ustrbuf: Added eina_*buf_manage_new_length.
166 Same as eina_(u)strbuf_manage_new except that it accepts a length
167 parameter.
168
1692011-12-20 Cedric Bail
170
171 * Fix bug on eina_shutdown when using eina_error.
172
1732011-12-28 Cedric Bail
174
175 * Fix NONNULL argument for eina_hash_find.
176
1772011-12-30 Vincent Torri
178
179 * Add Eina_Semaphore abstraction API.
180
1812011-12-30 Cedric Bail
182
183 * Let eina_hash_free behave like free.
184
1852012-01-03 Cedric Bail
186
187 * Add eina_xattr_fd_ls, eina_xattr_value_fd_ls and eina_xattr_value_ls.
188 * Detect fault during access to Eina_File mmap memory, use eina_file_map_faulted
189 to learn if it happens.
190 * Add eina_file_xattr_get and eina_file_xattr_value_get.
191
1922012-01-09 Gustavo Barbieri
193
194 * Deprecated eina_array_count_get(), use eina_array_count() instead.
195 * Add eina_inarray data type.
196 * Add eina_value data type (generic value storage).
197
1982012-01-19 Shinwoo Kim
199
200 * Fix compilation of eina_semaphore_lock() (Windows port)