[Mathlib-commitlog] SF.net SVN: mathlib:[867] JMathLib/trunk
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-21 19:51:27
|
Revision: 867
http://mathlib.svn.sourceforge.net/mathlib/?rev=867&view=rev
Author: st_mueller
Date: 2009-02-21 19:51:26 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
release 0.9.4
Modified Paths:
--------------
JMathLib/trunk/ChangeLog.txt
JMathLib/trunk/build.xml
JMathLib/trunk/readme_creation_of_distribution.txt
Modified: JMathLib/trunk/ChangeLog.txt
===================================================================
--- JMathLib/trunk/ChangeLog.txt 2009-02-21 19:43:35 UTC (rev 866)
+++ JMathLib/trunk/ChangeLog.txt 2009-02-21 19:51:26 UTC (rev 867)
@@ -1,7 +1,7 @@
ChangeLog of JMathLib
----- Functional Changes: version 0.9.3 -> 0.x.x ------------------------------
+---- Functional Changes: version 0.9.4 -> 0.x.x ------------------------------
New functions:
Updated functions:
@@ -9,6 +9,10 @@
---- HISTORY ------------------------------------------------------------------
2009/02/xx stefan:
+
+---- Functional Changes: version 0.9.0 -> 0.9.4 ------------------------------
+2009/02/21 stefan: generation of release version 0.9.4
+
2009/02/20 stefan: added a new function jmathlibcreateuniqueid
to create a unique ID for the current installation. The
ID will be save in the standard properties.
Modified: JMathLib/trunk/build.xml
===================================================================
--- JMathLib/trunk/build.xml 2009-02-21 19:43:35 UTC (rev 866)
+++ JMathLib/trunk/build.xml 2009-02-21 19:51:26 UTC (rev 867)
@@ -362,8 +362,8 @@
</java>
<!-- copy functions list to dist -->
- <copy todir="${dist.dir}/bin/jmathlib">
- <fileset dir="${build.dest}/jmathlib">
+ <copy todir="${dist.dir}/bin">
+ <fileset dir="${build.dest}">
<include name="webFunctionsList.dat"/>
</fileset>
</copy>
Modified: JMathLib/trunk/readme_creation_of_distribution.txt
===================================================================
--- JMathLib/trunk/readme_creation_of_distribution.txt 2009-02-21 19:43:35 UTC (rev 866)
+++ JMathLib/trunk/readme_creation_of_distribution.txt 2009-02-21 19:51:26 UTC (rev 867)
@@ -37,7 +37,7 @@
- send an email to the list mat...@li...
-- tag all files in SVN with new a new tag "v0_x_x"
+- tag all files in SVN with new a new tag "release_v00_09_xx/"
- wait for user feedback
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|