commit 48793aa3329ce4a1cbd0ddbb4a06e2fb94c70f0c Author: Daniel Drake Date: Wed Apr 11 13:59:32 2012 -0600 gnome-bg: Fix crash when system clock is behind start date The 1-slide background included in Fedora 17 causes a crash in gnome-bg when the system clock is set behind the date specified in the slideshow xml file. This was due to slide->duration being set to UINT_MAX (to indicate a single-slide show) but show->total_duration not being updated to take account of this. The calculation in get_current_slide() was therefore confused, and triggered a g_assert_not_reached(). https://bugzilla.gnome.org/show_bug.cgi?id=673551 M libgnome-desktop/gnome-bg.c commit 6c5fbb87b86b4e7d607f31b1996fb16ba8e17ca7 Author: Vincent Untz Date: Mon Apr 16 13:46:09 2012 +0200 release: post-release bump to 3.4.2 M configure.ac commit 344a28ebd02de74a46d2e74ed917460a855de024 Author: Vincent Untz Date: Mon Apr 16 13:45:47 2012 +0200 release: 3.4.1 M NEWS