* Non-blocking queries, hildon-home doesn't hang any more
[ussd-widget] / ussd-widget / build_ussd-widget.py
index 7df6871..d2748c8 100644 (file)
@@ -34,11 +34,11 @@ if __name__ == "__main__":
 #    p.postinstall="""#!/bin/sh
 #""" #Set here your post install script
 
-    version = "0.0.3"
+    version = "0.0.4"
     build = "0" 
-    changeloginformation = "Perl regexp from irmin. Code adoped for threads." 
+    changeloginformation = "Non blocking queries, code cleanup, better interface." 
    
-    dir_name = "src"     
+    dir_name = "src"   
 
     #Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list 
     for root, dirs, files in os.walk(dir_name):