From: <nir...@us...> - 2012-07-24 16:02:28
|
Revision: 10770 http://octave.svn.sourceforge.net/octave/?rev=10770&view=rev Author: nir-krakauer Date: 2012-07-24 16:02:17 +0000 (Tue, 24 Jul 2012) Log Message: ----------- Changed version number bump to higher (2nd) level; turned off autoload Modified Paths: -------------- trunk/octave-forge/main/splines/DESCRIPTION trunk/octave-forge/main/splines/NEWS Modified: trunk/octave-forge/main/splines/DESCRIPTION =================================================================== --- trunk/octave-forge/main/splines/DESCRIPTION 2012-07-24 15:32:47 UTC (rev 10769) +++ trunk/octave-forge/main/splines/DESCRIPTION 2012-07-24 16:02:17 UTC (rev 10770) @@ -1,5 +1,5 @@ Name: splines -Version: 1.0.8 +Version: 1.1.0 Date: 2012-24-07 Author: Kai Habel <kai...@gm...> and Paul Kienzle <pki...@us...> Maintainer: Nir Krakauer <nkr...@cc...> @@ -7,6 +7,6 @@ Description: Additional Cubic spline functions. Categories: Splines Depends: octave (>= 2.9.7) -Autoload: yes +Autoload: no License: GPLv3+, public domain Url: http://octave.sf.net Modified: trunk/octave-forge/main/splines/NEWS =================================================================== --- trunk/octave-forge/main/splines/NEWS 2012-07-24 15:32:47 UTC (rev 10769) +++ trunk/octave-forge/main/splines/NEWS 2012-07-24 16:02:17 UTC (rev 10770) @@ -1,8 +1,10 @@ -Summary of important user-visible changes for splines 1.0.8: +Summary of important user-visible changes for splines 1.1.0: ------------------------------------------------------------------- ** The following functions are new: csaps csaps_sel - ** Calls to mkpp in fnder and csape and were modified to reflect changes in its syntax + ** Bug fixes in fnder and csape for compatibility with new octave versions + + ** Turned off autoload This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |