From 68037c4d220302a9f7ab250b3a220a5f64217244 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 4 May 2014 18:54:13 +0200 Subject: 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') 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 -- cgit v1.2.3