projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
626a9f5
)
release 0.1.96
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 23 Aug 2022 12:52:30 +0000
(14:52 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 23 Aug 2022 12:52:30 +0000
(14:52 +0200)
NEWS
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 9029ccc2b138cd1428db1e1404ea0adf933dd447..40e6b5f44a5982b07b6713e2b0dc33218429ed05 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.
-->
+2022-08-23 babl-0.1.96 </dt><dd>
+Minor changes from 0.1.94, fixing build.
+ </dd><dt>
2022-08-21 babl-0.1.94 </dt><dd>
Fix of crash on non-aligned data for SIMD, add commandline tool, improve vala
compatibility of introspection info.
diff --git
a/meson.build
b/meson.build
index 2d38a8a3081b35bc2cd273847765b6b49aefe0e1..ba00d87ff69182f5c27b641c1d9d04964023c244 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.9
5
',
+ version: '0.1.9
6
',
meson_version: '>=0.54.0',
default_options: [
'buildtype=debugoptimized'