From b20421e639990c11ea1a556e722dc7f857cfe2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 11 May 2025 21:00:00 +0200 Subject: [PATCH] release v0.79.10-pl5 --- CHANGELOG | 3 +++ configure | 2 +- src/welcome-window.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4e38ba7..c32da5c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,9 @@ # You should have received a copy of the GNU General Public License # along with dvdisaster. If not, see . +0.79.10.patchlevel-5 11-05-2025 *UNOFFICIAL* +- fix: GUI fileopen dialog crash + 0.79.10.patchlevel-4 04-05-2025 *UNOFFICIAL* - enh: port the GUI to gtk3 - enh: speedup RS03 repair diff --git a/configure b/configure index 25af62c..f730848 100755 --- a/configure +++ b/configure @@ -41,7 +41,7 @@ fi # Set the package name and version PACKAGE dvdisaster 0.79.10 -DEFINE_INT PATCHLEVEL 4 +DEFINE_INT PATCHLEVEL 5 DEFINE_STRING HAVE_UNSTABLE_RELEASE 1 DEFINE_STRING HOMEPAGE "https://dvdisaster.jcea.es" diff --git a/src/welcome-window.c b/src/welcome-window.c index fac644c..7f812c9 100644 --- a/src/welcome-window.c +++ b/src/welcome-window.c @@ -81,7 +81,7 @@ void GuiCreateWelcomePage(GtkNotebook *notebook) GuiAboutText(box, _("New in this Version:")); GuiAboutTextWithLink(box, _( - "This is v0.79.10-pl4. The [patchlevel series] are enhanced on top of the last upstream release to:\n" + "This is v0.79.10-pl5. The [patchlevel series] are enhanced on top of the last upstream release to:\n" "- add support for BD-R TL/QL and HD-DVD,\n" "- add support for stripping ECC from ISOs,\n" "- add an option to generate BD-R RS03 images with more redundancy,\n"