commit 9b3eb2d82461fd0368bcf26e63f7fb077f34cc3d Author: Vincent Untz Date: Mon Jul 4 17:00:08 2011 +0200 build: Complete previous commit (3f82cd8f) This made the build fail because GCONF_SCHEMAS_INSTALL was not defined. configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3f82cd8f0ffd5041a9b4bf2e96f47cf492fcc95c Author: Vincent Untz Date: Sat Jul 2 09:27:43 2011 +0200 build: Only use AM_GCONF_SOURCE_2 if we build against GTK+ 2.x We won't instally any gconf schema if we build against GTK+ 3.x, so gconf might not even be installed during the build. configure.ac | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit f0406d6636de2f595a0c0381a0d59fa87e2127f9 Author: Vincent Untz Date: Tue Jun 14 15:04:36 2011 +0200 build: Modernize build system a bit Stop using GNOME_COMMON_INIT as it is deprecated. Use the tar-ustar option for AM_INIT_AUTOMAKE for better tarballs. Require intltool 0.40.6 to avoid various bugs. Do not use libtool as there's nothing needing it. Do not use AC_ISC_POSIX, AC_HEADER_STDC, AM_PROG_CC_C_O as they shouldn't be needed on modern systems. Do not use AC_C_BIGENDIAN as we do not need it. Do not use GNOME_DEBUG_CHECK as we do not need it. Use GNOME_MAINTAINER_MODE_DEFINES instead of defining all *_DISABLE_DEPRECATED flags ourselves. Drop manual check for additional compiler flags. configure.ac | 54 +++++------------------------------------------------- 1 files changed, 5 insertions(+), 49 deletions(-) commit de372b9db215f146c77c3b64b8bbc2d329e054f0 Author: Evangelos Vafeiadis Date: Sat May 7 22:52:43 2011 +0300 l10n: Updated Greek translation for gnome-web-photo po/LINGUAS | 1 + po/el.po | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 306 insertions(+), 0 deletions(-) commit a7b75c78eb8eb4807531ddad13686421c758a9cf Author: Gabriel Speckhahn Date: Mon May 2 14:17:42 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 295 +++++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 227 insertions(+), 68 deletions(-) commit c5efdaff2e176f54660e93ef055b85f982857325 Author: Takeshi AIHANA Date: Tue Apr 19 23:42:01 2011 +0900 Updated Japanese translation. po/ja.po | 279 +++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 220 insertions(+), 59 deletions(-) commit f256c9076825d81bbef1f003d1423254eb38b80f Author: Vincent Untz Date: Mon Apr 4 23:23:53 2011 +0200 build: Change URI for bug reports in configure script configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 36463eeebbb57b6c551f95ae48654ecb37f51763 Author: Vincent Untz Date: Mon Apr 4 23:22:24 2011 +0200 release: post-release bump to 0.10.2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1108fa1950ef8d7a9aaed6f6a9af5a9e7fed47ea Author: Vincent Untz Date: Mon Apr 4 23:22:16 2011 +0200 release: 0.10.1 NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletions(-)