diff --git a/docs/TODO.md b/docs/TODO.md deleted file mode 100644 index 2c83d17..0000000 --- a/docs/TODO.md +++ /dev/null @@ -1,13 +0,0 @@ -- Hashes are wrongly calculated on big-endian machines. This just needs fixing - of some #define's in the multihash library. -- Add MacOS X-specific code. All that is needed is a way to send MMC commands - to the DVD-ROM drive. Inspiration can be taken from the libcdio sources. If - only I had a Mac... Same goes for *BSD, anyway. -- Maybe write a graphical client. I will not do this as I am no GUI fanatic, - but I am sure many Windows users will still use RawDump as it has a GUI, - while we do not. This is actually quite easy, as the program is split into a - library (libfriidump) and a frontend. If anybody does it, please try to make - a portable GUI, maybe by using GTK+, qt, wxWidgets or whatever similar - toolkit you might find. -- Make FriiDump as fast as RawDump (i.e.: 2.5 hours for a Wii disc). -- Improve and better document the library API. diff --git a/docs/changelog.md b/docs/changelog.md index a1aaf58..68aa871 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,18 +7,27 @@ ### Jackal, gorelord4e, themabus - Fixed failing after 1st DL media layer with non-Hitachi methods. + - Fixed still hashing with 'nohash' parameter when resuming. + - Fixed resuming larger files (~4 GB). + - Fixed unscrambling larger files. + - Faster file unscrambling. + - Slight modifications to methods; possible performance increase with Hitachi based devices. + - Restructured methods and added some new ones. + - Added layer break information. + - Added current position output when error occurs. + - Added SH-D162A, SH-D162B, SH-D162C & SH-D162D as supported. - ### + ### # 0.5.2 (10/01/2010) @@ -31,7 +40,7 @@ - Slight performance increase (~1650 MB/h on LH-18A1H). - Added LH-18A1P, LH-20A1H, LH-20A1P to list of supported devices. - ### + ### # 0.5.1 (01/12/2009) @@ -45,7 +54,7 @@ - Limited recognized Lite-On drives to LH-18A1H. - ### + ### # 0.5.0 (27/11/2009) ### Jackal, Truman, themabus @@ -62,7 +71,7 @@ stop, speed, command, type, size - Some minor changes and fixes. - ### + ### # 0.4 (08/03/2008) @@ -70,7 +79,7 @@ - Support for DL Wii DVDs. - ### + ### # 0.3 (06/10/2007) diff --git a/docs/INSTALL.md b/docs/install.md similarity index 100% rename from docs/INSTALL.md rename to docs/install.md diff --git a/docs/NEWS.md b/docs/news.md similarity index 100% rename from docs/NEWS.md rename to docs/news.md diff --git a/docs/todo.md b/docs/todo.md new file mode 100644 index 0000000..8f73b4d --- /dev/null +++ b/docs/todo.md @@ -0,0 +1,7 @@ +# Todo + +- Hashes are wrongly calculated on big-endian machines. This just needs fixing of some #define's in the multihash library. +- Add MacOS X-specific code. All that is needed is a way to send MMC commands to the DVD-ROM drive. Inspiration can be taken from the libcdio sources. If only I had a Mac... Same goes for *BSD, anyway. +- Maybe write a graphical client. I will not do this as I am no GUI fanatic, but I am sure many Windows users will still use RawDump as it has a GUI, while we do not. This is actually quite easy, as the program is split into a library (libfriidump) and a frontend. If anybody does it, please try to make a portable GUI, maybe by using GTK+, qt, wxWidgets or whatever similar toolkit you might find. +- Make FriiDump as fast as RawDump (i.e.: 2.5 hours for a Wii disc). +- Improve and better document the library API.