projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d811457
)
release 0.1.84
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 17 Dec 2020 10:32:34 +0000
(11:32 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 17 Dec 2020 10:32:34 +0000
(11:32 +0100)
NEWS
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index d4bfec0b4e15042b8763e67845fbe1f61787b8ca..c398914094f209404dfb87c15b76628982be57bf 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-3,6
+3,9
@@
The NEWS file in the babl source tree is the source location for
the news section both in the README and the webpage.
-->
+2020-12-17 babl-0.1.84 </dt><dd>
+Fixed bug in caching of CMYK ICC profiles.
+ </dd><dt>
2020-10-04 babl-0.1.82 </dt><dd>
Handle the parametric ICCv4 types that are not strictly the same type as core
sRGB curve.
diff --git
a/meson.build
b/meson.build
index bf0b3eb1dda3f42590c8fd015a9102129a7a011b..b9f19aff414b0e664af82289c43aa384ebdcd949 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.8
3
',
+ version: '0.1.8
4
',
meson_version: '>=0.54.0',
default_options: [
'buildtype=debugoptimized'