projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5728b43
)
meson, NEWS: release 0.1.98
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 13 Nov 2022 14:45:36 +0000
(15:45 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 13 Nov 2022 14:45:36 +0000
(15:45 +0100)
NEWS
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 40e6b5f44a5982b07b6713e2b0dc33218429ed05..aa39d79d16b21c5e1b6486613e0f7543172ecd9b 100644
(file)
--- 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 </dt><dd>
+More robust bounds protection in ICC handling, avoid garbage collecting lookup
+tables in-line with processing.
+ </dd><dt>
2022-08-23 babl-0.1.96 </dt><dd>
Minor changes from 0.1.94, fixing build.
</dd><dt>
diff --git
a/meson.build
b/meson.build
index 9068d379f3b8d6608e2c0c7f851ec79a35c97d41..f6a2697b3e9e810e9bdd6a4823feb2111742aa09 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.9
7
',
+ version: '0.1.9
8
',
meson_version: '>=0.54.0',
default_options: [
'buildtype=debugoptimized'