From d26b50fb2647497b23445b4bfe220cd29b06c535 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 13 Nov 2022 15:45:36 +0100 Subject: [PATCH] meson, NEWS: release 0.1.98 --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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' -- 2.30.2