From: <car...@us...> - 2012-09-07 15:44:30
|
Revision: 10981 http://octave.svn.sourceforge.net/octave/?rev=10981&view=rev Author: carandraug Date: 2012-09-07 15:44:24 +0000 (Fri, 07 Sep 2012) Log Message: ----------- image: now dependent on >=3.6.0 due to nthargout on regionprops Modified Paths: -------------- trunk/octave-forge/main/image/DESCRIPTION trunk/octave-forge/main/image/NEWS Modified: trunk/octave-forge/main/image/DESCRIPTION =================================================================== --- trunk/octave-forge/main/image/DESCRIPTION 2012-09-07 15:24:49 UTC (rev 10980) +++ trunk/octave-forge/main/image/DESCRIPTION 2012-09-07 15:44:24 UTC (rev 10981) @@ -9,7 +9,7 @@ The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more. -Depends: octave (>= 3.4.0), signal +Depends: octave (>= 3.6.0), signal Autoload: no License: GPLv3+, simplified BSD Url: http://octave.sf.net Modified: trunk/octave-forge/main/image/NEWS =================================================================== --- trunk/octave-forge/main/image/NEWS 2012-09-07 15:24:49 UTC (rev 10980) +++ trunk/octave-forge/main/image/NEWS 2012-09-07 15:44:24 UTC (rev 10981) @@ -76,4 +76,6 @@ and return a matrix of the values found. Its documentation has been expanded (as well as an explanation of TIFF structure on the source) + ** Package is now dependent on GNU Octave version 3.6.0 or later. + ** Package is no longer automatically loaded. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |