commit d0d9772290f70132341709fcc678fb1e2937e538 Author: Emmanuele Bassi Date: Fri Aug 14 15:55:48 2015 +0100 Release Graphene 1.2.6 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0bb1baed93020c0b2f63cd40097af5058b7fbc5d Author: Emmanuele Bassi Date: Fri Aug 14 11:06:05 2015 +0100 docs: Fix clashing ids doc/graphene-docs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 995c031faacf3192dab3fc0d5ff2285c8d6cf940 Author: Emmanuele Bassi Date: Fri Aug 14 10:40:32 2015 +0100 build: Fix configure when gtk-doc is missing configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bb9cdcdf5848c8517add54e4e3f15b5202f202ba Author: Emmanuele Bassi Date: Fri Aug 14 10:36:29 2015 +0100 travis: Drop gtk-doc It's not in the whitelist, but we don't really need it, as we can build without gtk-doc. .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 50e6645a87f26da24d06e5a283c4363ef344c7bb Author: Emmanuele Bassi Date: Fri Aug 14 10:32:28 2015 +0100 travis: Use the new infrastructure Travis is now containerized, so we need to fix a bunch of pre-requisites. .travis.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) commit 7b9381a721238e0b1907af1d8f5f5656bc0e8508 Author: Emmanuele Bassi Date: Fri Aug 14 10:22:00 2015 +0100 quaternion: Initialize the w component of the conjugate When calling invert() we're leaving the w component as it is; this cannot obviously work with uninitialized data. This also needs fixing in the test suite, since it was relying on a value being set to 0 by the compiler. Solves issue: #41 src/graphene-quaternion.c | 1 + src/tests/quaternion.c | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) commit 1f2c0e6185a926af73bf65fa751f1e78ae080aca Author: Emmanuele Bassi Date: Wed Aug 12 13:48:51 2015 +0100 docs: Mention the release notes README.md | 5 +++++ 1 file changed, 5 insertions(+) commit 13c175cbb428158a81a5807b7c303fba053fa2b2 Author: Emmanuele Bassi Date: Wed Aug 12 13:32:42 2015 +0100 Post-release version bump to 1.2.5 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)