bump version again, doc fixes
This commit is contained in:
parent
cf4c5979eb
commit
e7dbd89938
@ -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)
|
||||
|
11
TODO
11
TODO
@ -1,9 +1,20 @@
|
||||
- various errors from gtk-doc, eg.
|
||||
|
||||
../xml/image.xml:182: element refsect2: validity error : ID VipsDemandStyle already defined
|
||||
<refsect2 id="VipsDemandStyle" role="enum">
|
||||
^
|
||||
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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])
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
<bookinfo>
|
||||
<title>VIPS Reference Manual</title>
|
||||
<releaseinfo>
|
||||
For VIPS @IM_VERSION@.
|
||||
For VIPS @VIPS_VERSION@.
|
||||
The latest version of this documentation can be found on the
|
||||
<ulink role="online-location"
|
||||
url="http://http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation">VIPS website</ulink>.
|
||||
@ -18,17 +18,17 @@
|
||||
<chapter>
|
||||
<title>Core VIPS API</title>
|
||||
<xi:include href="xml/image.xml"/>
|
||||
<xi:include href="xml/header.xml"/>
|
||||
<xi:include href="xml/check.xml"/>
|
||||
<xi:include href="xml/callback.xml"/>
|
||||
<xi:include href="xml/meta.xml"/>
|
||||
<xi:include href="xml/region.xml"/>
|
||||
<xi:include href="xml/generate.xml"/>
|
||||
<xi:include href="xml/threadpool.xml"/>
|
||||
<xi:include href="xml/error.xml"/>
|
||||
<xi:include href="xml/memory.xml"/>
|
||||
<xi:include href="xml/buf.xml"/>
|
||||
<xi:include href="xml/header.xml"/>
|
||||
<xi:include href="xml/operation.xml"/>
|
||||
<xi:include href="xml/pool.xml"/>
|
||||
<xi:include href="xml/rect.xml"/>
|
||||
<xi:include href="xml/threadpool.xml"/>
|
||||
<xi:include href="xml/object.xml"/>
|
||||
<xi:include href="xml/memory.xml"/>
|
||||
<xi:include href="xml/error.xml"/>
|
||||
<xi:include href="xml/buf.xml"/>
|
||||
</chapter>
|
||||
|
||||
<chapter>
|
||||
@ -54,13 +54,10 @@
|
||||
|
||||
<chapter>
|
||||
<title>Other API (no gtkdoc comments yet)</title>
|
||||
<xi:include href="xml/object.xml"/>
|
||||
<xi:include href="xml/transform.xml"/>
|
||||
<xi:include href="xml/util.xml"/>
|
||||
<xi:include href="xml/version.xml"/>
|
||||
<xi:include href="xml/type.xml"/>
|
||||
<xi:include href="xml/semaphore.xml"/>
|
||||
<xi:include href="xml/dispatch.xml"/>
|
||||
</chapter>
|
||||
|
||||
<chapter id="object-tree">
|
||||
|
Loading…
x
Reference in New Issue
Block a user