projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ad0ad
)
release 0.1.72
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 22 Aug 2019 20:11:33 +0000
(22:11 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 22 Aug 2019 20:11:33 +0000
(22:11 +0200)
NEWS
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index b858d4830a4390aedc975824390ef452a986459a..4448a34d00e6ec5ad40ae6af9b78ec02e4d0628b 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-3,6
+3,11
@@
The NEWS file in the babl source tree is the source location for
the news section both in the README and the webpage.
-->
+2019-08-22 babl-0.1.72 </dt><dd>
+Added handling for grayscale ICC profiles and gobject introspection support.
+Optimizations for many format conversions for u8, u16 and half formats. And
+fixed a crash for NANs in float to u8 conversions.
+ </dd><dt>
2019-08-02 babl-0.1.70 </dt><dd>
Build fixes making the meson build work with more architectures.
</dd><dt>
diff --git
a/meson.build
b/meson.build
index c38c715537d74e4a1e09eaa763c76971ea9d76bd..d5118889993ee977527129fa87413e1c2c74273e 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.7
1
',
+ version: '0.1.7
2
',
meson_version: '>=0.50.0',
default_options: [
'sysconfdir=/etc',