diff options
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | src/Makefile | 2 | ||||
| -rw-r--r-- | src/alf.1 | 2 | ||||
| -rw-r--r-- | src/alfsum.1 | 2 | ||||
| -rw-r--r-- | src/unalf.1 | 2 | ||||
| -rw-r--r-- | src/ver.rst | 2 |
6 files changed, 9 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4a11660..27520bd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.3.1: +- unalf: truncation is now a warning, not a fatal error. +- unalf: don't require -F for very small files. + 0.3.0: - alf's compression speed is now acceptable: 14x as fast as 0.2.1. - alf now has -v (verbose) flag, also -vv and -vvv for more verbosity. diff --git a/src/Makefile b/src/Makefile index 86a5a80..5040661 100644 --- a/src/Makefile +++ b/src/Makefile @@ -36,7 +36,7 @@ STRIP=yes ### No user-serviceable parts below. PROJ=alftools -VERSION=0.3.0 +VERSION=0.3.1 CFLAGS=-DVERSION='"$(VERSION)"' -Wall -I../f65 $(COPT) @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "ALF" 1 "2025-12-03" "0.3.0" "Urchlay's Atari 8-bit Tools" +.TH "ALF" 1 "2025-12-03" "0.3.1" "Urchlay's Atari 8-bit Tools" .SH NAME alf \- create Atari 8-bit ALF archives .\" RST source for alf(1) man page. Convert with: diff --git a/src/alfsum.1 b/src/alfsum.1 index 0afccd7..fb3c280 100644 --- a/src/alfsum.1 +++ b/src/alfsum.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "ALFSUM" 1 "2025-12-01" "0.3.0" "Urchlay's Atari 8-bit Tools" +.TH "ALFSUM" 1 "2025-12-03" "0.3.1" "Urchlay's Atari 8-bit Tools" .SH NAME alfsum \- calculate ALF checksums .\" RST source for alfsum(1) man page. Convert with: diff --git a/src/unalf.1 b/src/unalf.1 index edcf2b8..a046999 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UNALF" 1 "2025-12-03" "0.3.0" "Urchlay's Atari 8-bit Tools" +.TH "UNALF" 1 "2025-12-03" "0.3.1" "Urchlay's Atari 8-bit Tools" .SH NAME unalf \- extract Atari 8-bit ALF archives .\" RST source for unalf(1) man page. Convert with: diff --git a/src/ver.rst b/src/ver.rst index 443bbb2..e956817 100644 --- a/src/ver.rst +++ b/src/ver.rst @@ -1 +1 @@ -.. |version| replace:: 0.3.0 +.. |version| replace:: 0.3.1 |
