projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c368ff
)
release 0.1.74
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 12 Jan 2020 23:01:05 +0000
(
00:01
+0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 12 Jan 2020 23:21:07 +0000
(
00:21
+0100)
NEWS
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 4448a34d00e6ec5ad40ae6af9b78ec02e4d0628b..ff7d96b63b64dfc0b459e24cab5878fb06fadc8e 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-3,7
+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.
-->
+2019-08-22 babl-0.1.74 </dt><dd>
+Build fixes, improved host cpu detection, OSX fixes, clang warning squelches.
2019-08-22 babl-0.1.72 </dt><dd>
+ </dd><dt>
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.
diff --git
a/meson.build
b/meson.build
index 11ffdc91e387ba894b1d22e1970f41a8de150231..bab5dbdae38175b5e5d4cabfb437989c796f7ce6 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.7
3
',
+ version: '0.1.7
4
',
meson_version: '>=0.50.0',
default_options: [
'sysconfdir=/etc',