-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Fri, 29 Jan 2021 00:51:21 -0300 | ||
|
||
hdf5-udf (1.1) unstable; urgency=low | ||
|
||
* Introduce support for compounds and string data types. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM fedora:32 | ||
LABEL maintainer="[email protected]" | ||
|
||
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters