projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e6b09
)
release 0.1.88
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 1 Jul 2021 01:24:39 +0000
(
03:24
+0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 1 Jul 2021 01:31:18 +0000
(
03:31
+0200)
NEWS
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index a7bebe0ae0acdb651262e1ff51d06cb425b60fd9..c48d9e7a8a828b4aa648f423ed60eb72b1f0cf6b 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.
-->
+2021-07-01 babl-0.1.88 </dt><dd>
+Consistency fixes to format names, in particular for palettized formats.
+
2021-02-26 babl-0.1.86 </dt><dd>
input-class (scanner/RGB) ICC profiles are valid for creating RGB spaces.
improved thread safety for babl_space_from_icc
diff --git
a/meson.build
b/meson.build
index d08cb6bb54a69059d6a65f6e8b040878275a7d27..f16d7a8cf9261165c95a8e265b1c9d386d30e871 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.8
7
',
+ version: '0.1.8
8
',
meson_version: '>=0.54.0',
default_options: [
'buildtype=debugoptimized'