summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@free.fr>2013-03-10 14:35:41 +0900
committerCedric Bail <cedric.bail@free.fr>2013-03-10 15:58:29 +0900
commit12ceb717ea64105bbebfb45737fa8448ed721f83 (patch)
treec7356021c2f15d135313662339fd20d8f3b51beb /ChangeLog
parentae08c6e721899d44c0202abe772d600078e908b9 (diff)
downloadefl-12ceb717ea64105bbebfb45737fa8448ed721f83.tar.gz
eeze: add a dummy implementation for when libmount is not available.
This implementation doesn't replace libmount, it just provide an empty piece of code that will always fail to do anything. It does simplify Eeze building and use by third party by always providing the API.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 966f18a1ee..129e551a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-10 Cedric Bail
+
+ * Eeze: add a dummy implementation of libmount when it is not available.
+
2013-03-08 Igor Murzov
* Add WebP image saver.