mailr28068 - /trunk/docs/devel/Release_Checklist


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 20, 2015 - 09:45:
Author: bugman
Date: Tue Oct 20 09:45:40 2015
New Revision: 28068

URL: http://svn.gna.org/viewcvs/relax?rev=28068&view=rev
Log:
Updated the minfx and bmrblib versions in the release checklist document to 
1.0.12 and 1.0.4.

This is to remove the numpy FutureWarning messages about the '== None' and 
'=! None' comparisons to
numpy data structures, which in the future will change in behaviour.


Modified:
    trunk/docs/devel/Release_Checklist

Modified: trunk/docs/devel/Release_Checklist
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/devel/Release_Checklist?rev=28068&r1=28067&r2=28068&view=diff
==============================================================================
--- trunk/docs/devel/Release_Checklist  (original)
+++ trunk/docs/devel/Release_Checklist  Tue Oct 20 09:45:40 2015
@@ -67,8 +67,8 @@
 
 Bundle minfx and bmrblib by checking out the latest stable release tags, for 
example:
 
-$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/minfx/tags/1.0.11/minfx
-$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/bmrblib/tags/1.0.3/bmrblib
+$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/minfx/tags/1.0.12/minfx
+$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/bmrblib/tags/1.0.4/bmrblib
 
 
 Source files
@@ -104,16 +104,16 @@
 
 $ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/relax/tags/3.3.2
 $ cd 3.3.2
-$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/minfx/tags/1.0.11/minfx
-$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/bmrblib/tags/1.0.3/bmrblib
+$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/minfx/tags/1.0.12/minfx
+$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/bmrblib/tags/1.0.4/bmrblib
 $ scons binary_dist key=xxxxx
 
 Or:
 
 $ svn co http://svn.gna.org/svn/relax/tags/3.3.2
 $ cd 3.3.2
-$ svn co http://svn.gna.org/svn/minfx/tags/1.0.11/minfx
-$ svn co http://svn.gna.org/svn/bmrblib/tags/1.0.3/bmrblib
+$ svn co http://svn.gna.org/svn/minfx/tags/1.0.12/minfx
+$ svn co http://svn.gna.org/svn/bmrblib/tags/1.0.4/bmrblib
 $ scons binary_dist
 
 




Related Messages


Powered by MHonArc, Updated Tue Oct 20 11:00:09 2015