chore: update CHANGELOG and version
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# dvdisaster changelog -*-text-*-
|
# dvdisaster changelog -*-text-*-
|
||||||
|
|
||||||
|
0.79.6.patchlevel-5 12-01-2021 *UNOFFICIAL*
|
||||||
|
fix: don't error on blank media in medium-info (#19), bug present upstream since 0.79.5
|
||||||
|
fix: gui: fix the 'SetLabelText() failed' error caption on the medium-info window (#19), bug present upstream since 0.72.3
|
||||||
|
fix: add CHANGELOG, TODO, CREDITS to dist for the Help menu
|
||||||
|
chore: appimage: add missing gtk engines
|
||||||
|
chore: enhance packaging, update locales, changelog et al.
|
||||||
|
|
||||||
0.79.6.patchlevel-4 04-09-2020 *UNOFFICIAL*
|
0.79.6.patchlevel-4 04-09-2020 *UNOFFICIAL*
|
||||||
- feat: allow adaptive reading again*
|
- feat: allow adaptive reading again*
|
||||||
- feat: add --permissive-medium-type option
|
- feat: add --permissive-medium-type option
|
||||||
|
|||||||
2
configure
vendored
2
configure
vendored
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
BASH_BASED_CONFIGURE=./scripts/bash-based-configure
|
BASH_BASED_CONFIGURE=./scripts/bash-based-configure
|
||||||
BASH_BASED_CONFIGURE_OPTS="--buildtmp=$(pwd)/build $@"
|
BASH_BASED_CONFIGURE_OPTS="--buildtmp=$(pwd)/build $@"
|
||||||
REQUIRED_CFLAGS="-DPATCHLEVEL=4 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -pipe"
|
REQUIRED_CFLAGS="-DPATCHLEVEL=5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -pipe"
|
||||||
RECOMMENDED_CFLAGS="-O2 -fomit-frame-pointer -Wall -Wno-deprecated-declarations -Wno-stringop-truncation"
|
RECOMMENDED_CFLAGS="-O2 -fomit-frame-pointer -Wall -Wno-deprecated-declarations -Wno-stringop-truncation"
|
||||||
DEBUG_CFLAGS="-ggdb -Wall"
|
DEBUG_CFLAGS="-ggdb -Wall"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user