commit c309f832b52b3808809bc722beb08c541263f5e8 Author: Mike Perry mikeperry-git@fscked.org Date: Sat Dec 17 16:35:47 2011 -0800
Update version + changelog. --- README.RELEASE | 2 +- src/CHANGELOG | 4 ++++ src/install.rdf | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.RELEASE b/README.RELEASE index 83f238b..f386760 100644 --- a/README.RELEASE +++ b/README.RELEASE @@ -5,7 +5,7 @@
#. Decide the version number.
- export VERSION="1.4.5" + export VERSION="1.4.5.1" 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 d492635..4c049ae 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,3 +1,7 @@ +1.4.5.1 + 17 Dec 2011 + * bug 4722: Fix ability to drag tabs on Windows (due to #4517) + 1.4.5 14 Dec 2011 * bug 4517: Disable external drag and drop (prevents proxy bypass) diff --git a/src/install.rdf b/src/install.rdf index 2067f72..371d353 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.5</em:version> + em:version1.4.5.1</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