Skip to content

Commit e86cf8d

Browse files
committed
Prepare for 1.2.1
1 parent c0a7293 commit e86cf8d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

src/Changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.2.1 (2011-10-15)
2+
* Google Cache is broken, remove it from GoogleServices :( :( :(
3+
* Fix for the Google Image Search homepage
4+
* Exclude help.duckduckgo.com:
5+
https://trac.torproject.org/projects/tor/ticket/4399
6+
* Disable Yahoo! Mail:
7+
https://trac.torproject.org/projects/tor/ticket/4441
8+
* Installable on Firefox 10
9+
110
1.2 (2011-10-14)
211
* Fixes: WordPress, Statcounter, Java, Bahn.de, SICS.se
312
* Improvements: use fancy new HTTPS Wikipedia

src/chrome/content/about.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupbox>
2323
<caption label="&https-everywhere.about.version;" />
24-
<label>1.2</label>
24+
<label>1.2.1</label>
2525
</groupbox>
2626

2727
<groupbox>

src/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<em:aboutURL>chrome://https-everywhere/content/about.xul</em:aboutURL>
99
<em:id>https-everywhere@eff.org</em:id>
1010
<em:description>Encrypt the Web! Automatically use HTTPS security on many sites.</em:description>
11-
<em:version>1.2</em:version>
11+
<em:version>1.2.1</em:version>
1212
<em:homepageURL>https://www.eff.org/https-everywhere</em:homepageURL>
1313
<em:optionsURL>chrome://https-everywhere/content/preferences.xul</em:optionsURL>
1414
<em:iconURL>chrome://https-everywhere/skin/https-everywhere.png</em:iconURL>

0 commit comments

Comments
 (0)