commit 5c32b8bf651de49cc384d9c0227d748c6e7e225f Author: Mike Perry mikeperry-git@fscked.org Date: Wed Dec 14 19:02:24 2011 -0800
Update versions + changelog. --- README.RELEASE | 2 +- src/CHANGELOG | 10 ++++++++++ src/install.rdf | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/README.RELEASE b/README.RELEASE index 3dfaaec..83f238b 100644 --- a/README.RELEASE +++ b/README.RELEASE @@ -5,7 +5,7 @@
#. Decide the version number.
- export VERSION="1.4.3" + export VERSION="1.4.5" vim ./src/install.rdf # edit em:version tag to reflect version
#. Test upgrades of candidate XPI in latest Firefox and TBB product matrix diff --git a/src/CHANGELOG b/src/CHANGELOG index 275d11f..d492635 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,3 +1,13 @@ +1.4.5 + 14 Dec 2011 + * bug 4517: Disable external drag and drop (prevents proxy bypass) + * bug 4099: Disable TLS session tickets to prevent linkability + * bug 4603: Lower HTTP keep-alive timeout to reduce linkability + * bug 4611: Notify user if "New Identity" fails + * bug 4667: Close keep-alive connections on "New Identity" (TBB only) + * bug 4453: Reset SOCKS host and port only when using "recommended settings" + * misc: Perform versioncheck at startup regardless of session restore status + 1.4.4.1 11 Oct 2011 * misc: Fix a homepage load error on Windows TBB first-run diff --git a/src/install.rdf b/src/install.rdf index 34e433c..2067f72 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -6,7 +6,7 @@ em:nameTorbutton</em:name> em:creatorMike Perry & Kory Kirk</em:creator> em:id{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}</em:id> - em:version1.4.5pre</em:version> + em:version1.4.5</em:version> em:homepageURLhttps://www.torproject.org/torbutton/</em:homepageURL> em:optionsURLchrome://torbutton/content/preferences.xul</em:optionsURL> em:iconURLchrome://torbutton/skin/tor.png</em:iconURL>
tor-commits@lists.torproject.org