From b2c84a166ac93b4e520250301c1a336776fdfe1d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 25 Mar 2012 13:10:36 +0200 Subject: set up signal handlers early enough (needed for filelist preloading, for example) --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index e6239e1..6634a88 100644 --- a/src/main.c +++ b/src/main.c @@ -41,10 +41,10 @@ int main(int argc, char **argv) { atexit(feh_clean_exit); + setup_signal_handlers(); init_parse_options(argc, argv); init_imlib_fonts(); - setup_signal_handlers(); if (opt.display) { init_x_and_imlib(); -- cgit v1.2.3 From 877e6346d5512c44b9c27f4809c0742766eadac2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 25 Mar 2012 13:16:28 +0200 Subject: version bump --- ChangeLog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b347b94..13263d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,12 @@ -git HEAD +Sun, 25 Mar 2012 13:13:26 +0200 Daniel Friesel - * Add R, * and / aliases for , and +* Release v2.5 + + * Add R, * and / bindings for , and * Try to convert unloadable files with imagemagick for up to 5 seconds * Add --magick-timeout option to set imagemagick conversion timeout or disable it altogether - * Clean up temporary / to-delete files when receiveng SIG{INT,TERM,QUIT} + * Clean up temporary / to-delete files when receiving SIG{INT,TERM,QUIT} * Do not scroll past image borders when using key bindings * --loadable / --unloadable: indicate result in exit status -- cgit v1.2.3