Factored out major changelogs into a NEWS file

This commit is contained in:
2011-06-16 17:50:35 -04:00
parent 3f7ac2935f
commit eccc3722e9
8 changed files with 63 additions and 84 deletions

4
cp2dap
View File

@ -3,9 +3,7 @@
# Expects a list of directories that contain ogg|flac
# Directories should be of the form: artist/album
# (i.e., not full paths or relative paths other than this)
#
# Changelog:
# 0.2.4: Initial release
$VERSION = "git";
$HELP_MSG = "# Copy files to DAP, converting flac to ogg v$VERSION\n\tusage: copy_top_dap artist1/album1 artist2/album2 ...";