Skip to content

Commit 5a8f59e

Browse files
committed
Minor reformating, change NEWS to NEWS.adoc so GitHub pretty-formats
1 parent a5a0e48 commit 5a8f59e

File tree

5 files changed

+45
-39
lines changed

5 files changed

+45
-39
lines changed

COPYING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Copyright (c) 2014-2016 Mike Swanson <mikeonthecomputer@gmail.com>
1+
Copyright © 2014-2016 Mike Swanson <mikeonthecomputer@gmail.com>
22

33
Permission to use, copy, modify, and distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above
55
copyright notice and this permission notice appear in all copies.
66

7-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
7+
THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
88
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
99
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1010
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

NEWS

Lines changed: 0 additions & 35 deletions
This file was deleted.

NEWS.adoc

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
1.2.1 (2016-04-28)
2+
------------------
3+
4+
* Remove the temporary directory also after using `--version`
5+
6+
1.2 (2016-04-28)
7+
----------------
8+
9+
* Sync data by default, add `--no-sync` to disable. The new
10+
versions of FLACs files are written out to prevent
11+
missing/incomplete files in the face of a crash.
12+
13+
1.1 (2016-04-25)
14+
----------------
15+
16+
* Add `--no-action`, enabling the view of files that would be
17+
processed.
18+
* Secure against using `--recursive` and directory names beginning
19+
with hyphens.
20+
* Displays usage help if no directories are specified on the command
21+
line.
22+
* Use a temporary staging directory, avoiding the possibility of
23+
losing all existing tag data in the face of errors.
24+
25+
1.0 (2016-04-17):
26+
-----------------
27+
28+
* Use the so-called “bash strict mode” and enable better processing
29+
of special file names.
30+
31+
0.2 (2015-05-18):
32+
-----------------
33+
34+
* Added a recursive option, allowing a whole tree to be
35+
recompressed.
36+
37+
0.1 (2014-02-26):
38+
-----------------
39+
40+
* Initial release, expanded from a ~7 line script the author
41+
initially wrote around 2003.

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Usage: reflac [OPTION]... [--] DIRECTORY...
7575
7676
DIRECTORY should point ‘reflac’ to somewhere that contains *.flac
7777
files. Optionally terminate the argument list with -- so that any
78-
possible directory names don't get misinterpreted as arguments.
78+
possible directory names dont get misinterpreted as arguments.
7979
....
8080
8181
Bugs

reflac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Usage: reflac [OPTION]... [--] DIRECTORY...
4444
4545
DIRECTORY should point ‘reflac’ to somewhere that contains *.flac
4646
files. Optionally terminate the argument list with -- so that any
47-
possible directory names don't get misinterpreted as arguments.
47+
possible directory names dont get misinterpreted as arguments.
4848
EOF
4949
rmdir "$TMPDIR"
5050
exit 0

0 commit comments

Comments
 (0)