Merge remote-tracking branch 'origin/7.28'

This commit is contained in:
John Cupitt 2012-07-01 11:08:02 +01:00
commit a94ce8957e
3 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@
18/6/12 started 7.28.9
- slightly more memory debugging output
- remove references to the static bicubic interpolator from the docs
18/6/12 started 7.28.8
- fixes for centos5 portability

View File

@ -139,7 +139,6 @@ interpolators:
\begin{verbatim}
VipsInterpolate *vips_interpolate_nearest_static( void );
VipsInterpolate *vips_interpolate_bilinear_static( void );
VipsInterpolate *vips_interpolate_bicubic_static( void );
\end{verbatim}
\noindent

View File

@ -59,7 +59,7 @@
/**
* SECTION: interpolate
* @short_description: various interpolators: nearest, bilinear, bicubic, and
* @short_description: various interpolators: nearest, bilinear, and
* some non-linear
* @stability: Stable
* @include: vips/vips.h