commit 1319ae8e33b4c6ee5ff61e9bb9f87ece14f2636d Author: Sukhbir Singh sukhbir@torproject.org Date: Wed Jun 15 09:49:06 2016 -0400
Update changelog and set version to 0.2.0 --- ChangeLog | 25 +++++++++++++++++++++++-- install.rdf | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index c5b4021..6dfb72f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +0.2.0, + + * Bug 6314: Prevent local timestamp disclosure via Date header + * Bug 6315: Prevent local timestamp disclosure via Message-ID header + * Bug 13721: Fix usage of wrong locale + * Bug 17426: Allow configuration of default email protocol + * Bug 15459: Add support for deterministic XPI generation + * Bug 11387, 13006: Fix non-standard EHLO argument + * Bug 17118: Allow manual account configuration for Gmail with OAuth2 + * Bug 19031: Add and audit support for RSS reader + * Bug 7847: Audit and update support for NNTP + * Bug 10683: Update Thunderbird UI to reflect TorBirdy's state + * Bug 19330: Set secure defaults for outgoing mail servers + * Removed compatibility for older versions of Thunderbird and added support + for Thunderbird 37+. + * Added support for automatic configuration of Riseup email accounts. + * Updated various privacy and security settings (see commit 2bdeffbb for a + list of the changes) + * Update translations for existing languages + * Many thanks to Arthur Edelstein and the Tails Developers for this release + 0.1.4, 09 March 2015 * Fix bug that prevented Thunderbird with TorBirdy 0.1.3 from starting in profiles with more than three IMAP accounts (closes #14099, #13982, @@ -35,10 +56,10 @@ * Korean * Latvian * Norwegian Bokmål - * Norwegian Nynorsk + * Norwegian Nynorsk * Punjabi * Polish - * Portuguese + * Portuguese * Portuguese (Brazil) * Romanian * Russian diff --git a/install.rdf b/install.rdf index ffe53cd..801c7ad 100644 --- a/install.rdf +++ b/install.rdf @@ -4,7 +4,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#%22%3E <Description about="urn:mozilla:install-manifest"> em:idcastironthunderbirdclub@torproject.org</em:id> - em:version0.1.4</em:version> + em:version0.2.0</em:version> em:type2</em:type> em:iconURLchrome://castironthunderbirdclub/skin/images/tor.png</em:iconURL>
tor-commits@lists.torproject.org