diff --git a/ChangeLog b/ChangeLog index 0f48478..4fba6f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +v7.3.1: +::bug fixes +- fixed that --iso, --rom, --patch, --xdelta, --cpk and --riivolution command + line flags failed when relative paths were given +- fixed that temporary files were kept when downloads failed, causing required + user-input for wget when trying again +- fixed that --cpk and --xdelta command line flags never actually checked wether + the given directory does exist, before trying to patch the game [the game + patcher does, too, but it should fail immediately upon wrong user-input] + v7.3.0 (20160827): ::internal changes: - modularize common.sh diff --git a/scripts/common/common.sh b/scripts/common/common.sh index 2664c2b..93e1c13 100644 --- a/scripts/common/common.sh +++ b/scripts/common/common.sh @@ -1,7 +1,7 @@ #!/bin/bash -PATCHIMAGE_VERSION=7.3.0 -PATCHIMAGE_RELEASE=2016/08/27 +PATCHIMAGE_VERSION=7.3.1-devel +PATCHIMAGE_RELEASE=2016/08/27+ [[ -e ${HOME}/.patchimage.rc ]] && source "${HOME}"/.patchimage.rc