Skip to content

Commit 1f53009

Browse files
author
sekrit-twc
committed
Merge branch 'v3.0'
2 parents 0e56801 + f819b14 commit 1f53009

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.0.6
2+
colorspace: fix AVX-512 sRGB/709 with negative input (introduced in 2.8)
3+
resize: fix AVX-512 downscaling with certain tap counts (introduced in 2.6)
4+
15
3.0.5
26
colorspace: add ST.428-1 (gamma 2.6) transfer function
37
depth: fix AVX-512 integer to float border handling (introduced in 2.6)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([zimg], [3.0.5], [https://github.com/sekrit-twc/zimg/pulls], [zimg], [https://github.com/sekrit-twc/zimg])
1+
AC_INIT([zimg], [3.0.6], [https://github.com/sekrit-twc/zimg/pulls], [zimg], [https://github.com/sekrit-twc/zimg])
22
AC_CONFIG_MACRO_DIR([m4])
33

44
: ${CFLAGS=""}

src/zimg/api/zimg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ constexpr unsigned API_VERSION_2_4 = ZIMG_MAKE_API_VERSION(2, 4);
3232
thread_local zimg_error_code_e g_last_error = ZIMG_ERROR_SUCCESS;
3333
thread_local std::string g_last_error_msg;
3434

35-
constexpr unsigned VERSION_INFO[] = { 3, 0, 5 };
35+
constexpr unsigned VERSION_INFO[] = { 3, 0, 6 };
3636

3737

3838
template <class T, class U>

0 commit comments

Comments
 (0)