diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2008-03-17 18:12:26 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2008-03-17 18:12:26 +0000 |
commit | 67ba4bda3c84d5e7dbd926477f801fedade6dc44 (patch) | |
tree | 16fbb084f0907053d2fb304e68a2f874dd9665fb | |
parent | - Update to latest trunk (2008-03-16) (diff) | |
download | librewolf-fedora-ff-67ba4bda3c84d5e7dbd926477f801fedade6dc44.tar.gz librewolf-fedora-ff-67ba4bda3c84d5e7dbd926477f801fedade6dc44.tar.bz2 librewolf-fedora-ff-67ba4bda3c84d5e7dbd926477f801fedade6dc44.zip |
- Revert to trunk from the 15th to fix crashes on HTTPS sites
-rw-r--r-- | firefox.spec | 7 | ||||
-rw-r--r-- | sources | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index fbb9d12..3ad5ae3 100644 --- a/firefox.spec +++ b/firefox.spec @@ -12,14 +12,14 @@ %define build_langpacks 0 %if ! %{official_branding} -%define cvsdate 20080316 +%define cvsdate 20080315 %define nightly .cvs%{cvsdate} %endif Summary: Mozilla Firefox Web browser Name: firefox Version: 3.0 -Release: 0.43%{?nightly}%{?dist} +Release: 0.44%{?nightly}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -313,6 +313,9 @@ fi #--------------------------------------------------------------------- %changelog +* Mon Mar 17 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.44 +- Revert to trunk from the 15th to fix crashes on HTTPS sites + * Sun Mar 16 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.43 - Update to latest trunk (2008-03-16) @@ -1 +1 @@ -c9e524654747ccfa7ce396244e08e674 mozilla-20080316.tar.bz2 +d5302f5a63f722a4bfb4cb3566c1d70e mozilla-20080315.tar.bz2 |