diff --git a/ChangeLog b/ChangeLog index a1cd9b3f..e05801f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ +26/7/11 started 7.26.1 +- doc fixups + 26/7/11 started 7.26.0 - version bunp for 7.26 +- various fixes to get win32 and OS X building 6/12/10 started 7.25.0 - attach the jpeg thumbnail and multiscan fields (thanks Mike) diff --git a/TODO b/TODO index b3fb7188..4512cdb2 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,20 @@ +- various errors from gtk-doc, eg. + +../xml/image.xml:182: element refsect2: validity error : ID VipsDemandStyle already defined + + ^ + - leak check, again - vips operation print could show operation flags as well, cf. "vips im_subtract" + haha, we don't have any flags like that on operation ... NOCACHE looks + useful, should we add that? any others? + + maybe wait until we have to + - revisit orc conv diff --git a/configure.in b/configure.in index 4d7c05ba..e8bd0686 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR(m4) # user-visible library versioning m4_define([vips_major_version], [7]) m4_define([vips_minor_version], [26]) -m4_define([vips_micro_version], [0]) +m4_define([vips_micro_version], [1]) m4_define([vips_version], [vips_major_version.vips_minor_version.vips_micro_version]) diff --git a/doc/reference/libvips-docs.sgml.in b/doc/reference/libvips-docs.sgml.in index 47ab9471..97216a99 100644 --- a/doc/reference/libvips-docs.sgml.in +++ b/doc/reference/libvips-docs.sgml.in @@ -8,7 +8,7 @@ VIPS Reference Manual - For VIPS @IM_VERSION@. + For VIPS @VIPS_VERSION@. The latest version of this documentation can be found on the VIPS website. @@ -18,17 +18,17 @@ Core VIPS API - - - - - - - - + + + + + + + + @@ -54,13 +54,10 @@ Other API (no gtkdoc comments yet) - - -