diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2016-02-03 13:36:05 -0600 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2016-02-03 13:36:05 -0600 |
commit | 501a13debeebf3244f33646ac3bad75f9a0e614d (patch) | |
tree | 38386763f1208439b51925c8c89f1281aebc9f8c | |
parent | ef670fd8cfbc2794d0d4fe04476e4b2226ae5eae (diff) |
Version bumped to 38.5.2
-rw-r--r-- | data/Changelog.IceCat | 4 | ||||
-rw-r--r-- | makeicecat | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat index 03c61fe..90b0c5f 100644 --- a/data/Changelog.IceCat +++ b/data/Changelog.IceCat @@ -1,3 +1,7 @@ +2015-12-24 Ruben Rodriguez <ruben@gnu.org> + * Updated to v38.5.2ESR + * Disabled direct2d acceleration (fix for Windows crashes) + 2015-12-22 Ruben Rodriguez <ruben@gnu.org> * Updated to v38.5.0ESR * Fixed v38 related issues on multiarch builds (MacOS, Windows, Android) @@ -21,7 +21,7 @@ set -e FFMAJOR=38 FFMINOR=5 -FFSUB=0 +FFSUB=2 GNUVERSION=1 FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB} ICECATVERSION=$FFVERSION-gnu$GNUVERSION |