Skip to content

Commit 7277075

Browse files
committed
Version 1.5.1
1 parent 7bcdbc7 commit 7277075

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
== 1.5.1 (2018-01-31)
2+
3+
* reflac now passes on the `--no-sync` and `--preserve` options to
4+
child processes when `--recursive` is used.
5+
16
== 1.5 (2017-08-16)
27

38
* reflac has learned to preserve an embedded image in FLAC files.

reflac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33
IFS=$'\n\t'
44

5-
VERSION=1.5
5+
VERSION=1.5.1
66

77
VERBOSE=0
88
RECURSIVE=0

0 commit comments

Comments
 (0)