commit 031d775465b43d43adc045a7103d4222a71a5b71 Author: Felix Riemann Date: Mon Jan 13 21:40:19 2014 +0100 Prepare for release 3.11.4 NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 84faec10252c38354993e96489f6f48881b18895 Author: Felix Riemann Date: Tue Jan 7 23:50:47 2014 +0100 Use separate m4 macro dir As done by eog already Makefile.am | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) commit d95c0ffb79409dc00192551be3304e228613691b Author: Felix Riemann Date: Tue Jan 7 23:47:56 2014 +0100 Fix automake deprecation warnings INCLUDE is deprecated since 2001. Use the equivalent AM_CPPFLAGS variable. plugins/exif-display/Makefile.am | 2 +- plugins/fit-to-width/Makefile.am | 2 +- plugins/hide-titlebar/Makefile.am | 2 +- plugins/light-theme/Makefile.am | 2 +- plugins/map/Makefile.am | 2 +- plugins/postasa/Makefile.am | 2 +- plugins/postr/Makefile.am | 2 +- plugins/send-by-mail/Makefile.am | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) commit 851359f18546e6b5c6a4e860a563841fbd2a414c Author: Felix Riemann Date: Tue Jan 7 23:35:47 2014 +0100 Update git.mk Revision 7914e9c3 from https://github.com/behdad/git.mk git.mk | 202 +++++++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 167 insertions(+), 35 deletions(-) commit a546089df8d5eabed8305a8e67bb99241e60e0a5 Author: Felix Riemann Date: Tue Jan 7 23:28:54 2014 +0100 Require automake 1.11 and libtool 2.2 Automake 1.11 was already required due to XZ support. eog dropped support for libtool 1.x already. autogen.sh | 2 +- configure.ac | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) commit 095840b5031b086176a1b3f013fd55fc18813be3 Author: Felix Riemann Date: Tue Jan 7 23:18:42 2014 +0100 Post-branch version update configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 06d112a98c4583b7d342c1951bf737328228a786 Author: Felix Riemann Date: Tue Jan 7 23:16:22 2014 +0100 Require Python 3.x for Python Plugins configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit cef72e5d0d1dda9c70389743daa120dea66e4fd9 Author: Felix Riemann Date: Tue Jan 7 22:50:35 2014 +0100 export-to-folder: Convert to Python 3 .../export-to-folder/export-to-folder.plugin.desktop.in | 2 +- plugins/export-to-folder/export-to-folder.py | 16 ++++++++-------- plugins/export-to-folder/preferences_dialog.ui | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) commit 9f14c4874ddbd6e0bae71f83d33d592951c152d9 Author: Felix Riemann Date: Tue Jan 7 22:37:32 2014 +0100 fullscreenbg: Make plugin work with API changes in eog 3.11.3 configure.ac | 2 +- plugins/fullscreenbg/fullscreenbg.py | 10 ++++++---- plugins/fullscreenbg/preferences_dialog.ui | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) commit efb10986c751d839183a37c4f65f0f799a83e7e8 Author: Felix Riemann Date: Tue Jan 7 22:13:31 2014 +0100 fullscreenbg: Switch to Python 3 plugins/fullscreenbg/fullscreenbg.plugin.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 937aa88022239edc2cdcac22bd4867752e9aed14 Author: Felix Riemann Date: Tue Jan 7 22:01:44 2014 +0100 pythonconsole: Convert to Python 3 plugins/pythonconsole/__init__.py | 16 ++++++++-------- plugins/pythonconsole/console.py | 5 ----- plugins/pythonconsole/pythonconsole.plugin.desktop.in | 2 +- 3 files changed, 9 insertions(+), 14 deletions(-) commit ff3d7c06a276948ce5fced44dc0a12fb824bbd9f Author: Felix Riemann Date: Tue Oct 15 19:36:36 2013 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)