Author: johnnyg

Revision: 5869

Log:
        Fix typo, update plugin info.

Diff:
Modified: branches/1.2_RC/deluge/plugins/blocklist/blocklist/detect.py
===================================================================
--- branches/1.2_RC/deluge/plugins/blocklist/blocklist/detect.py        
2009-10-24 19:49:20 UTC (rev 5868)
+++ branches/1.2_RC/deluge/plugins/blocklist/blocklist/detect.py        
2009-10-25 13:42:11 UTC (rev 5869)
@@ -39,7 +39,7 @@
 COMPRESSION_TYPES = {
     "PK" : "Zip",
     "\x1f\x8b" : "GZip",
-    "BZ" : "BZ ip2"
+    "BZ" : "BZip2"
 }
 
 DECOMPRESSERS = {

Modified: branches/1.2_RC/deluge/plugins/blocklist/setup.py
===================================================================
--- branches/1.2_RC/deluge/plugins/blocklist/setup.py   2009-10-24 19:49:20 UTC 
(rev 5868)
+++ branches/1.2_RC/deluge/plugins/blocklist/setup.py   2009-10-25 13:42:11 UTC 
(rev 5869)
@@ -34,9 +34,9 @@
 from setuptools import setup
 
 __plugin_name__ = "Blocklist"
-__author__ = "Andrew Resch"
-__author_email__ = "[email protected]"
-__version__ = "1.0"
+__author__ = "John Garland"
+__author_email__ = "[email protected]"
+__version__ = "1.2"
 __url__ = "http://deluge-torrent.org";
 __license__ = "GPLv3"
 __description__ = "Download and import IP blocklists"

Modified: trunk/deluge/plugins/blocklist/blocklist/detect.py
===================================================================
--- trunk/deluge/plugins/blocklist/blocklist/detect.py  2009-10-24 19:49:20 UTC 
(rev 5868)
+++ trunk/deluge/plugins/blocklist/blocklist/detect.py  2009-10-25 13:42:11 UTC 
(rev 5869)
@@ -39,7 +39,7 @@
 COMPRESSION_TYPES = {
     "PK" : "Zip",
     "\x1f\x8b" : "GZip",
-    "BZ" : "BZ ip2"
+    "BZ" : "BZip2"
 }
 
 DECOMPRESSERS = {

Modified: trunk/deluge/plugins/blocklist/setup.py
===================================================================
--- trunk/deluge/plugins/blocklist/setup.py     2009-10-24 19:49:20 UTC (rev 
5868)
+++ trunk/deluge/plugins/blocklist/setup.py     2009-10-25 13:42:11 UTC (rev 
5869)
@@ -34,9 +34,9 @@
 from setuptools import setup
 
 __plugin_name__ = "Blocklist"
-__author__ = "Andrew Resch"
-__author_email__ = "[email protected]"
-__version__ = "1.0"
+__author__ = "John Garland"
+__author_email__ = "[email protected]"
+__version__ = "1.2"
 __url__ = "http://deluge-torrent.org";
 __license__ = "GPLv3"
 __description__ = "Download and import IP blocklists"



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to