commit 8b9ced50e5d2c5797de0095366955d10ebc2c231 Author: Matthias Clasen Date: Mon Dec 14 08:38:40 2015 -0500 1.39.0 NEWS | 4 ++++ 1 file changed, 4 insertions(+) commit 3596ddf1533def56a979914c4fbfe14344179873 Author: Krzesimir Nowak Date: Mon Dec 14 14:14:36 2015 +0100 Fix copy-paste mistake pango/pango-script.h | 58 ++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) commit f72413304c4027f0e2b988b1def937311533da53 Author: Matthias Clasen Date: Mon Dec 14 07:48:43 2015 -0500 Add api index for 1.40 API docs/pango-docs.sgml | 4 ++++ 1 file changed, 4 insertions(+) commit f1cecd866a05d4a619d4a494b2bb97b6cec3c4e9 Author: Matthias Clasen Date: Mon Dec 14 07:48:05 2015 -0500 Bump version to 1.39 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 625bce890dae8aa97ee7fd8e27458374d2feaf26 Author: Matthias Clasen Date: Mon Dec 14 07:44:44 2015 -0500 Update PangoScript to Unicode 8.0 This brings us back in sync with GUnicodeScript. pango/pango-script.h | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) commit bd7038c3c03154ecb10e93183f8783b15422faa3 Author: Matthias Clasen Date: Mon Dec 14 07:37:32 2015 -0500 Update pango-script-lang-table.h No changes here. pango/pango-script-lang-table.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit dfc6fb3e46d134e6dc567303974e7f0f3eea51fa Author: Matthias Clasen Date: Mon Dec 14 07:36:58 2015 -0500 gen-script-lang-table: Fix compiler warnings tools/gen-script-for-lang.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit db3d4d4c6edbd46b41a40b1550a413b1935b2926 Author: Chun-wei Fan Date: Thu Nov 12 15:35:50 2015 +0800 MSVC 2010+ builds: Do not explicitly use /LTCG This partially reverts 03e60dc. As we now ensure that items using GResources and GConstructors are always referenced so that the linker does not optimize them out in a default Release build, we no longer need to enforce the use of /LTCG, so /LTCG:incremental will work as well. build/win32/vs10/pango.vcxprojin | 2 -- build/win32/vs10/pangocairo.vcxprojin | 5 ----- build/win32/vs10/pangoft2.vcxprojin | 2 -- build/win32/vs10/pangowin32.vcxprojin | 2 -- 4 files changed, 11 deletions(-) commit 03e60dc1c1f94345ed92aca4d9a6a2f17e48f690 Author: Chun-wei Fan Date: Fri Oct 23 09:52:40 2015 +0800 MSVC release builds: Ensure that /LTCG is used MSVC 2015 changed its default link-time code generation setting to /LTCG:incremental, which causes problems if /opt:noref is to be used, meaning that some code will be optimized out by the linker. Avoid this situtation here by enforcing the use of /LTCG for MSVC 2010+ builds. build/win32/vs10/pango.vcxprojin | 10 ++++++---- build/win32/vs10/pangocairo.vcxprojin | 21 +++++++++++++-------- build/win32/vs10/pangoft2.vcxprojin | 10 ++++++---- build/win32/vs10/pangowin32.vcxprojin | 10 ++++++---- 4 files changed, 31 insertions(+), 20 deletions(-) commit 39c8cfcc614f8901d347a047b3295a06082cbfee Author: Behdad Esfahbod Date: Thu Oct 22 14:20:47 2015 -0200 Add note re threadsafe libthai pango/break-thai.c | 5 +++++ 1 file changed, 5 insertions(+)