From aaef71d4b25040c8288e48b38bb49c78e91b04a4 Mon Sep 17 00:00:00 2001 From: huhamhire Date: Mon, 3 Mar 2014 21:34:19 +0800 Subject: [PATCH 1/2] use https to fetch data file update --- network.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/network.conf b/network.conf index a3220a8..6152f8b 100644 --- a/network.conf +++ b/network.conf @@ -1,19 +1,19 @@ [Google Code] label = GC server = huhamhire-hosts.googlecode.com -update = http://huhamhire-hosts.googlecode.com/git-history/gh-pages/update/ +update = https://huhamhire-hosts.googlecode.com/git-history/gh-pages/update/ [Sourceforge] label = SF -server = master.dl.sourceforge.net -update = http://master.dl.sourceforge.net/project/huhamhirehosts/update/ +server = hivelocity.dl.sourceforge.net +update = http://hivelocity.dl.sourceforge.net/project/huhamhirehosts/update/ [Github] label = GITHUB server = github.com -update = http://huhamhire.github.com/huhamhire-hosts/update/ +update = https://huhamhire.github.com/huhamhire-hosts/update/ [Seattle] label = SEA server = hosts.huhamhire.com -update = http://hosts.huhamhire.com/update/ +update = https://hosts.huhamhire.com/update/ From 87d931c86ee9f028e81df0ee4d2dc0315f0e457c Mon Sep 17 00:00:00 2001 From: huhamhire Date: Tue, 4 Mar 2014 21:49:07 +0800 Subject: [PATCH 2/2] update to 1.9.8 second edition --- __version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__version__.py b/__version__.py index cf7cba5..3f6db86 100644 --- a/__version__.py +++ b/__version__.py @@ -14,6 +14,6 @@ # PURPOSE. # ===================================================================== -__version__ = "1.9.8" +__version__ = "1.9.8-SE" __release__ = "beta" __revision__ = "$Id$" \ No newline at end of file