From: Øyvind Kolås Date: Sun, 13 Nov 2022 14:45:36 +0000 (+0100) Subject: meson, NEWS: release 0.1.98 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d26b50fb2647497b23445b4bfe220cd29b06c535;p=babl.git meson, NEWS: release 0.1.98 --- diff --git a/NEWS b/NEWS index 40e6b5f..aa39d79 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> +2022-11-13 babl-0.1.98
+More robust bounds protection in ICC handling, avoid garbage collecting lookup +tables in-line with processing. +
2022-08-23 babl-0.1.96
Minor changes from 0.1.94, fixing build.
diff --git a/meson.build b/meson.build index 9068d37..f6a2697 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.97', + version: '0.1.98', meson_version: '>=0.54.0', default_options: [ 'buildtype=debugoptimized'