Merge branch 'master' into f23
This commit is contained in:
commit
6a371dffde
@ -472,7 +472,7 @@ diff -up firefox-46.0.1/widget/gtk/gtk3drawing.c.gtk3-20 firefox-46.0.1/widget/g
|
||||
|
||||
- gtk_style_context_get_border(style, 0, &border);
|
||||
- gtk_style_context_get_padding(style, 0, &padding);
|
||||
+ GtkStyleContext* style = gEntry.entry.style;
|
||||
+ style = gEntry.entry.style;
|
||||
+ gtk_style_context_get_border(style, gtk_style_context_get_state(style), &border);
|
||||
+ gtk_style_context_get_padding(style, gtk_style_context_get_state(style), &padding);
|
||||
*focus_h_width = border.left + padding.left;
|
||||
|
708
firefox.spec
708
firefox.spec
@ -85,7 +85,7 @@
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 46.0.1
|
||||
Release: 6%{?pre_tag}%{?dist}
|
||||
Release: 7%{?pre_tag}%{?dist}
|
||||
URL: https://www.mozilla.org/firefox/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
@ -791,6 +791,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon May 23 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-7
|
||||
- Rebuilt for new bookmarks (rhbz#1338010)
|
||||
- Fixed build issue in Gtk3.20 patch
|
||||
|
||||
* Fri May 20 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-6
|
||||
- Updated Gtk3.20 patch - fixed tooltips
|
||||
|
||||
@ -930,705 +934,3 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
* Mon Jan 4 2016 Martin Stransky <stransky@redhat.com> - 43.0.3-2
|
||||
- Enabled Skia (rhbz#1282134)
|
||||
|
||||
* Tue Dec 29 2015 Martin Stransky <stransky@redhat.com> - 43.0.3-1
|
||||
- Update to 43.0.3
|
||||
|
||||
* Wed Dec 16 2015 Martin Stransky <stransky@redhat.com> - 43.0-3
|
||||
- fix for Gtk3.19 (rhbz#1286953)
|
||||
|
||||
* Thu Dec 10 2015 Martin Stransky <stransky@redhat.com> - 43.0-1
|
||||
- Update to 43.0
|
||||
|
||||
* Mon Dec 7 2015 Martin Stransky <stransky@redhat.com> - 42.0-5
|
||||
- Removed nspluginwrapper support (rhbz#1289053)
|
||||
|
||||
* Tue Dec 1 2015 Tom Callaway <spot@fedoraproject.org> - 42.0-4
|
||||
- rebuild for libvpx 1.5.0
|
||||
|
||||
* Wed Nov 4 2015 Thierry Vignaud <thierry.vignaud@gmail.com> - 42.0-3
|
||||
- Use pkgconfig for BuildRequires where possible
|
||||
|
||||
* Thu Oct 29 2015 Martin Stransky <stransky@redhat.com> - 42.0-2
|
||||
- Update to 42.0
|
||||
|
||||
* Thu Oct 15 2015 Petr Jasicek <pjasicek@redhat.com> - 41.0.2-2
|
||||
- Added private browsing action to desktop file - rhbz#1262564
|
||||
|
||||
* Thu Oct 15 2015 Martin Stransky <stransky@redhat.com> - 41.0.2-1
|
||||
- Update to 41.0.2
|
||||
|
||||
* Wed Sep 30 2015 Martin Stransky <stransky@redhat.com> - 41.0.1-2
|
||||
- Update to 41.0.1 Build 2
|
||||
- Enable Xinput2 (mozbz#1207973)
|
||||
|
||||
* Fri Sep 25 2015 Martin Stransky <stransky@redhat.com> - 41.0-6
|
||||
- Rebuilt for old sqlite which is available in updates
|
||||
|
||||
* Thu Sep 24 2015 Martin Stransky <stransky@redhat.com> - 41.0-5
|
||||
- Explicitly add "layers.use-image-offscreen-surfaces" config key
|
||||
to allow to experiment with that.
|
||||
|
||||
* Tue Sep 22 2015 Martin Stransky <stransky@redhat.com> - 41.0-4
|
||||
- Added OMTC stability patches (mozbz#1180971, mozbz#1190935)
|
||||
|
||||
* Thu Sep 17 2015 Martin Stransky <stransky@redhat.com> - 41.0-3
|
||||
- Update to 40.0 Build 3
|
||||
|
||||
* Tue Sep 15 2015 Martin Stransky <stransky@redhat.com> - 41.0-2
|
||||
- Enabled OMTC
|
||||
- Disabled system cairo
|
||||
|
||||
* Tue Sep 15 2015 Martin Stransky <stransky@redhat.com> - 41.0-1
|
||||
- Update to 40.0 Build 1
|
||||
|
||||
* Thu Sep 3 2015 Martin Stransky <stransky@redhat.com> - 40.0.3-3
|
||||
- Removed the dom.ipc.plugins.asyncInit hack, it's already in tarball
|
||||
|
||||
* Wed Sep 2 2015 Martin Stransky <stransky@redhat.com> - 40.0.3-2
|
||||
- ppc64le build fix
|
||||
|
||||
* Thu Aug 27 2015 Martin Stransky <stransky@redhat.com> - 40.0.3-1
|
||||
- Updated to latest upstream (40.0.3)
|
||||
|
||||
* Wed Aug 26 2015 Martin Stransky <stransky@redhat.com> - 40.0-10
|
||||
- Added a fix for mozbz#1127752 (rhbz#1256875) - Gtk3&OMTC crashes
|
||||
|
||||
* Tue Aug 25 2015 Martin Stransky <stransky@redhat.com> - 40.0-9
|
||||
- Enabled hardened builds
|
||||
|
||||
* Thu Aug 20 2015 Martin Stransky <stransky@redhat.com> - 40.0-7
|
||||
- Enabled pie - rhbz#1246287
|
||||
|
||||
* Thu Aug 20 2015 Petr Jasicek <pjasicek@redhat.com> - 40.0-6
|
||||
- Fix crash reporter layout under GTK3 - mozbz#1192243
|
||||
|
||||
* Wed Aug 19 2015 Martin Stransky <stransky@redhat.com> - 40.0-5
|
||||
- Disable async addons init - mozbz#1196000
|
||||
|
||||
* Wed Aug 12 2015 Jan Horak <jhorak@redhat.com> - 40.0-4
|
||||
- Workaround for reported crashes (layers.offmainthreadcomposition.enabled set to false)
|
||||
|
||||
* Tue Aug 11 2015 Jan Horak <jhorak@redhat.com> - 40.0-3
|
||||
- Update to 40.0 Build 5
|
||||
|
||||
* Fri Aug 07 2015 Martin Stransky <stransky@redhat.com> - 40.0-2
|
||||
- Patches updated (GtkEntry padding patch, toolbar button patch)
|
||||
|
||||
* Fri Aug 07 2015 Martin Stransky <stransky@redhat.com> - 40.0-1
|
||||
- Update to 40.0 Build 4
|
||||
|
||||
* Thu Aug 06 2015 Martin Stransky <stransky@redhat.com> - 39.0.3-1
|
||||
- Updated to 39.0.3
|
||||
|
||||
* Mon Jul 06 2015 Martin Stransky <stransky@redhat.com> - 39.0-8
|
||||
- Added a fix for rhbz#1240259 - Firefox 39 does not open
|
||||
home page but "restore session"
|
||||
|
||||
* Thu Jul 02 2015 Martin Stransky <stransky@redhat.com> - 39.0-6
|
||||
- Added symbolic (high contrast) icon
|
||||
|
||||
* Thu Jun 25 2015 Martin Stransky <stransky@redhat.com> - 39.0-5
|
||||
- Update to 39.0 Build 6
|
||||
- Update nss/nspr versions
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 38.0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Jun 8 2015 Jan Horak <jhorak@redhat.com> - 38.0.5-3
|
||||
- System application picker dialog (mozbz#1129873)
|
||||
|
||||
* Fri Jun 5 2015 Martin Stransky <stransky@redhat.com> - 38.0.5-2
|
||||
- Disabled system colors by default (rhbz#1226489)
|
||||
|
||||
* Wed Jun 3 2015 Jan Horak <jhorak@redhat.com> - 38.0.5-1
|
||||
- Update to 38.0.5
|
||||
|
||||
* Mon Jun 1 2015 Martin Stransky <stransky@redhat.com> - 38.0.1-6
|
||||
- Added fix for rhbz#1226868 - [GTK3] regression: bad colors
|
||||
make notifications unreadable
|
||||
|
||||
* Fri May 29 2015 Martin Stransky <stransky@redhat.com> - 38.0.1-5
|
||||
- Added patch for mozbz#1169233 - Disabled menu items
|
||||
are not greyed out
|
||||
|
||||
* Fri May 29 2015 Martin Stransky <stransky@redhat.com> - 38.0.1-4
|
||||
- Added patch for mozbz#1160154 - huge bookmark padding
|
||||
|
||||
* Tue May 26 2015 Martin Stransky <stransky@redhat.com> - 38.0.1-3
|
||||
- spec clean up
|
||||
|
||||
* Fri May 22 2015 Moez Roy <moez.roy@gmail.com> - 38.0.1-2
|
||||
- Rebuilt with hardening flags so it passes the checksec test;
|
||||
- See also https://fedoraproject.org/wiki/Changes/Harden_All_Packages
|
||||
|
||||
* Mon May 18 2015 Martin Stransky <stransky@redhat.com> - 38.0.1-1
|
||||
- Update to 38.0.1
|
||||
|
||||
* Wed May 13 2015 Martin Stransky <stransky@redhat.com> - 38.0-5
|
||||
- Added patch for mozilla#1144745 - HiDPI Gtk3 fixes
|
||||
|
||||
* Mon May 11 2015 Martin Stransky <stransky@redhat.com> - 38.0-4
|
||||
- Update to 38.0 Build 3
|
||||
- Added fix for rhbz#1219542
|
||||
|
||||
* Wed May 6 2015 Martin Stransky <stransky@redhat.com> - 38.0-2
|
||||
- Added fix for mozbz#1161056 - combobox background color
|
||||
|
||||
* Tue May 5 2015 Martin Stransky <stransky@redhat.com> - 38.0-1
|
||||
- Update to 38.0 Build 2
|
||||
|
||||
* Wed Apr 22 2015 Martin Stransky <stransky@redhat.com> - 37.0.2-3
|
||||
- Fedora-bookmarks rebuild (rhbz#1210474)
|
||||
|
||||
* Thu Apr 16 2015 Martin Stransky <stransky@redhat.com> - 37.0.2-2
|
||||
- Update to 37.0.2
|
||||
|
||||
* Tue Apr 7 2015 Martin Stransky <stransky@redhat.com> - 37.0.1-2
|
||||
- Fixed debug builds
|
||||
|
||||
* Tue Apr 7 2015 Martin Stransky <stransky@redhat.com> - 37.0.1-1
|
||||
- Update to 37.0.1
|
||||
|
||||
* Mon Apr 6 2015 Tom Callaway <spot@fedoraproject.org> - 37.0-4
|
||||
- rebuild for libvpx 1.4.0
|
||||
|
||||
* Tue Mar 31 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 37.0-3
|
||||
- Fix build on AArch64 (based on upstream skia changes)
|
||||
|
||||
* Fri Mar 27 2015 Martin Stransky <stransky@redhat.com> - 37.0-2
|
||||
- Added tooltip patch (mozbz#1144643)
|
||||
|
||||
* Fri Mar 27 2015 Martin Stransky <stransky@redhat.com> - 37.0-1
|
||||
- Update to 37.0 Build 2
|
||||
|
||||
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 36.0.4-2
|
||||
- Add an AppData file for the software center
|
||||
|
||||
* Sat Mar 21 2015 Martin Stransky <stransky@redhat.com> - 36.0.4-1
|
||||
- Update to 36.0.4
|
||||
|
||||
* Fri Mar 20 2015 Martin Stransky <stransky@redhat.com> - 36.0.3-1
|
||||
- Update to 36.0.3
|
||||
|
||||
* Tue Mar 17 2015 Martin Stransky <stransky@redhat.com> - 36.0.1-6
|
||||
- Fixed rhbz#1201527 - [GTK3] Scrollbars in Firefox
|
||||
are not consistent with the rest of the desktop
|
||||
|
||||
* Tue Mar 10 2015 Martin Stransky <stransky@redhat.com> - 36.0.1-5
|
||||
- Arm build fix
|
||||
|
||||
* Mon Mar 9 2015 Jan Horak <jhorak@redhat.com> - 36.0.1-1
|
||||
- Update to 36.0.1
|
||||
|
||||
* Fri Mar 6 2015 Martin Stransky <stransky@redhat.com> - 36.0-4
|
||||
- ppc64le build fix
|
||||
|
||||
* Thu Mar 5 2015 Martin Stransky <stransky@redhat.com> - 36.0-3
|
||||
- Added back the removed "-remote" option
|
||||
- Fixed rhbz#1198965 - mozilla-xremote-client has been removed,
|
||||
langpack installation may be broken
|
||||
|
||||
* Tue Mar 3 2015 Martin Stransky <stransky@redhat.com> - 36.0-2
|
||||
- Enable Skia for all arches (rhbz#1197007)
|
||||
|
||||
* Fri Feb 20 2015 Jan Horak <jhorak@redhat.com> - 36.0-1
|
||||
- Update to 36.0
|
||||
|
||||
* Mon Feb 9 2015 Martin Stransky <stransky@redhat.com> - 35.0.1-5
|
||||
- Fixed rhbz#1190774 - update usear agent string for Fedora
|
||||
|
||||
* Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 35.0.1-4
|
||||
- Bump for rebuild.
|
||||
|
||||
* Tue Jan 27 2015 Martin Stransky <stransky@redhat.com> - 35.0.1-3
|
||||
- Backed out the flash click-to-play setup
|
||||
|
||||
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 35.0.1-2
|
||||
- rebuild for ICU 54.1
|
||||
|
||||
* Fri Jan 23 2015 Martin Stransky <stransky@redhat.com> - 35.0.1-1
|
||||
- New upstream version
|
||||
|
||||
* Thu Jan 22 2015 Martin Stransky <stransky@redhat.com> - 35.0-7
|
||||
- Updated hiDPI patch to upstream version (mozbz#975919)
|
||||
|
||||
* Thu Jan 22 2015 Martin Stransky <stransky@redhat.com> - 35.0-6
|
||||
- Disabled flash by default because of 0day live flash exploit
|
||||
(see https://isc.sans.edu/diary/Flash+0-Day+Exploit+Used+by+Angler+Exploit+Kit/19213)
|
||||
|
||||
* Mon Jan 19 2015 Martin Stransky <stransky@redhat.com> - 35.0-5
|
||||
- Enable release build config
|
||||
- Gtk3 - added patch for HiDPI support (mozbz#975919)
|
||||
|
||||
* Mon Jan 19 2015 Martin Stransky <stransky@redhat.com> - 35.0-4
|
||||
- Gtk3 - fixed tabs rendering
|
||||
|
||||
* Wed Jan 14 2015 Martin Stransky <stransky@redhat.com> - 35.0-3
|
||||
- Gtk3 - replaced obsoleted focus properties
|
||||
- Make start.fedoraproject.org the homepage
|
||||
|
||||
* Mon Jan 12 2015 Martin Stransky <stransky@redhat.com> - 35.0-2
|
||||
- Update to 35.0 Build 3
|
||||
- Gtk3 - added fix for button/entry box sizes
|
||||
- Gtk3 - added fix for button/entry focus sizes
|
||||
- Spec clean-up (by moez.roy@gmail.com)
|
||||
|
||||
* Tue Jan 6 2015 Martin Stransky <stransky@redhat.com> - 35.0-1
|
||||
- Update to 35.0 Build 1
|
||||
|
||||
* Mon Jan 5 2015 Martin Stransky <stransky@redhat.com> - 34.0-12
|
||||
- Fixed rhbz#1014858 - GLib-CRITICAL **: g_slice_set_config:
|
||||
assertion `sys_page_size == 0' failed
|
||||
|
||||
* Fri Jan 2 2015 Martin Stransky <stransky@redhat.com> - 34.0-11
|
||||
- Build with system jpeg on rawhide
|
||||
- Updated ATK patch for gtk3
|
||||
|
||||
* Tue Dec 23 2014 Martin Stransky <stransky@redhat.com> - 34.0-9
|
||||
- Added fix for rhbz#1173156 - Native NTLM authentication
|
||||
on Linux unsupported
|
||||
- Added fix for rhbz#1170109 - data corruption bug on armhfp
|
||||
|
||||
* Sat Dec 13 2014 Martin Stransky <stransky@redhat.com> - 34.0-8
|
||||
- Gtk3 - Workaround for Firefox freeze when accessibility is enabled
|
||||
|
||||
* Fri Dec 12 2014 Martin Stransky <stransky@redhat.com> - 34.0-7
|
||||
- Added fix for mozbz#1097592 - Firefox freeze in Gtk3
|
||||
|
||||
* Thu Dec 11 2014 Martin Stransky <stransky@redhat.com> - 34.0-6
|
||||
- Disabled Gtk3 on Fedora 21 and earlier (rhbz#1172926)
|
||||
|
||||
* Wed Dec 10 2014 Martin Stransky <stransky@redhat.com> - 34.0-5
|
||||
- Disabled flash plugin instllation pop-up (mozbz#1108645)
|
||||
|
||||
* Mon Dec 8 2014 Jiri Vanek <jvanek@redhat.com> - 34.0-4
|
||||
- added and applied patch218, java-plugin-url.patch
|
||||
- fixed url for java plugin installation guide
|
||||
- resolves rhbz#979985
|
||||
|
||||
* Mon Dec 8 2014 Martin Stransky <stransky@redhat.com> - 34.0-3
|
||||
- Gtk3 flash plugin fix (rhbz#1171457)
|
||||
- Gtk3 theme fixes
|
||||
|
||||
* Wed Dec 3 2014 Jan Horak <jhorak@redhat.com> - 34.0-2
|
||||
- Fix for mozbz#1097550 - wrong default dictionary
|
||||
|
||||
* Mon Dec 1 2014 Martin Stransky <stransky@redhat.com> - 34.0-1
|
||||
- Update to 34.0 build 2
|
||||
|
||||
* Thu Nov 13 2014 Martin Stransky <stransky@redhat.com> - 33.1-2
|
||||
- Disabled downloads non-free OpenH264 blob on first start
|
||||
(rhbz#1155499)
|
||||
|
||||
* Tue Nov 11 2014 Martin Stransky <stransky@redhat.com> - 33.1-1
|
||||
- Update to 33.1 build 3
|
||||
|
||||
* Mon Nov 10 2014 Martin Stransky <stransky@redhat.com> - 33.0-5
|
||||
- Fixed rhbz#1161110 - /usr/bin/firefox should not mess with TMPDIR
|
||||
|
||||
* Tue Nov 4 2014 Martin Stransky <stransky@redhat.com> - 33.0-4
|
||||
- Do not use system libjpeg-turbo on rawhide
|
||||
|
||||
* Mon Nov 3 2014 Martin Stransky <stransky@redhat.com> - 33.0-3
|
||||
- Added Gtk3 support
|
||||
|
||||
* Wed Oct 15 2014 Martin Stransky <stransky@redhat.com> - 33.0-2
|
||||
- Added patches from mozbz#858919
|
||||
|
||||
* Tue Oct 14 2014 Martin Stransky <stransky@redhat.com> - 33.0-1
|
||||
- Update to 33.0 build 2
|
||||
|
||||
* Fri Sep 19 2014 Jan Horak <jhorak@redhat.com> - 32.0.2-2
|
||||
- Added support for Mozilla tests
|
||||
|
||||
* Thu Sep 18 2014 Martin Stransky <stransky@redhat.com> - 32.0.2-1
|
||||
- Update to 32.0.2 build 1
|
||||
|
||||
* Tue Sep 16 2014 Martin Stransky <stransky@redhat.com> - 32.0.1-2
|
||||
- disable baseline JIT on i686 (rhbz#1047079)
|
||||
|
||||
* Mon Sep 15 2014 Martin Stransky <stransky@redhat.com> - 32.0.1-1
|
||||
- Update to 32.0.1 build 2
|
||||
- Patch from rhbz#1140157
|
||||
|
||||
* Wed Sep 10 2014 Jan Horak <jhorak@redhat.com> - 32.0-2
|
||||
- Fix for geolocation API (rhbz#1063739)
|
||||
|
||||
* Tue Aug 26 2014 Martin Stransky <stransky@redhat.com> - 32.0-1
|
||||
- Update to 32.0 build 1
|
||||
|
||||
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 31.0-4
|
||||
- rebuild for ICU 53.1
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 31.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Wed Jul 30 2014 Martin Stransky <stransky@redhat.com> - 31.0-2
|
||||
- Added patch for mozbz#858919
|
||||
|
||||
* Thu Jul 17 2014 Martin Stransky <stransky@redhat.com> - 31.0-1
|
||||
- Update to 31.0 build 2
|
||||
|
||||
* Wed Jun 11 2014 Martin Stransky <stransky@redhat.com> - 30.0-4
|
||||
- Updated NSPR version
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 30.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu Jun 5 2014 Martin Stransky <stransky@redhat.com> - 30.0-2
|
||||
- Enable gstreamer 1.0
|
||||
|
||||
* Wed Jun 4 2014 Martin Stransky <stransky@redhat.com> - 30.0-1
|
||||
- Update to 30.0 build 1
|
||||
|
||||
* Fri May 23 2014 Martin Stransky <stransky@redhat.com> - 29.0.1-5
|
||||
- Added a build fix for ppc64 - rhbz#1100495
|
||||
|
||||
* Tue May 20 2014 Martin Stransky <stransky@redhat.com> - 29.0.1-4
|
||||
- Enabled necko-wifi
|
||||
|
||||
* Thu May 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 29.0.1-3
|
||||
- Add upstream patches for aarch64 support
|
||||
|
||||
* Thu May 15 2014 Martin Stransky <stransky@redhat.com> - 29.0.1-2
|
||||
- Fixed rhbz#1098090 - Enable plugin-container for nspluginwrapper
|
||||
|
||||
* Wed May 14 2014 Martin Stransky <stransky@redhat.com> - 29.0.1-1
|
||||
- Update to 29.0.1
|
||||
|
||||
* Mon Apr 28 2014 Martin Stransky <stransky@redhat.com> - 29.0-5
|
||||
- An updated ppc64le patch (rhbz#1091054)
|
||||
|
||||
* Mon Apr 28 2014 Martin Stransky <stransky@redhat.com> - 29.0-4
|
||||
- Arm build fixes
|
||||
|
||||
* Fri Apr 25 2014 Martin Stransky <stransky@redhat.com> - 29.0-3
|
||||
- Build with system ICU
|
||||
|
||||
* Thu Apr 24 2014 Martin Stransky <stransky@redhat.com> - 29.0-2
|
||||
- Removed unused patch
|
||||
|
||||
* Tue Apr 22 2014 Martin Stransky <stransky@redhat.com> - 29.0-1
|
||||
- Update to 29.0 Build 1
|
||||
|
||||
* Tue Apr 8 2014 Jan Horak <jhorak@redhat.com> - 28.0-4
|
||||
- Support for ppc64le architecture
|
||||
|
||||
* Wed Mar 19 2014 Martin Stransky <stransky@redhat.com> - 28.0-3
|
||||
- Arm build fix
|
||||
|
||||
* Wed Mar 19 2014 Martin Stransky <stransky@redhat.com> - 28.0-2
|
||||
- NSS version up, disable arm for now
|
||||
|
||||
* Tue Mar 18 2014 Martin Stransky <stransky@redhat.com> - 28.0-1
|
||||
- Update to 28.0
|
||||
|
||||
* Thu Mar 6 2014 Martin Stransky <stransky@redhat.com> - 27.0.1-2
|
||||
- Removed needless build patch
|
||||
|
||||
* Mon Feb 24 2014 Martin Stransky <stransky@redhat.com> - 27.0.1-1
|
||||
- Update to 27.0.1
|
||||
|
||||
* Mon Feb 3 2014 Martin Stransky <stransky@redhat.com> - 27.0-1
|
||||
- Update to 27.0
|
||||
|
||||
* Thu Jan 30 2014 Jan Horak <jhorak@redhat.com> - 26.0-7
|
||||
- Set default homepage to about:newtab and make start.fedoraproject.org page pinned on it
|
||||
- Disable system cairo because of rhbz#1059076
|
||||
|
||||
* Mon Jan 20 2014 Jan Horak <jhorak@redhat.com> - 26.0-6
|
||||
- Fixed langpack installation
|
||||
|
||||
* Thu Jan 9 2014 Jan Horak <jhorak@redhat.com> - 26.0-5
|
||||
- Build standalone firefox package without dependency on xulrunner
|
||||
|
||||
* Tue Dec 17 2013 Martin Stransky <stransky@redhat.com> - 26.0-4
|
||||
- Added fix for rhbz#1007603 - NSS and cert9 (sql): firefox crash
|
||||
on exit with https-everywhere installed (edit)
|
||||
|
||||
* Fri Dec 13 2013 Martin Stransky <stransky@redhat.com> - 26.0-3
|
||||
- Build with -Werror=format-security (rhbz#1037063)
|
||||
|
||||
* Mon Dec 9 2013 Martin Stransky <stransky@redhat.com> - 26.0-2
|
||||
- Update to 26.0 Build 2
|
||||
|
||||
* Wed Oct 30 2013 Martin Stransky <stransky@redhat.com> - 25.0-3
|
||||
- Update to 25.0 Build 3
|
||||
|
||||
* Thu Oct 24 2013 Martin Stransky <stransky@redhat.com> - 25.0-2
|
||||
- Fixed xulrunner dependency
|
||||
|
||||
* Thu Oct 24 2013 Martin Stransky <stransky@redhat.com> - 25.0-1
|
||||
- Update to 25.0 Build 2
|
||||
|
||||
* Thu Oct 17 2013 Martin Stransky <stransky@redhat.com> - 24.0-2
|
||||
- Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox
|
||||
|
||||
* Fri Sep 13 2013 Martin Stransky <stransky@redhat.com> - 24.0-1
|
||||
- Update to 24.0
|
||||
|
||||
* Tue Sep 3 2013 Jan Horak <jhorak@redhat.com> - 23.0.1-5
|
||||
- Fixing rhbz#1003691
|
||||
|
||||
* Fri Aug 30 2013 Martin Stransky <stransky@redhat.com> - 23.0.1-3
|
||||
- Spec tweak (rhbz#991493)
|
||||
|
||||
* Fri Aug 30 2013 Jan Horak <jhorak@redhat.com> - 23.0.1-2
|
||||
- Homepage moved to pref file
|
||||
- Fixed migration from F18 -> F19 (rhbz#976420)
|
||||
|
||||
* Mon Aug 19 2013 Jan Horak <jhorak@redhat.com> - 23.0.1-1
|
||||
- Update to 23.0.1
|
||||
|
||||
* Mon Aug 5 2013 Martin Stransky <stransky@redhat.com> - 23.0-1
|
||||
- Updated to latest upstream (23.0 Build 2)
|
||||
|
||||
* Thu Jul 25 2013 Martin Stransky <stransky@redhat.com> - 22.0-3
|
||||
- Fixed rhbz#988363 - firefox-redhat-default-prefs.js is not used
|
||||
|
||||
* Fri Jun 28 2013 Jan Horak <jhorak@redhat.com> - 22.0-2
|
||||
- Fixed crashreporter for third arch
|
||||
|
||||
* Fri Jun 21 2013 Martin Stransky <stransky@redhat.com> - 22.0-1
|
||||
- Updated to latest upstream (22.0)
|
||||
|
||||
* Thu Jun 13 2013 Jan Horak <jhorak@redhat.com> - 21.0-5
|
||||
- Enable Mozilla crash report tool
|
||||
|
||||
* Thu May 23 2013 Jan Horak <jhorak@redhat.com> - 21.0-4
|
||||
- Do not override user defined TMPDIR variable
|
||||
|
||||
* Thu May 16 2013 Martin Stransky <stransky@redhat.com> - 21.0-3
|
||||
- Fixed extension compatibility dialog (rhbz#963422)
|
||||
|
||||
* Wed May 15 2013 Martin Stransky <stransky@redhat.com> - 21.0-2
|
||||
- Keep compatibility with old preference dir
|
||||
|
||||
* Tue May 14 2013 Martin Stransky <stransky@redhat.com> - 21.0-1
|
||||
- Updated to latest upstream (21.0)
|
||||
|
||||
* Thu May 9 2013 Martin Stransky <stransky@redhat.com> - 20.0-5
|
||||
- Removed firstrun page (rhbz#864793)
|
||||
- Made zip/unzip quiet in langpacks processing
|
||||
|
||||
* Thu Apr 18 2013 Martin Stransky <stransky@redhat.com> - 20.0-4
|
||||
- Updated xulrunner check
|
||||
|
||||
* Thu Apr 18 2013 Martin Stransky <stransky@redhat.com> - 20.0-3
|
||||
- Added a workaround for rhbz#907424 - textarea redrawn wrongly
|
||||
during edit
|
||||
|
||||
* Thu Apr 18 2013 Jan Horak <jhorak@redhat.com> - 20.0-2
|
||||
- Updated manual page
|
||||
|
||||
* Mon Apr 1 2013 Martin Stransky <stransky@redhat.com> - 20.0-1
|
||||
- Updated to 20.0
|
||||
|
||||
* Mon Mar 18 2013 Martin Stransky <stransky@redhat.com> - 19.0.2-2
|
||||
- Added fix for mozbz#239254 - local cache dir
|
||||
|
||||
* Mon Mar 11 2013 Jan Horak <jhorak@redhat.com> - 19.0.2-1
|
||||
- Update to 19.0.2
|
||||
|
||||
* Tue Feb 19 2013 Jan Horak <jhorak@redhat.com> - 19.0-1
|
||||
- Update to 19.0
|
||||
|
||||
* Wed Feb 6 2013 Jan Horak <jhorak@redhat.com> - 18.0.2-1
|
||||
- Update to 18.0.2
|
||||
|
||||
* Fri Jan 25 2013 Jan Horak <jhorak@redhat.com> - 18.0.1-1
|
||||
- Update to 18.0.1
|
||||
|
||||
* Wed Jan 9 2013 Martin Stransky <stransky@redhat.com> - 18.0-1
|
||||
- Update to 18.0
|
||||
|
||||
* Tue Dec 18 2012 Martin Stransky <stransky@redhat.com> - 17.0.1-2
|
||||
- Fix bug 878831 - Please enable gfx.color_management.enablev4=true
|
||||
|
||||
* Thu Nov 29 2012 Jan Horak <jhorak@redhat.com> - 17.0.1-1
|
||||
- Update to 17.0.1
|
||||
|
||||
* Mon Nov 19 2012 Martin Stransky <stransky@redhat.com> - 17.0-1
|
||||
- Update to 17.0
|
||||
|
||||
* Thu Nov 15 2012 Martin Stransky <stransky@redhat.com> - 17.0-0.1b6
|
||||
- Update to 17.0 Beta 6
|
||||
|
||||
* Wed Nov 7 2012 Jan Horak <jhorak@redhat.com> - 16.0.2-4
|
||||
- Added duckduckgo.com search engine
|
||||
|
||||
* Thu Nov 1 2012 Jan Horak <jhorak@redhat.com> - 16.0.2-3
|
||||
- Added keywords to desktop file (871900)
|
||||
|
||||
* Tue Oct 30 2012 Martin Stransky <stransky@redhat.com> - 16.0.2-2
|
||||
- Updated man page (#800234)
|
||||
|
||||
* Fri Oct 26 2012 Jan Horak <jhorak@redhat.com> - 16.0.2-1
|
||||
- Update to 16.0.2
|
||||
|
||||
* Thu Oct 11 2012 Martin Stransky <stransky@redhat.com> - 16.0.1-1
|
||||
- Update to 16.0.1
|
||||
|
||||
* Thu Oct 11 2012 Martin Stransky <stransky@redhat.com> - 16.0.1-1
|
||||
- Update to 16.0.1
|
||||
|
||||
* Mon Oct 8 2012 Jan Horak <jhorak@redhat.com> - 16.0-1
|
||||
- Update to 16.0
|
||||
- Use /var/tmp instead of /tmp (rhbz#860814)
|
||||
|
||||
* Tue Sep 11 2012 Jan Horak <jhorak@redhat.com> - 15.0.1-1
|
||||
- Update to 15.0.1
|
||||
|
||||
* Tue Aug 28 2012 Martin Stransky <stransky@redhat.com> - 15.0-2
|
||||
- Added fix for rhbz#851722 - conflict with incompatible xulrunner
|
||||
|
||||
* Mon Aug 27 2012 Martin Stransky <stransky@redhat.com> - 15.0-1
|
||||
- Update to 15.0
|
||||
|
||||
* Wed Aug 22 2012 Dan Horák <dan[at]danny.cz> - 14.0.1-3
|
||||
- add fix for secondary arches from xulrunner
|
||||
|
||||
* Wed Aug 1 2012 Martin Stransky <stransky@redhat.com> - 14.0.1-2
|
||||
- removed StartupWMClass (rhbz#844860)
|
||||
|
||||
* Mon Jul 16 2012 Martin Stransky <stransky@redhat.com> - 14.0.1-1
|
||||
- Update to 14.0.1
|
||||
|
||||
* Tue Jul 10 2012 Martin Stransky <stransky@redhat.com> - 13.0.1-2
|
||||
- Fixed rhbz#707100, rhbz#821169
|
||||
|
||||
* Sat Jun 16 2012 Jan Horak <jhorak@redhat.com> - 13.0.1-1
|
||||
- Update to 13.0.1
|
||||
|
||||
* Tue Jun 5 2012 Martin Stransky <stransky@redhat.com> - 13.0-1
|
||||
- Update to 13.0
|
||||
|
||||
* Tue Apr 24 2012 Martin Stransky <stransky@redhat.com> - 12.0-1
|
||||
- Update to 12.0
|
||||
|
||||
* Thu Mar 15 2012 Martin Stransky <stransky@redhat.com> - 11.0-2
|
||||
- Switched dependency to xulrunner (rhbz#803471)
|
||||
|
||||
* Tue Mar 13 2012 Martin Stransky <stransky@redhat.com> - 11.0-1
|
||||
- Update to 11.0
|
||||
- Fixed rhbz#800622 - make default home page of fedoraproject.org conditional
|
||||
- Fixed rhbz#801796 - enable debug build by some simple way
|
||||
|
||||
* Mon Feb 27 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 10.0.1-2
|
||||
- Add ARM config options to fix compile
|
||||
|
||||
* Thu Feb 9 2012 Jan Horak <jhorak@redhat.com> - 10.0.1-1
|
||||
- Update to 10.0.1
|
||||
|
||||
* Fri Feb 3 2012 Jan Horak <jhorak@redhat.com> - 10.0-2
|
||||
- Fixed rhbz#786983
|
||||
|
||||
* Tue Jan 31 2012 Jan Horak <jhorak@redhat.com> - 10.0-1
|
||||
- Update to 10.0
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Dec 23 2011 Jan Horak <jhorak@redhat.com> - 9.0.1-1
|
||||
- Update to 9.0.1
|
||||
|
||||
* Wed Dec 21 2011 Jan Horak <jhorak@redhat.com> - 9.0-3
|
||||
- Update to 9.0
|
||||
|
||||
* Thu Dec 15 2011 Jan Horak <jhorak@redhat.com> - 9.0-1.beta5
|
||||
- Update to 9.0 Beta 5
|
||||
|
||||
* Tue Nov 15 2011 Martin Stransky <stransky@redhat.com> - 8.0-3
|
||||
- Disabled addon check UI (#753551)
|
||||
|
||||
* Tue Nov 15 2011 Martin Stransky <stransky@redhat.com> - 8.0-2
|
||||
- Temporary workaround for langpacks (#753551)
|
||||
|
||||
* Tue Nov 8 2011 Jan Horak <jhorak@redhat.com> - 8.0-1
|
||||
- Update to 8.0
|
||||
|
||||
* Mon Oct 24 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-3
|
||||
- reverted the desktop file name for Fedora15 & 16
|
||||
|
||||
* Mon Oct 24 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-2
|
||||
- renamed mozilla-firefox.desktop to firefox.desktop (#736558)
|
||||
- nspluginwrapper is not run in plugin-container (#747981)
|
||||
|
||||
* Fri Sep 30 2011 Jan Horak <jhorak@redhat.com> - 7.0.1-1
|
||||
- Update to 7.0.1
|
||||
|
||||
* Tue Sep 27 2011 Jan Horak <jhorak@redhat.com> - 7.0
|
||||
- Update to 7.0
|
||||
|
||||
* Tue Sep 6 2011 Jan Horak <jhorak@redhat.com> - 6.0.2-1
|
||||
- Update to 6.0.2
|
||||
|
||||
* Tue Aug 16 2011 Martin Stransky <stransky@redhat.com> - 6.0-1
|
||||
- Update to 6.0
|
||||
|
||||
* Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> - 5.0-2
|
||||
- Fix an issue with a stray glyph in the window title
|
||||
|
||||
* Tue Jun 21 2011 Martin Stransky <stransky@redhat.com> - 5.0-1
|
||||
- Update to 5.0
|
||||
|
||||
* Tue May 10 2011 Martin Stransky <stransky@redhat.com> - 4.0.1-2
|
||||
- Fixed rhbz#676183 - "firefox -g" is broken
|
||||
|
||||
* Thu Apr 28 2011 Christopher Aillon <caillon@redhat.com> - 4.0.1-1
|
||||
- Update to 4.0.1
|
||||
|
||||
* Thu Apr 21 2011 Christopher Aillon <caillon@redhat.com> - 4.0-4
|
||||
- Spec file cleanups
|
||||
|
||||
* Mon Apr 4 2011 Christopher Aillon <caillon@redhat.com> - 4.0-3
|
||||
- Updates for NetworkManager 0.9
|
||||
- Updates for GNOME 3
|
||||
|
||||
* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 4.0-2
|
||||
- Rebuild
|
||||
|
||||
* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 4.0-1
|
||||
- Firefox 4
|
||||
|
||||
* Fri Mar 18 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.21
|
||||
- Firefox 4.0 RC 2
|
||||
|
||||
* Thu Mar 17 2011 Jan Horak <jhorak@redhat.com> - 4.0-0.20
|
||||
- Rebuild against xulrunner with disabled gnomevfs and enabled gio
|
||||
|
||||
* Wed Mar 9 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.19
|
||||
- Firefox 4.0 RC 1
|
||||
|
||||
* Sat Feb 26 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.18b12
|
||||
- Switch to using the omni chrome file format
|
||||
|
||||
* Fri Feb 25 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.17b12
|
||||
- Firefox 4.0 Beta 12
|
||||
|
||||
* Thu Feb 10 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.16b11
|
||||
- Update gecko-{libs,devel} requires
|
||||
|
||||
* Tue Feb 08 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.15b11
|
||||
- Firefox 4.0 Beta 11
|
||||
|
||||
* Mon Feb 07 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.14b10
|
||||
- Bring back the default browser check
|
||||
|
||||
* Tue Jan 25 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.13b10
|
||||
- Firefox 4.0 Beta 10
|
||||
|
||||
* Fri Jan 14 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.12b9
|
||||
- Firefox 4.0 Beta 9
|
||||
|
||||
* Thu Jan 6 2011 Dan Horák <dan[at]danny.cz> - 4.0-0.11b8
|
||||
- disable ipc on non-x86 arches to match xulrunner
|
||||
|
||||
* Thu Jan 6 2011 Martin Stransky <stransky@redhat.com> - 4.0-0.10b8
|
||||
- application.ini permission check fix
|
||||
|
||||
* Thu Jan 6 2011 Martin Stransky <stransky@redhat.com> - 4.0-0.9b8
|
||||
- Fixed rhbz#667477 - broken launch script
|
||||
|
||||
* Tue Jan 4 2011 Martin Stransky <stransky@redhat.com> - 4.0-0.8b8
|
||||
- Fixed rhbz#664877 - Cannot read application.ini
|
||||
|
Loading…
Reference in New Issue
Block a user