- Mozilla Thunderbird 68.3.1

* In dark theme unread messages no longer shown in blue to
  Bugfixes
  * Message navigation with backward and forward buttons did not work
    in some circumstances

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=509
This commit is contained in:
Wolfgang Rosenauer 2019-12-20 22:23:27 +00:00 committed by Git OBS Bridge
parent 82acc8435a
commit 8e55c5b577
4 changed files with 10 additions and 10 deletions

View File

@ -1,14 +1,15 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 20 21:14:53 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de> Fri Dec 20 16:02:55 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
- Mozilla Thunderbird 68.3.1: - Mozilla Thunderbird 68.3.1
* In dark theme unread messages no longer shown in blue t * In dark theme unread messages no longer shown in blue to
distinguish from tagged messages distinguish from tagged messages
* Account setup is now using client side DNS MX lookup instead of * Account setup is now using client side DNS MX lookup instead of
relying on a server relying on a server
Bugfixes
* Searching LDAP address book crashed in some circumstances * Searching LDAP address book crashed in some circumstances
* Message navigation with backward and forward buttons did not * Message navigation with backward and forward buttons did not work
work in some circumstances in some circumstances
* WebExtension toolbar icons were displayed too small * WebExtension toolbar icons were displayed too small
* Calendar: Tasks due today were not listed in bold * Calendar: Tasks due today were not listed in bold
* Calendar: Last day of long-running events was not shown * Calendar: Last day of long-running events was not shown

View File

@ -1,7 +1,7 @@
# #
# spec file for package MozillaThunderbird # spec file for package MozillaThunderbird
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# 2006-2019 Wolfgang Rosenauer <wr@rosenauer.org> # 2006-2019 Wolfgang Rosenauer <wr@rosenauer.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -144,7 +144,7 @@ Source4: tar_stamps
Source6: suse-default-prefs.js Source6: suse-default-prefs.js
Source7: l10n-%{version}.tar.xz Source7: l10n-%{version}.tar.xz
Source9: thunderbird.appdata.xml Source9: thunderbird.appdata.xml
Source14: https://github.com/openSUSE/firefox-scripts/raw/35ade35/create-tar.sh Source14: https://github.com/openSUSE/firefox-scripts/raw/8a54002/create-tar.sh
Source20: https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}%{orig_suffix}/source/%{progname}-%{orig_version}%{orig_suffix}.source.tar.xz.asc Source20: https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}%{orig_suffix}/source/%{progname}-%{orig_version}%{orig_suffix}.source.tar.xz.asc
Source21: https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}/KEY#/mozilla.keyring Source21: https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}/KEY#/mozilla.keyring
# Gecko/Toolkit # Gecko/Toolkit

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:eeba733284720a5476ea8e63c59a6f9df3bdbfe3a80dc24612901228f50f4498 oid sha256:da16edc9ee3c12cb9697bbebc5185fb96068fdd87b9e8fb537ea395e3a32741f
size 28748344 size 28485232

View File

@ -5,7 +5,6 @@ VERSION_SUFFIX=""
PREV_VERSION="68.3.0" PREV_VERSION="68.3.0"
PREV_VERSION_SUFFIX="" PREV_VERSION_SUFFIX=""
#SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr68" RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr68"
RELEASE_TAG="dfeab0e6d5a43c6bcb1575bbdc5c0d018b42df9b" RELEASE_TAG="dfeab0e6d5a43c6bcb1575bbdc5c0d018b42df9b"
RELEASE_TIMESTAMP="20191215232630" RELEASE_TIMESTAMP="20191215232630"