bump version to 7.3.1, ChangeLog

This commit is contained in:
Christopher Roy Bratusek 2016-08-27 14:59:22 +02:00
parent 13316d3eda
commit fd6e202fbd
2 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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