commit 660110af409d06dcadc4cb198b9513e9da4d4bad Author: Arlo Breault arlolra@gmail.com Date: Wed Jun 8 10:05:19 2016 -0700
Bump tags to THUNDERBIRD_45_1_1_RELEASE --- ChangeLog | 4 ++-- projects/instantbird/config | 2 +- projects/mozilla/config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 2093f0c..2505d5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Tor Messenger 0.1.0b7 -- * All Platforms - * Use the THUNDERBIRD_45_1_0_RELEASE tag on mozilla-esr45 - * Use the THUNDERBIRD_45_1_0_RELEASE tag on comm-esr45 + * Use the THUNDERBIRD_45_1_1_RELEASE tag on mozilla-esr45 + * Use the THUNDERBIRD_45_1_1_RELEASE tag on comm-esr45 * Bug 19053: Display plaintext in notifications * ctypes-otr * GH 66: Provide functionality for adding verified fingerprints (patch by Vu Quoc Huy) diff --git a/projects/instantbird/config b/projects/instantbird/config index 3b4a650..d6c3a2b 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_1_0_RELEASE +hg_hash: THUNDERBIRD_45_1_1_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 59ee866..653fb7a 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_1_0_RELEASE +hg_hash: THUNDERBIRD_45_1_1_RELEASE src: | #!/bin/sh set -e
tor-commits@lists.torproject.org