Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v8.14.2 release proposal #3396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2023
Merged

Conversation

kleisauke
Copy link
Member

A few bugfixes since 8.14.1:

  • use a private fontmap in vips_text() [jcupitt]
  • increase sanity checks on TIFF tile dimensions [lovell]
  • ensure compatibility with libheif > 1.14.2 [kleisauke]
  • minor doc fixes [jcupitt]
  • sanitise dimensions in JPEG-compressed TIFF images [lovell]
  • fix target pnm write [ewelot]
  • dedupe FITS header write [ewelot]
  • fix strip parameter in webpsave [jcupitt]
  • earlier abort of webpsave on kill [dloebl]
  • fix thumbnail of CMYK images with an embedded ICC profile [kleisauke]
  • fix ICC handling of RGB images with a monochrome profile [kleisauke]
  • ensure ICC transforms keep all precision [kleisauke]
  • fix openslideload associated=XXX load [jcupitt]
  • fix compatibility with MSVC [SpaceIm]

Note to myself: after this PR lands, a release tarball will be created with:

$ meson setup release_build -Ddoxygen=true -Dgtk_doc=true -Dvapi=true
$ meson compile -Crelease_build
$ meson dist -Crelease_build
$ ls release_build/meson-dist
vips-8.14.2.tar.xz  vips-8.14.2.tar.xz.sha256sum

@jcupitt What's the preferred way of tagging a release? I usually do this through GitHub's web interface, but sometimes people prefer to do it via Git CLI.

@jcupitt
Copy link
Member

jcupitt commented Mar 21, 2023

Great!

Yes, I usually just use the github web interface, it seems fine.

@kleisauke kleisauke merged commit 800b7f2 into libvips:8.14 Mar 21, 2023
@kleisauke kleisauke deleted the v8.14.2-proposal branch March 21, 2023 12:42
@kleisauke
Copy link
Member Author

@romanzks
Copy link

Thanks for fixing bugs related to ICC profiles. Great release! πŸŽ‰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants