release pl8

This commit is contained in:
Stéphane Lesimple
2021-02-22 21:58:09 +01:00
parent 442af06f7a
commit 36fa2db965
9 changed files with 1854 additions and 1730 deletions

View File

@@ -1,5 +1,9 @@
# dvdisaster changelog -*-text-*- # dvdisaster changelog -*-text-*-
0.79.6.patchlevel-8 22-02-2021 *UNOFFICIAL*
- enh: gui: medium-info: add an 'exhaustive search' when not enabled in options
- enh: gui: prefs: add a visual cue of tooltips
0.79.6.patchlevel-7 30-01-2021 *UNOFFICIAL* 0.79.6.patchlevel-7 30-01-2021 *UNOFFICIAL*
- feat: add a new button to remove ECC data from an iso ("strip"), restoring an ISO to its previous non-augmented state (option: -z/--strip) - feat: add a new button to remove ECC data from an iso ("strip"), restoring an ISO to its previous non-augmented state (option: -z/--strip)
- enh: try harder to find RS02/RS03 sigs in non-exhaustive mode (#19) - enh: try harder to find RS02/RS03 sigs in non-exhaustive mode (#19)

2
configure vendored
View File

@@ -21,7 +21,7 @@ fi
# Set the package name and version # Set the package name and version
PACKAGE dvdisaster 0.79.6 PACKAGE dvdisaster 0.79.6
DEFINE_INT PATCHLEVEL 7 DEFINE_INT PATCHLEVEL 8
DEFINE_STRING HAVE_UNSTABLE_RELEASE 1 DEFINE_STRING HAVE_UNSTABLE_RELEASE 1
# Check for some essential tools. # Check for some essential tools.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -79,7 +79,7 @@ static gboolean expose_cb(GtkWidget *widget, GdkEventExpose *event, gpointer dat
Closure->invisibleDash = g_strdup_printf("<span color=\"#%02x%02x%02x\">-</span>", Closure->invisibleDash = g_strdup_printf("<span color=\"#%02x%02x%02x\">-</span>",
bg->red>>8, bg->green>>8, bg->blue>>8); bg->red>>8, bg->green>>8, bg->blue>>8);
AboutText(box, _("This is <b>v0.79.6-pl7</b>. The patchlevel series are enhanced from the last upstream pre-release.\n" AboutText(box, _("This is <b>v0.79.6-pl8</b>. The patchlevel series are enhanced from the last upstream pre-release.\n"
"We add support for a CLI version, BD-R TL/QL, a Windows build, an option to produce bigger BD-R RS03,\n" "We add support for a CLI version, BD-R TL/QL, a Windows build, an option to produce bigger BD-R RS03,\n"
"images, support for stripping ECC from ISOs, re-enabled adaptive reading (except for RS03), and more.\n" "images, support for stripping ECC from ISOs, re-enabled adaptive reading (except for RS03), and more.\n"
"\n" "\n"