Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Oct 11, 2017
1 parent 6f16a9d commit b4a6e6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
29/8/17 started 8.5.9
- make --fail stop jpeg read on any libjpeg warning, thanks @mceachen
- don't build enumtypes so often, removing perl as a compile dependancy
- fix a crash with havy use of draw operations from language bindings,
- don't build enumtypes so often, removing perl as a compile dependency
- fix a crash with heavy use of draw operations from language bindings,
thanks @Nakilon

2/8/17 started 8.5.8
Expand Down Expand Up @@ -516,7 +516,7 @@
- vips_system() now supports many input images and you can change image
argument order
- support 16-bit palette TIFFs, plus palette TIFFs can have an alpha
- libgsf-1 is now an optional dependancy
- libgsf-1 is now an optional dependency
- dzsave can directly write a ZIP file
- add ".vips" as an alternative suffix for vips files
- added vips_tiffload_buffer()
Expand Down Expand Up @@ -1180,9 +1180,9 @@
- fix gtk-doc warnings
- small mask load/save improvements
- mask gtk-doc done
- add cfitsio dependancy
- add cfitsio dependency
- add FITS reader
- land the vector branch and the orc dependancy ... we have SSE
- land the vector branch and the orc dependency ... we have SSE
erode/dilate/add/conv
- add IM_SWAP
- dilate/erode do (!=0) on non-uchar images
Expand Down Expand Up @@ -2035,7 +2035,7 @@
- "," allowed as column separator in mask read
- better at spotting singular matricies
- small im_render() tidies
- glib dependancy reduced to just 2.0, but untested ... helps people building
- glib dependency reduced to just 2.0, but untested ... helps people building
on older systems who aren't interested in nip2
- removing leading spaces from IMAGEVEC arguments
- load non-interlaced PNGs more efficiently
Expand Down
2 changes: 1 addition & 1 deletion libvips/iofuncs/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -3032,7 +3032,7 @@ vips_image_copy_memory( VipsImage *image )
case VIPS_IMAGE_PARTIAL:
/* We don't use vips_image_new_memory() and vips_image_write()
* since we want to make a break in the pipeline and we want
* to avoid all the machinery around reordering and dependancy
* to avoid all the machinery around reordering and dependency
* links.
*
* We especially want to be able to unref input and have output
Expand Down

0 comments on commit b4a6e6e

Please sign in to comment.