The branch, frodo has been updated
via 9ae56843640ee9c4f258fe418b4eb0e68b5f8d6f (commit)
from 860a3813577b90ed11b3fd0643a31570f214f0b5 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=9ae56843640ee9c4f258fe418b4eb0e68b5f8d6f
commit 9ae56843640ee9c4f258fe418b4eb0e68b5f8d6f
Author: Martijn Kaijser <[email protected]>
Date: Sun May 25 00:22:37 2014 +0200
[script.common.plugin.cache] 2.2.5
diff --git a/script.common.plugin.cache/addon.xml
b/script.common.plugin.cache/addon.xml
index f939123..dbbbaa8 100644
--- a/script.common.plugin.cache/addon.xml
+++ b/script.common.plugin.cache/addon.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id="script.common.plugin.cache" name="Common plugin cache"
provider-name="TheCollective" version="2.5.4">
+<addon id="script.common.plugin.cache" name="Common plugin cache"
provider-name="TheCollective" version="2.5.5">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
diff --git a/script.common.plugin.cache/changelog.txt
b/script.common.plugin.cache/changelog.txt
index 217ae3c..99a4d2d 100644
--- a/script.common.plugin.cache/changelog.txt
+++ b/script.common.plugin.cache/changelog.txt
@@ -1,3 +1,6 @@
+[B]Version 2.5.5[/B]
+- Fix ascii error with non UTF-8 characters on print statement
+
[B]Version 1.5.2[/B]
- Fixed: Dharma error with sqlite. [mswiege]
- User selectable port on windows
diff --git a/script.common.plugin.cache/lib/StorageServer.py
b/script.common.plugin.cache/lib/StorageServer.py
index 5adb509..dbce8c5 100644
--- a/script.common.plugin.cache/lib/StorageServer.py
+++ b/script.common.plugin.cache/lib/StorageServer.py
@@ -191,7 +191,7 @@ class StorageServer():
def run(self):
self.plugin = "StorageServer-" + self.version
- print self.plugin + " Storage Server starting " + self.path
+ #print self.plugin + " Storage Server starting " + self.path
self._sock_init(True)
if not self._startDB():
-----------------------------------------------------------------------
Summary of changes:
script.common.plugin.cache/addon.xml | 2 +-
script.common.plugin.cache/changelog.txt | 3 +++
script.common.plugin.cache/lib/StorageServer.py | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons