commit e6f4c83f12e2acf2eda6c58da5d78a0141380225 Author: Christian Persch Date: Tue Mar 21 18:57:51 2017 +0100 build: Disable vala for distcheck (cherry picked from commit a7d534ac6135fa303f899a9e13483fbe24d1a679) Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 24afa1533a3c3e61ac07fc3ab8ff618d4a67013e Author: Christian Persch Date: Tue Mar 21 18:54:06 2017 +0100 build: Revert "build: Fix building the vala test app with builddir != srcdir" This reverts commit 29fb71d3e6ba46e3539a2e0b755b0c7bb1c74670. bindings/vala/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 90eb5d76faec4cfef345614501af0b06ae321678 Author: Christian Persch Date: Mon Mar 20 21:59:28 2017 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5f536e5de58a3f7aa50aa60ce525139b6b50aa38 Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 Version 0.48.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 392e68ab37dddaccd9d5c2e215129536dd531804 Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Silence a compiler warning -Wmaybe-uninitialized erroneously complains about start_time. src/vtespawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f83add591aa100e923f96c7d350ad93060c8805a Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Fix builddir != srcdir build of check programmes src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 29fb71d3e6ba46e3539a2e0b755b0c7bb1c74670 Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Fix building the vala test app with builddir != srcdir The vala automake integration really can't cope with builddir != srcdir, so explicitly use an absolute path to the generated vte vapi file using $(abs_top_builddir). https://bugzilla.gnome.org/show_bug.cgi?id=780162 bindings/vala/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3e556b57b75e33e0249d94aaf881ea201312b3c0 Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Don't dist generated sources Instead of distributing vteseq-list.h and vteseq-n.cc, just generate them at build time. https://bugzilla.gnome.org/show_bug.cgi?id=780163 configure.ac | 8 ++++++++ src/Makefile.am | 19 +++++++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) commit f078b6b65223025d7504d0895e66c6e34f1f5a65 Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Make sure builddir comes before srcdir src/Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) commit a31a41d2a93ef45c3940d714f82f58c6b3f9d7d8 Author: Egmont Koblinger Date: Thu Mar 16 22:07:40 2017 +0100 build: Fix compilation of unittests https://bugzilla.gnome.org/show_bug.cgi?id=780146 src/vteconv.cc | 2 +- src/vtetypes.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 221aae59c552fad873977b8796603331ba85f30f Author: Rico Tzschichholz Date: Sun Mar 12 18:41:56 2017 +0000 bindings/vala/Makefile.am: Fix vala vapi generation Signed-off-by: Javier Jardón bindings/vala/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) commit 450f6b7db5ae9a027aae56c173aed83f8e11585b Author: GNOME Translation Robot Date: Tue Mar 7 11:52:12 2017 +0000 Update Scottish Gaelic translation (cherry picked from commit 88ff20cf8aa8252c0bdf6312195331fed5794486) po/gd.po | 134 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 64 insertions(+), 70 deletions(-) commit f205002af6f162f7850a55c40df7bb19f87f80f3 Author: Cédric Valmary Date: Mon Mar 6 17:40:37 2017 +0000 Update Occitan translation po/oc.po | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) commit f54c2ab018fb1855d1cc64b131873967c76019fb Author: Sveinn í Felli Date: Wed Mar 1 11:46:29 2017 +0000 Update Icelandic translation (cherry picked from commit 6beb22d9d03bdcf3889832b60b591319dad7b626) po/is.po | 94 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 45 insertions(+), 49 deletions(-) commit 0e91d4ac1accd2c9c58ddc8497e7d268756cc37c Author: Chao-Hsiung Liao Date: Tue Feb 28 06:44:40 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 112 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 51 insertions(+), 61 deletions(-) commit 9ca6db26ee94c63baa1476d924186ad078bf7f84 Author: Emmanuele Bassi Date: Fri Feb 17 13:46:43 2017 +0000 gir: Look in the right path for vtetypebuiltins.cc The vtetypebuiltins.cc file is generated, so it can only be found in the build directory, not in the source directory. This fixes non-srcdir builds like GNOME Continuous. https://bugzilla.gnome.org/show_bug.cgi?id=778832 bindings/gir/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3dc55c48ab97825f26585e25fd37779a7bb1fc8f Author: Egmont Koblinger Date: Tue Feb 14 21:59:36 2017 +0100 stream: Use explicit_bzero() on encryption keys if available src/vtestream-file.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) commit d74609f0adfdd6bc17302a8865d70ff12d5e0497 Author: Christian Persch Date: Tue Feb 14 19:52:25 2017 +0100 build: Check for explicit_bzero() configure.ac | 1 + 1 file changed, 1 insertion(+) commit 4c88ec5c60dfa36c676b4a5044e4c146952f816e Author: Christian Persch Date: Mon Feb 13 21:04:25 2017 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)