release pl8
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# 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*
|
||||
- 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)
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -21,7 +21,7 @@ fi
|
||||
# Set the package name and version
|
||||
|
||||
PACKAGE dvdisaster 0.79.6
|
||||
DEFINE_INT PATCHLEVEL 7
|
||||
DEFINE_INT PATCHLEVEL 8
|
||||
DEFINE_STRING HAVE_UNSTABLE_RELEASE 1
|
||||
|
||||
# Check for some essential tools.
|
||||
|
||||
596
locale/cs.po
596
locale/cs.po
File diff suppressed because it is too large
Load Diff
596
locale/de.po
596
locale/de.po
File diff suppressed because it is too large
Load Diff
596
locale/it.po
596
locale/it.po
File diff suppressed because it is too large
Load Diff
596
locale/pt_BR.po
596
locale/pt_BR.po
File diff suppressed because it is too large
Load Diff
596
locale/ru.po
596
locale/ru.po
File diff suppressed because it is too large
Load Diff
596
locale/sv.po
596
locale/sv.po
File diff suppressed because it is too large
Load Diff
@@ -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>",
|
||||
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"
|
||||
"images, support for stripping ECC from ISOs, re-enabled adaptive reading (except for RS03), and more.\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user