diff --git a/debian/changelog b/debian/changelog index 6ede557..c113e34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hdf5-udf (1.2) unstable; urgency=low + + * Introduce support for **outputting** compounds and string data types. + * Use 1-based indexing on the Lua API + * Allow reading from CSV files + + -- Lucas C. Villa Real Fri, 29 Jan 2021 00:51:21 -0300 + hdf5-udf (1.1) unstable; urgency=low * Introduce support for compounds and string data types. diff --git a/fedora/Dockerfile b/fedora/Dockerfile index 3ed55a7..8fbfd68 100644 --- a/fedora/Dockerfile +++ b/fedora/Dockerfile @@ -1,7 +1,7 @@ FROM fedora:32 LABEL maintainer="lucasvr@gobolinux.org" -ARG github_tag=v1.1 +ARG github_tag=v1.2 ARG syscall_intercept_basename=syscall_intercept-0.1 # Build dependencies (clang is needed to build syscall_intercept) diff --git a/fedora/SPECS/hdf5-udf.spec b/fedora/SPECS/hdf5-udf.spec index ac71f8c..6ec15cd 100644 --- a/fedora/SPECS/hdf5-udf.spec +++ b/fedora/SPECS/hdf5-udf.spec @@ -5,7 +5,7 @@ %define debug_package %{nil} Name: hdf5-udf -Version: 1.1 +Version: 1.2 Release: 1%{?pre_dot}%{?dist} Summary: Support for programmable datasets in HDF5 using Lua, Python, and C/C++