www.fgks.org   »   [go: up one dir, main page]

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-03-09 21:23:46 +0100
committerRuben Rodriguez <ruben@gnu.org>2015-03-09 21:23:46 +0100
commitff34ee649e24b4d244e063b2aed88a720692f815 (patch)
treec6c4af7de617b7a241455561dab0614d67395db3
parente57128d00c6426a89bbd49fe305de17f8e6c2f5a (diff)
downloadgnuzilla-31.5.0.tar.gz
Version bumped to 31.5.0v31.5.0
-rw-r--r--data/Changelog.IceCat18
-rw-r--r--data/README.IceCat7
-rwxr-xr-xmakeicecat2
3 files changed, 26 insertions, 1 deletions
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 <ruben@gnu.org>
+ * 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 <ruben@gnu.org>
* 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