release v0.79.10-pl3
This commit is contained in:
committed by
GitHub
parent
8d24545c88
commit
42bb0a120b
@@ -20,6 +20,10 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with dvdisaster. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
0.79.10.patchlevel-3 17-02-2024 *UNOFFICIAL*
|
||||
- fix: corrupt data under Windows with mmap
|
||||
- fix: re-enable buttons after Split is used
|
||||
|
||||
0.79.10.patchlevel-2 17-09-2023 *UNOFFICIAL*
|
||||
- re-introduced MacOS build. No other functional change since v0.79.10-pl1.
|
||||
|
||||
|
||||
@@ -30,9 +30,10 @@ This version is built on top of the latest upstream version, with the following
|
||||
|
||||
Please refer to the [CHANGELOG](CHANGELOG) for all the details.
|
||||
|
||||
:loudspeaker: As of 2021, upstream development resumed [on a new website](https://dvdisaster.jcea.es/).
|
||||
We're working with the new team to upstream as much code as possible from this unofficial version.
|
||||
Even if at some point we succeed in upstreaming all our patches, and both codebases are exactly the same,
|
||||
In 2021, upstream development briefly resumed [on a new website](https://dvdisaster.jcea.es/).
|
||||
The new team successfully picked up some of the improvements of this unofficial version.
|
||||
If/when upstream resumes development again, their changes will be merged back here when possible.
|
||||
In any case, even if at some point we succeed in upstreaming all our patches, and both codebases are exactly the same,
|
||||
this repository will stay up as it provides automated tests and prebuilt binaries.
|
||||
|
||||
This version will never break compatibility with upstream versions,
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -40,7 +40,7 @@ fi
|
||||
# Set the package name and version
|
||||
|
||||
PACKAGE dvdisaster 0.79.10
|
||||
DEFINE_INT PATCHLEVEL 2
|
||||
DEFINE_INT PATCHLEVEL 3
|
||||
DEFINE_STRING HAVE_UNSTABLE_RELEASE 1
|
||||
DEFINE_STRING HOMEPAGE "https://dvdisaster.jcea.es"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dvdisaster 0.79\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-09-17 19:21+0200\n"
|
||||
"POT-Creation-Date: 2024-02-17 16:51+0100\n"
|
||||
"PO-Revision-Date: 2011-07-24 21:12+0100\n"
|
||||
"Last-Translator: Jindřich Šesták <khagaroth@users.sourceforge.net>\n"
|
||||
"Language-Team: none (individual translator)\n"
|
||||
@@ -6275,7 +6275,7 @@ msgstr "Vzorový disk"
|
||||
|
||||
#: src/welcome-window.c:84
|
||||
msgid ""
|
||||
"This is <b>v0.79.10-pl2</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"This is <b>v0.79.10-pl3</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"We add support for BD-R TL/QL, Windows and MacOS builds, 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"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dvdisaster 0.52.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-09-17 19:21+0200\n"
|
||||
"POT-Creation-Date: 2024-02-17 16:51+0100\n"
|
||||
"PO-Revision-Date: 2004-11-30 19:48+0100\n"
|
||||
"Last-Translator: Carsten Gnörlich <carsten@dvdisaster.de>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
@@ -6400,7 +6400,7 @@ msgstr "Beispiel-Datenträger"
|
||||
|
||||
#: src/welcome-window.c:84
|
||||
msgid ""
|
||||
"This is <b>v0.79.10-pl2</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"This is <b>v0.79.10-pl3</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"We add support for BD-R TL/QL, Windows and MacOS builds, 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"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dvdisaster 0.52.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-09-17 19:21+0200\n"
|
||||
"POT-Creation-Date: 2024-02-17 16:51+0100\n"
|
||||
"PO-Revision-Date: 2005-01-01 14:24+0100\n"
|
||||
"Last-Translator: Andrea Polverini <polve@polve.com>\n"
|
||||
"Language-Team: Italian <>\n"
|
||||
@@ -5851,7 +5851,7 @@ msgstr ""
|
||||
|
||||
#: src/welcome-window.c:84
|
||||
msgid ""
|
||||
"This is <b>v0.79.10-pl2</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"This is <b>v0.79.10-pl3</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"We add support for BD-R TL/QL, Windows and MacOS builds, 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"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dvdisaster 0.72.rc2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-09-17 19:21+0200\n"
|
||||
"POT-Creation-Date: 2024-02-17 16:51+0100\n"
|
||||
"PO-Revision-Date: 2010-06-09 11:13+0200\n"
|
||||
"Last-Translator: cg <cg@dvdisaster.org>\n"
|
||||
"Language-Team: Portuguese\n"
|
||||
@@ -6155,7 +6155,7 @@ msgstr "Disco de exemplo"
|
||||
|
||||
#: src/welcome-window.c:84
|
||||
msgid ""
|
||||
"This is <b>v0.79.10-pl2</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"This is <b>v0.79.10-pl3</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"We add support for BD-R TL/QL, Windows and MacOS builds, 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"
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dvdisaster 0.70.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-09-17 19:21+0200\n"
|
||||
"POT-Creation-Date: 2024-02-17 16:51+0100\n"
|
||||
"PO-Revision-Date: 2009-07-23 08:11+0300\n"
|
||||
"Last-Translator: Igor Gorbounov <igor.gorbounov@gmail.com>\n"
|
||||
"Language-Team: Russian\n"
|
||||
@@ -6166,7 +6166,7 @@ msgstr "Пример диска"
|
||||
|
||||
#: src/welcome-window.c:84
|
||||
msgid ""
|
||||
"This is <b>v0.79.10-pl2</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"This is <b>v0.79.10-pl3</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"We add support for BD-R TL/QL, Windows and MacOS builds, 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"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dvdisaster\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-09-17 19:21+0200\n"
|
||||
"POT-Creation-Date: 2024-02-17 16:51+0100\n"
|
||||
"PO-Revision-Date: 2006-06-14 23:48+0100\n"
|
||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||
@@ -5862,7 +5862,7 @@ msgstr ""
|
||||
|
||||
#: src/welcome-window.c:84
|
||||
msgid ""
|
||||
"This is <b>v0.79.10-pl2</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"This is <b>v0.79.10-pl3</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"We add support for BD-R TL/QL, Windows and MacOS builds, 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"
|
||||
|
||||
@@ -81,7 +81,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);
|
||||
|
||||
GuiAboutTextWithLink(box, _("This is <b>v0.79.10-pl2</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
GuiAboutTextWithLink(box, _("This is <b>v0.79.10-pl3</b>. The [patchlevel series] are enhanced from the last upstream release.\n"
|
||||
"We add support for BD-R TL/QL, Windows and MacOS builds, 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