Skip to content

Commit 41d217e

Browse files
committed
Version 1.3
1 parent 4590ae2 commit 41d217e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.3 (2016-09-25)
2+
----------------
3+
4+
* Use the rf64 format during processing, eliminating the 4GiB
5+
uncompressed file size limit. This is primarily useful for FLACs
6+
with lots of channels (eg, surround sound) and high sample sizes
7+
and rates, as the 4GiB limit isn’t otherwise likely to be hit.
8+
19
1.2.3 (2016-07-10)
210
------------------
311

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.2.3
5+
VERSION=1.3
66

77
VERBOSE=0
88
RECURSIVE=0

0 commit comments

Comments
 (0)