From ff34ee649e24b4d244e063b2aed88a720692f815 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 9 Mar 2015 21:23:46 +0100 Subject: Version bumped to 31.5.0 --- data/Changelog.IceCat | 18 ++++++++++++++++++ data/README.IceCat | 7 +++++++ makeicecat | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat index fc54f1e..9f8cd66 100644 --- a/data/Changelog.IceCat +++ b/data/Changelog.IceCat @@ -1,3 +1,21 @@ +2015-03-08 Ruben Rodriguez + * Updated to v31.5.0ESR + * Added build support for Windows, MacOS and Android + * Searchplugin instalation for mobile + * Make sure app.update and datareporting are disabled + * Updated html5-video-everywhere to 0.2.30 + * Use prename instead of rename + * Added buildscripts and needed changes to crosscompile packages for MacOS, Windows and Android + * Adapt Spyblock for mobile + * Added patches to fix build bugs for Windows, MacOS and Android + * Enable LibreJs on mobile + * Updated aboutIcecat graphics + * Added android-images dir + * Fixed about:rights page content + * Added mobile branding files + * Added more fields to AddonsScraper.py + * Fake uname/arch no longer needed + 2015-01-27 Ruben Rodriguez * Updated to v31.4.0ESR * Search form in about:icecat now searches in default search engine diff --git a/data/README.IceCat b/data/README.IceCat index 911f4d9..978f858 100644 --- a/data/README.IceCat +++ b/data/README.IceCat @@ -53,6 +53,13 @@ To build a langpack: The xpi file is created at tempBuildDir/dist/linux-x86_64/xpi +CROSSCOMPILING FOR WINDOWS, ANDROID AND MACOS +============================================= + +You can use the scripts at data/buildscripts to build the toolchains +and binary packages for the listed platforms. The scripts are made +to work on Debian-based systems. + INSTALL ======= When you have it built you can install it with: diff --git a/makeicecat b/makeicecat index 2cce3d2..a8a471a 100755 --- a/makeicecat +++ b/makeicecat @@ -22,7 +22,7 @@ VERSION=1 set -e FFMAJOR=31 -FFMINOR=4 +FFMINOR=5 FFSUB=0 FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB} SOURCEDIR=icecat-$FFVERSION -- cgit v1.2.3