OSDN Git Service

update 0.6.2
authorKei Funagayama <kei@karesansui-project.info>
Tue, 16 Jun 2009 08:57:02 +0000 (17:57 +0900)
committerKei Funagayama <kei@karesansui-project.info>
Tue, 16 Jun 2009 08:57:02 +0000 (17:57 +0900)
doc/redhat.spec
tool/sqlite2other.py

index ff664f6..8c67f26 100644 (file)
@@ -1,5 +1,5 @@
 %define name pysilhouette
-%define version 0.6.1
+%define version 0.6.2
 %define release 1
 %define date %(echo `LANG=C date +%%Y%%m%%d%%H%%M%%S`)
 
@@ -137,6 +137,10 @@ fi
 %dir /var/log/%{__app}
 
 %changelog
+* Tue Jun 16 2009 Kei Funagayama <kei@karesansui-project.info> - 0.6.2-1
+- add Database copy command.
+- sqlite time to register with the system, had not added the time zone information.
+
 * Tue May 19 2009 Taizo ITO <taizo@karesansui-project.info> - 0.6.1-1
 - Update version.
 
index b282e9a..2e436de 100755 (executable)
@@ -51,7 +51,7 @@ except ImportError, e:
     print >>sys.stderr, "".join(e.args)
     sys.exit(1)
 
-import warnings    
+import warnings
 from sqlalchemy.exc import SADeprecationWarning
 #warnings.filterwarnings('ignore', category=SADeprecationWarning)
 #warnings.filterwarnings('ignore', category=UserWarning)