OSDN Git Service

Memo update for version 0.5.6.2
authortoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Tue, 23 Aug 2011 09:59:21 +0000 (09:59 +0000)
committertoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Tue, 23 Aug 2011 09:59:21 +0000 (09:59 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@104 a2be9bc6-48de-4e38-9406-05402d4bc13c

Documents/src/doc_source.html
README
Version
memo.txt
msw-build/molby.iss
wxSources/MyVersion.c
xcode-build/Info.plist
xcode-build/Molby.xcodeproj/project.pbxproj

index 916f85a..07a12ca 100644 (file)
 <div class="centered" lang="en">
 <h1>Molby</h1>
 <h2>An Interactive Molecular Modeling Software<br />with Integrated Ruby Interpreter</h2>
-<h3>Version 0.5.6.1 build 20110803</h3> <!-- version -->
+<h3>Version 0.5.6.2 build 20110823</h3> <!-- version -->
 <h3>Toshi Nagata</h3>
 </div>
 <div class="centered" lang="ja">
 <h1>Molby</h1>
 <h2>対話型分子モデリングソフトウェア<br />(Ruby インタプリタ内蔵)</h2>
-<h3>Version 0.5.6.1 build 20110803</h3> <!-- version -->
+<h3>Version 0.5.6.2 build 20110823</h3> <!-- version -->
 <h3>永田 央</h3>
 </div>
 <hr />
diff --git a/README b/README
index 08e553b..d8a276a 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,7 @@
     An Interactive Molecular Modeling Software
         with Integrated Ruby Interpreter
   
-          Version 0.5.6.1 build 20110803
+          Version 0.5.6.2 build 20110823
 
                   Toshi Nagata
 
diff --git a/Version b/Version
index 01cd5c5..00eb403 100644 (file)
--- a/Version
+++ b/Version
@@ -1,2 +1,2 @@
-version = "0.5.6.1"
-date = "20110803"
+version = "0.5.6.2"
+date = "20110823"
index 09c8e9e..8b6dcf6 100755 (executable)
--- a/memo.txt
+++ b/memo.txt
@@ -247,3 +247,16 @@ RubyDialogFrame のクローズボタンをなくした。
 Frcmod インポート(antechamber/parmchk 後の読み込みを含む)で、原子タイプが一文字のものを正しく読めるように修正。
 GAMESS dat, log ファイルから MO を読み込むように修正。
 
+2011.8.23.
+0.5.6.2.
+
+Gaussian fchk のインポートができなくなっていた (0.5.6.1 で発生)。修正。
+最後にコンパイルした日時を 'About' ダイアログで表示するようにした。
+Amber mdcrd のインポートで、座標が8桁になる時にエラーが発生していたので修正。
+構造最適化で時々クラッシュしていたのを修正。
+
+Fchk import was broken (enbug in 0.5.6.1); fixed.
+Final compile date/time is now shown in the 'About' window.
+Fix mdcrd import to allow coordinates using full 8 digits (like -123.456 or 1234.567).
+Occasional crash during minimization is fixed.
+
index 3e2d39b..5387a11 100755 (executable)
@@ -1,6 +1,6 @@
 [Setup]
 AppName = Molby
-AppVerName = Molby (v0.5.6.1 build 20110803)
+AppVerName = Molby (v0.5.6.2 build 20110823)
 DefaultDirName = {pf}\Molby
 DefaultGroupName = Molby
 UninstallDisplayIcon = {app}\Molby.exe
index 927f731..f0aa424 100644 (file)
@@ -15,5 +15,5 @@
  GNU General Public License for more details.
  */
 
-const char *gVersionString = "v0.5.6.1 build 20110803";
+const char *gVersionString = "v0.5.6.2 build 20110823";
 const char *gCopyrightString = "Copyright (c) 2008-2011 Toshi Nagata";
index 0806293..f05cbe9 100755 (executable)
@@ -36,6 +36,6 @@
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>v0.5.6.1 build 20110803</string>
+       <string>v0.5.6.2 build 20110823</string>
 </dict>
 </plist>
index 3234edb..1856872 100755 (executable)
                E433CE810EC709BD00675985 /* Missing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Missing.h; path = ../MolLib/Missing.h; sourceTree = SOURCE_ROOT; };
                E433CE820EC709BD00675985 /* MolAction.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = MolAction.c; path = ../MolLib/MolAction.c; sourceTree = SOURCE_ROOT; wrapsLines = 1; };
                E433CE830EC709BD00675985 /* MolAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MolAction.h; path = ../MolLib/MolAction.h; sourceTree = SOURCE_ROOT; };
-               E433CE840EC709BD00675985 /* Molecule.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Molecule.c; path = ../MolLib/Molecule.c; sourceTree = SOURCE_ROOT; };
+               E433CE840EC709BD00675985 /* Molecule.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Molecule.c; path = ../MolLib/Molecule.c; sourceTree = SOURCE_ROOT; wrapsLines = 1; };
                E433CE850EC709BD00675985 /* Molecule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Molecule.h; path = ../MolLib/Molecule.h; sourceTree = SOURCE_ROOT; };
                E433CE860EC709BD00675985 /* MolLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MolLib.h; path = ../MolLib/MolLib.h; sourceTree = SOURCE_ROOT; };
                E433CE870EC709BD00675985 /* Object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Object.c; path = ../MolLib/Object.c; sourceTree = SOURCE_ROOT; };