summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2016-07-27 10:12:08 +0200
committerJan Horak <jhorak@redhat.com>2016-07-27 10:12:08 +0200
commit23a8cffc5449c143534633bc860c1c9f899c20e1 (patch)
tree467982db576af422a921627d1645729af4d2b366
parentAdded async negotiate patch and fixed default prefs to allow using negotiate ... (diff)
downloadlibrewolf-fedora-ff-23a8cffc5449c143534633bc860c1c9f899c20e1.tar.gz
librewolf-fedora-ff-23a8cffc5449c143534633bc860c1c9f899c20e1.tar.bz2
librewolf-fedora-ff-23a8cffc5449c143534633bc860c1c9f899c20e1.zip
Bump release, added changelog for previous change
-rw-r--r--firefox.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 42a2bd4..8b1560d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -82,7 +82,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 48.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -772,6 +772,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Jul 27 2016 Jan Horak <jhorak@redhat.com> - 48.0-2
+- Negotiate authentication is made off the main thread again (mozbz#890908)
+- Fixed default prerefences (rhbz#1349489)
+
* Tue Jul 26 2016 Martin Stransky <stransky@redhat.com> - 48.0-1
- Updated to 48.0
bgstack15