version bump ready for 7.36

This commit is contained in:
John Cupitt 2013-10-03 13:02:20 +01:00
parent 439522a254
commit 8ef91f8df9
5 changed files with 10 additions and 33 deletions

View File

@ -1,3 +1,6 @@
3/10/13 started 7.36.0
- version bump
1/7/13 started 7.35.0
- added vips_matrixload() and vips_matrixsave(), load and save vips mat format
- rename image arrays as image matrices ... INTERPRETATION_ARRAY ->

26
TODO
View File

@ -1,29 +1,3 @@
Blocking
========
- is vips_hist_local() correct? it seems to leave white dots everywhere
on the sarto_ng test image
try a 1x1 window, it be identity operation, I think
- could VipsConversion now have an @in member?
we've moved all the no-input ones of to create now, I think
we several many-input ones though, eg. bandary
- why is memuse so high?
$ vips shrink wtc.png x.v 230 230
memory: high-water mark 322.13 MB
because we have so many threads on the work machine, try:
$ vips shrink wtc.png x.v 230 230 --vips-concurrency=1
memory: high-water mark 45.46 MB
- check speed and memuse test, are we really 10mb? have a note that memuse can
be much higher
Next version
============

View File

@ -2,7 +2,7 @@
# also update the version number in the m4 macros below
AC_INIT([vips], [7.35.0], [vipsip@jiscmail.ac.uk])
AC_INIT([vips], [7.36.0], [vipsip@jiscmail.ac.uk])
# required for gobject-introspection
AC_PREREQ(2.62)
@ -16,7 +16,7 @@ AC_CONFIG_MACRO_DIR([m4])
# user-visible library versioning
m4_define([vips_major_version], [7])
m4_define([vips_minor_version], [35])
m4_define([vips_minor_version], [36])
m4_define([vips_micro_version], [0])
m4_define([vips_version],
[vips_major_version.vips_minor_version.vips_micro_version])
@ -36,9 +36,9 @@ VIPS_VERSION_STRING=$VIPS_VERSION-`date`
# binary interface changes backwards compatible?: increment age
# binary interface changes not backwards compatible?: reset age to 0
LIBRARY_CURRENT=34
LIBRARY_REVISION=5
LIBRARY_AGE=3
LIBRARY_CURRENT=35
LIBRARY_REVISION=0
LIBRARY_AGE=0
# patched into include/vips/version.h
AC_SUBST(VIPS_VERSION)

View File

@ -26,10 +26,10 @@ bin_SCRIPTS = \
batch_image_convert \
batch_rubber_sheet \
batch_crop \
vips-7.34
vips-7.36
EXTRA_DIST = \
vips-7.34 \
vips-7.36 \
light_correct.in \
shrink_width.in \
batch_image_convert.in \