diff options
-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 |