From 89845f892e820417551de8d136f711f7fdd42269 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 12 Nov 2009 20:53:38 +0000 Subject: [PATCH] stuff --- ChangeLog | 10 ++++++---- configure.in | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7bba76a0..7c5885ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,14 @@ -9/11/09 started 7.20.0 -- removed vips-7.x.spec.in, shouldn't really have this in SVN -- bumped version to 7.20 -- fixes to get "make dist" working again +11/11/09 started 7.20.1 - oop, im_clip2fmt() was missing PTOP flag, should get a small speedup - im_conv() / im_convf() didn't like all-zero masks - small updates to im_convf() from im_conv() - im_read_imask() produced an incorrect error message if passed a doublemask +9/11/09 started 7.20.0 +- removed vips-7.x.spec.in, shouldn't really have this in SVN +- bumped version to 7.20 +- fixes to get "make dist" working again + 3/4/09 started 7.19.0 - version bump - tiny conv speedup diff --git a/configure.in b/configure.in index 3b3ff340..2cb14867 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR(m4) # user-visible library versioning IM_MAJOR_VERSION=7 IM_MINOR_VERSION=20 -IM_MICRO_VERSION=0 +IM_MICRO_VERSION=1 IM_VERSION=$IM_MAJOR_VERSION.$IM_MINOR_VERSION.$IM_MICRO_VERSION IM_VERSION_STRING=$IM_VERSION-`date` @@ -22,9 +22,9 @@ PACKAGE=vips # interface changes backwards compatible?: increment age # interface changes not backwards compatible?: reset age to 0 -LIBRARY_CURRENT=27 +LIBRARY_CURRENT=28 LIBRARY_REVISION=0 -LIBRARY_AGE=12 +LIBRARY_AGE=13 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)