bump for 7.18

This commit is contained in:
John Cupitt 2009-03-25 14:38:02 +00:00
parent 7c113ee6a4
commit c049db8258
8 changed files with 19 additions and 27 deletions

View File

@ -1,3 +1,6 @@
25/3/09 started 7.18.0
- revised version numbers
6/3/09 started 7.17.3
- revised nohalo
- remove fading stuff from im_render() -- cleaner and simpler

29
TODO
View File

@ -1,19 +1,9 @@
- radiance read/write needs docs
maybe have an im_format(3) page with all the built-in formats?
hard until we document vips_object :(
- same for matio?
- doc strings would be nice, read the SWIG notes on this
- read through docs for 7.18 stuff
- update function list in refs
WONTFIX for 7.18
================
- move im_shrink & friends to resample?
@ -21,8 +11,6 @@
what about im_stretch3.c, im_resize_linear
- im_render should use a hash for tile lookup ... or+shift x/y together
load wtc.jpg, rotate 42 degrees, zoom in and out quickly for a while, quit
@ -33,8 +21,6 @@
problem with waiting for paint to finish in render_kill?
- check mosaic1, global_balance, similarity etc. use of im__affine
how can we move them to im_affinei ?
@ -43,12 +29,15 @@
- update the Portfiles on the mac and on the website from the macports ones
- radiance read/write needs docs
maybe have an im_format(3) page with all the built-in formats?
hard until we document vips_object :(
- same for matio?
WONTFIX for 7.18
================
- doc strings would be nice, read the SWIG notes on this
- bilateral filtering, see:

View File

@ -4,8 +4,8 @@ AM_CONFIG_HEADER(config.h)
# user-visible library versioning
IM_MAJOR_VERSION=7
IM_MINOR_VERSION=17
IM_MICRO_VERSION=3
IM_MINOR_VERSION=18
IM_MICRO_VERSION=0
IM_VERSION=$IM_MAJOR_VERSION.$IM_MINOR_VERSION.$IM_MICRO_VERSION
IM_VERSION_STRING=$IM_VERSION-`date`
@ -483,9 +483,9 @@ AC_SUBST(PACKAGES_USED)
# vips-$IM_MAJOR_VERSION.$IM_MINOR_VERSION.pc
# in AC_OUTPUT, but that seems to break for some combinations of sh/m4
AC_OUTPUT([
vips-7.17.pc
vipsCC-7.17.pc
vips-7.17.spec
vips-7.18.pc
vipsCC-7.18.pc
vips-7.18.spec
Makefile
include/vips/version.h
include/Makefile

View File

@ -4,12 +4,12 @@ bin_SCRIPTS = \
batch_image_convert \
batch_rubber_sheet \
batch_crop \
vips-7.17
vips-7.18
noinst_SCRIPTS = post_install
EXTRA_DIST = \
vips-7.17 \
vips-7.18 \
${noinst_SCRIPTS} \
light_correct.in \
shrink_width.in \