summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-05-04 18:54:13 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-05-04 18:57:00 +0200
commit68037c4d220302a9f7ab250b3a220a5f64217244 (patch)
treef7c200119ab5f9ed30dd1d861d985dfee99a5bf3 /ChangeLog
parentc7d0afa8cde1d351cedc09c111b0f872fbcae15e (diff)
strip unneded parts from giblib, part 1
Not all functions were examined yet. Also TODO: * check strdup / malloc calls (some are apparently unchecked in giblib), maybe use estrdup / emalloc for those * Check includes and update dependency list if needed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d347a88..375a80b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@ git HEAD
* feh-cam and gen-cam-menu are no longer installed by default. Use
make install cam=1 to install them or make uninstall cam=1 to remove
them permanently
+ * feh no longer depends on giblib. Instead, the relevant parts of the
+ giblib source were imported into the feh source.
+ Rationale: giblib is unmaintained and, as far as I know, only used by
+ three projects (one of which is feh). There is at least one known bug
+ in it, and as I do not have the time to take over giblib development,
+ importing the library seems to be the best solution.
Sun, 27 Apr 2014 20:28:02 +0200 Daniel Friesel <derf+feh@finalrewind.org>