summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2022-12-26 18:18:22 +0000
committerChristos Zoulas <christos@zoulas.com>2022-12-26 18:18:22 +0000
commitb92eed41b1bc0739c5c5d70c444e0c574429321b (patch)
tree4475f5056b1e5344a6428b256167fcc8a1211498
parent77bbcd0bfdb3576d1e2d0130b525928fd27590f0 (diff)
downloadfile-git-b92eed41b1bc0739c5c5d70c444e0c574429321b.tar.gz
ready for 5.44FILE5_44
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/xclbin.result1
-rw-r--r--tests/xclbin.testfilebin0 -> 512 bytes
5 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c18d897d..f73f4966 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2922-12-26 12:26 Christos Zoulas <christos@zoulas.com>
+
+ * release 5.43
+
2022-12-14 9:24 Christos Zoulas <christos@zoulas.com>
* Handle nan's so that we don't get internal floating point exceptions
diff --git a/configure.ac b/configure.ac
index 9a0a2250..45340337 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([file],[5.43],[christos@astron.com])
+AC_INIT([file],[5.44],[christos@astron.com])
AM_INIT_AUTOMAKE([subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1dd6dc89..03dc645e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -101,6 +101,8 @@ regex-eol.result \
regex-eol.testfile \
uf2.result \
uf2.testfile \
+xclbin.result \
+xclbin.testfile \
zstd-3-skippable-frames.result \
zstd-dictionary-0.result \
zstd-dictionary-1.result \
diff --git a/tests/xclbin.result b/tests/xclbin.result
new file mode 100644
index 00000000..11e31fe5
--- /dev/null
+++ b/tests/xclbin.result
@@ -0,0 +1 @@
+AMD/Xilinx accelerator AXLF (xclbin) file, 46226070 bytes, created Fri Mar 25 00:51:37 2022, shell "xilinx_u55c_gen3x16_xdma_3_202210_1", uuid e106e953-cf90-4024-e075-282d1a7d820b, 11 sections
diff --git a/tests/xclbin.testfile b/tests/xclbin.testfile
new file mode 100644
index 00000000..7a965c15
--- /dev/null
+++ b/tests/xclbin.testfile
Binary files differ