File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11= reflac project news
22
3+ 2.0.0 (2020-08-07)::
4+ * reflac skips intermediate decompression steps, significantly
5+ speeding up the program and simplifying the code.
6+ * Removed the `--preserve` option as `flac` itself now handles it
7+ without special conditioning. This is a *breaking* change, and by
8+ https://semver.org/[Semantic Versioning] rules, necessitates a
9+ major version bump, thus: reflac 2.0.0.
10+
3111.5.3 (2020-02-26)::
412 * AsciiDoc implementation can be altered for manpage generation with
513 `make ASCIIDOC="command..."` , defaulting to `a2x` as before. Some
Original file line number Diff line number Diff line change 22set -euo pipefail
33IFS=$' \n\t '
44
5- VERSION=1.5.3
5+ VERSION=2.0.0
66
77VERBOSE=0
88RECURSIVE=0
You can’t perform that action at this time.
0 commit comments