image.h   image.h 
skipping to change at line 422 skipping to change at line 422
void vips_image_minimise_all( VipsImage *image ); void vips_image_minimise_all( VipsImage *image );
void vips_image_set_progress( VipsImage *image, gboolean progress ); void vips_image_set_progress( VipsImage *image, gboolean progress );
char *vips_filename_get_filename( const char *vips_filename ); char *vips_filename_get_filename( const char *vips_filename );
char *vips_filename_get_options( const char *vips_filename ); char *vips_filename_get_options( const char *vips_filename );
VipsImage *vips_image_new( void ); VipsImage *vips_image_new( void );
VipsImage *vips_image_new_memory( void ); VipsImage *vips_image_new_memory( void );
VipsImage *vips_image_memory( void );
VipsImage *vips_image_new_from_file( const char *name, ... ) VipsImage *vips_image_new_from_file( const char *name, ... )
__attribute__((sentinel)); __attribute__((sentinel));
VipsImage *vips_image_new_from_file_RW( const char *filename ); VipsImage *vips_image_new_from_file_RW( const char *filename );
VipsImage *vips_image_new_from_file_raw( const char *filename, VipsImage *vips_image_new_from_file_raw( const char *filename,
int xsize, int ysize, int bands, guint64 offset ); int xsize, int ysize, int bands, guint64 offset );
VipsImage *vips_image_new_from_memory( void *data, size_t size, VipsImage *vips_image_new_from_memory( void *data, size_t size,
int width, int height, int bands, VipsBandFormat format ); int width, int height, int bands, VipsBandFormat format );
VipsImage *vips_image_new_from_buffer( void *buf, size_t len, VipsImage *vips_image_new_from_buffer( void *buf, size_t len,
const char *option_string, ... ) const char *option_string, ... )
__attribute__((sentinel)); __attribute__((sentinel));
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 version.h   version.h 
/* Macros for the header version. /* Macros for the header version.
*/ */
#ifndef VIPS_VERSION_H #ifndef VIPS_VERSION_H
#define VIPS_VERSION_H #define VIPS_VERSION_H
#define VIPS_VERSION "7.42.2" #define VIPS_VERSION "7.42.3"
#define VIPS_VERSION_STRING "7.42.2-Thu Feb 5 00:41:35 MSK 2015" #define VIPS_VERSION_STRING "7.42.3-Sat Feb 14 00:17:20 MSK 2015"
#define VIPS_MAJOR_VERSION (7) #define VIPS_MAJOR_VERSION (7)
#define VIPS_MINOR_VERSION (42) #define VIPS_MINOR_VERSION (42)
#define VIPS_MICRO_VERSION (2) #define VIPS_MICRO_VERSION (3)
/* Not really anything to do with versions, but this is a handy place to pu t /* Not really anything to do with versions, but this is a handy place to pu t
* it. * it.
*/ */
#define VIPS_EXEEXT "" #define VIPS_EXEEXT ""
#define VIPS_ENABLE_DEPRECATED 1 #define VIPS_ENABLE_DEPRECATED 1
#endif /*VIPS_VERSION_H*/ #endif /*VIPS_VERSION_H*/
 End of changes. 2 change blocks. 
3 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/