commit 1b8a9ab223c9390fa94ae81a6f4fb63182cbee2f Author: Arlo Breault arlolra@gmail.com Date: Fri Sep 30 20:01:52 2016 -0700
Bump tags to THUNDERBIRD_45_4_0_RELEASE
* Also, fixup the changelog for the previous few commits. --- ChangeLog | 13 +++++++++++-- projects/instantbird/config | 2 +- projects/mozilla/config | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog index e4f5546..164a902 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ +Tor Messenger 0.2.0b3 -- + * All Platforms + * Use the THUNDERBIRD_45_4_0_RELEASE tag on mozilla-esr45 + * Use the THUNDERBIRD_45_4_0_RELEASE tag on comm-esr45 + * Bug 20208: Put conversations on hold by default + * Properly handle incoming xmpp server messages (bugzilla 1246431) + * Mac + * Bug 20206: Avoid prompting to download font "Osaka" + Tor Messenger 0.2.0b2 -- September 06, 2016 * Mac - * Bug 19269: Fix OS X file permissions - * Fix OS X profile when application is not placed in /Applications + * Bug 19269: Fix OS X file permissions + * Fix OS X profile when application is not placed in /Applications
Tor Messenger 0.2.0b1 -- September 02, 2016 * All Platforms diff --git a/projects/instantbird/config b/projects/instantbird/config index e5343af..32cc28c 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' hg_url: https://hg.mozilla.org/releases/comm-esr45/ -hg_hash: THUNDERBIRD_45_3_0_RELEASE +hg_hash: THUNDERBIRD_45_4_0_RELEASE filename: "[% project %]-[% c('version') %]-[% c('var/osname') %]-[% c('var/build_id') %].[% c('var/archive_suffix') %]" remote_docker: 1 var: diff --git a/projects/mozilla/config b/projects/mozilla/config index 2c14535..f88bfa3 100644 --- a/projects/mozilla/config +++ b/projects/mozilla/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' hg_url: https://hg.mozilla.org/releases/mozilla-esr45/ -hg_hash: THUNDERBIRD_45_3_0_RELEASE +hg_hash: THUNDERBIRD_45_4_0_RELEASE src: | #!/bin/sh set -e
tor-commits@lists.torproject.org