Imported Upstream version 0.72.3

This commit is contained in:
TANIGUCHI Takaki
2012-03-06 11:08:15 +09:00
parent ab070f0354
commit 606d4178ee
713 changed files with 13953 additions and 28840 deletions

View File

@@ -21,81 +21,60 @@ $news_counter = 0;
news_headline("dvdisaster News");
news_item("21.11.2010", "dvdisaster 0.79.3 released", "
For GNU/Linux, the SG_IO driver is used by default
for accessing optical drives. This resolves the problem
with system freezes on parallel SCSI adapters which were
caused by the old CDROM_SEND_PACKET driver.
The RS03 codec now contains Altivec optimizations
on PowerPC platforms.
", 18, "2010-11-21T00:00:00Z", "2010-11-21T00:00:00Z");
news_item("07.11.2010", "Added Windows and Mac OS X versions for 0.72.2", "
Windows and Mac OS X versions of 0.72.2 are now available.
They were built using the updated development environment of 0.79.x.
This results in shipping with newer versions of the GTK+ libraries
and might yield slightly different visuals and behaviour.
", 17, "2010-11-07T00:00:00Z", "2010-11-07T00:00:00Z");
news_item("03.10.2011", "dvdisaster 0.72.3 released", "
The \"Verify\" function hangs when working on RS01 error
correction files which are larger than 2GB (the error correction
files are correctly generated though).
Volodymyr Bychkoviak discovered the problem and sent in
a bug fix.");
news_item("31.10.2010", "dvdisaster 0.72.2 released", "
This version introduces a workaround which prevents parallel SCSI
adapters from freezing under Linux.
Improved upward compatibility with dvdisaster 0.79.x.
", 16, "2010-10-31T00:00:00Z", "2010-10-31T00:00:00Z");
news_item("28.02.2010", "dvdisaster 0.79.2 released", "
Mac OS X binaries are available again as the Mac OS X development environment
has been updated for this version.
RS03 codec development progresses,
but is still far from being finished.
", 15, "2010-02-28T00:00:00Z", "2010-02-28T00:00:00Z");
news_item("07.02.2010", "Started new development branch 0.79", "
The first version of the new development branch (0.79.1) has just
been released. This release is meant for testing new functions;
it is not recommended for doing productive work. See the
<a href=\"download40.php\">download page</a> for information on
what has been changed and how you can participate in testing.
", 14, "2010-02-07T00:00:00Z", "2010-02-07T00:00:00Z");
news_item("01.10.2009", "Assessment of potential vulnerabilities in the windows version
of the GTK library", "
The Windows versions of dvdisaster 0.70.x/0.72.x are shipped with an outdated
GTK library containing vulnerabilities in its image processing routines.
To exploit the vulnerability, manipulated images need to be loaded from
an external source. Since dvdisaster does not contain/use such functions,
these vulnerabilities are not considered to be a threat.<p>
It is not recommended to replace GTK in the 0.70.x/0.72.x versions of
dvdisaster as some interfaces have been changed in newer GTK versions.
Replacing GTK will likely cause severe malfunction.<p>
The windows version of dvdisaster 0.73.1 will have updated interfaces
and will be shipped with a current version of GTK.<p>
Many thanks to all users who brought this issue to my attention.
", 13, "2009-10-01T00:00:00Z", "2009-10-01T00:00:00Z");
adapters from freezing under Linux. RS03 images from 0.79.x
versions will no longer cause spurious error messages.");
news_item("10.08.2009", "Project represention on SourceForge may be outdated", "
Due to the recent functionality changes on SourceForge we are unable
to upload the News, Downloads and CVS contents in time. Please refer
to the respective sections on this site (http://dvdisaster.net) instead.
", 12, "2009-08-10T00:00:00Z", "2009-08-10T00:00:00Z");
");
news_item("08.08.2009", "dvdisaster 0.72.1 released", "
Pablo Almeida provided a Portuguese translation for the screen text.
Added workaround to avoid Win XP freezing on certain CD-RW/drive pairs.<p>
<i>Update: The workaround is not complete. If the problem persists please
try version 0.79.x.</i>
", 11, "2009-08-08T00:00:00Z", "2010-02-06T00:00:00Z");
");
news_item("04.07.2009", "dvdisaster 0.72 released", "
This is the first stable version of the 0.72 branch.
Igor Gorbounov has completed the russian online documentation.
Some minor bugs from the first release candidate have been removed.<p>
", 10, "2009-07-04T00:00:00Z", "2009-07-04T00:00:00Z");
");
news_finalize();
news_item("14.04.2009", "Added: dvdisaster 0.72.rc1 for Mac OS X", "
The native version for Mac OS X is still a bit <a href=\"download30.php#mac\">rough
around the edges</a> in the user interface: The underlying GTK+ library port is in an early
development stage. But with todays update, dvdisaster is becoming usable on the Mac...
");
news_item("11.04.2009", "dvdisaster 0.72.rc1 released", "
The first release candidate for the stable 0.72 branch is available now.
Among the new features are Blu-Ray media support, raw reading and C2 scans
for CD.
See the <a href=\"download.php\">download page</a> for more information.
");
news_item("08.03.2009", "dvdisaster 0.71.28 released", "
This version fixes \"illegal instruction\" crashes on x86 machines
which do not support SSE2. More minor fixes towards the release
candidate.
");
news_item("18.01.2009", "dvdisaster 0.71.27 released", "
The documentation is finally complete. Some crashes and incompatibilities
with uncommon media and drives have been fixed. This version includes
the last major internal overhaul planned for the 0.71.x series, so if
all goes well the next version will be a stable release candidate.
");
if($news_flash == 0)
end_page();