projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb7d4c0
)
release 0.1.92
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 22 Mar 2022 16:12:57 +0000
(17:12 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 22 Mar 2022 16:12:57 +0000
(17:12 +0100)
NEWS
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 09dbceab8a0832275ab78b78e6bcb4c142424097..089e1ceb360da1c0c322814884df3fc21c36eac2 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-4,6
+4,9
@@
the news section both in the README and the webpage.
-->
2022-02-21 babl-0.1.90 </dt><dd>
+Fixes for avoiding load of wrong SIMD extensions.
+ </dd><dt>
+2022-02-21 babl-0.1.90 </dt><dd>
Automatic LUT creation for conversions from <24bpp of colorant componants,
SIMD builds for x86_64 micro-architecture levels and ARM neon, pre-defined
CIE Lab u8 and CIE Lab u16 formats. Fix bug of an unlocked non-locked mutex,
diff --git
a/meson.build
b/meson.build
index 4770c207c5ff848003ed06a9d48fdfe1ffe9d338..487e470ee5bed6d854b52de13c337e618e8043d7 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.9
1
',
+ version: '0.1.9
2
',
meson_version: '>=0.54.0',
default_options: [
'buildtype=debugoptimized'