projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25c510
)
release 0.1.82
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 4 Oct 2020 16:37:19 +0000
(18:37 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 4 Oct 2020 16:37:19 +0000
(18:37 +0200)
NEWS
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index d02e5c3d90705864e1dc5fe2f112bb45da5d694c..d4bfec0b4e15042b8763e67845fbe1f61787b8ca 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-3,6
+3,13
@@
The NEWS file in the babl source tree is the source location for
the news section both in the README and the webpage.
-->
+2020-10-04 babl-0.1.82 </dt><dd>
+Handle the parametric ICCv4 types that are not strictly the same type as core
+sRGB curve.
+ </dd><dt>
+2020-08-02 babl-0.1.80 </dt><dd>
+meson build cleanups, depend on meson 0.54
+ </dd><dt>
2020-06-07 babl-0.1.78 </dt><dd>
Bugfix release - mutex and atomicity related issues.
</dd><dt>
diff --git
a/meson.build
b/meson.build
index b5cefe0c543833dda6d8898a7cb00aab79142bb3..e4bdc383dae41e51192c3ca45337015173d25f37 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.8
1
',
+ version: '0.1.8
2
',
meson_version: '>=0.54.0',
default_options: [
'buildtype=debugoptimized'