summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dransfeld <sd@tango.flipp.net>2012-06-29 20:41:03 +0000
committerSebastian Dransfeld <sd@tango.flipp.net>2012-06-29 20:41:03 +0000
commitce8a2dcfcacf4a5089251050884d338ea7434e79 (patch)
treec260fdbae82b4de6001ac98a7a7a55a80ec947ff
parentd65c7572e913c9876f862184c83cd96e9c59ea34 (diff)
downloadeina-ce8a2dcfcacf4a5089251050884d338ea7434e79.tar.gz
changelog
SVN revision: 73055
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38ea340..8862ec1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -302,3 +302,8 @@
* Add env var EINA_MEMPOOL_PASS to force mempool to try use
passthrough to malloc for debgging purposes and memory footrpint
comparisons at runtime.
+
+2012-06-29 Sebastian Dransfeld
+
+ * Fix eina_file_map_lines. The function would not return the last line
+ of a file.