mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-10-31 23:05:06 +01:00
bump version to 7.3.1, ChangeLog
This commit is contained in:
parent
13316d3eda
commit
fd6e202fbd
10
ChangeLog
10
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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user