Changelog for
hfsprescue-2.2-1.1.x86_64.rpm :
Fri Apr 29 14:00:00 2016 malcolmlewisAATTopensuse.org
- Updated to version 2.2:
+ Options --slash parameter for --list and --csv added.
Mon Nov 30 13:00:00 2015 malcolmlewisAATTopensuse.org
- Updated to version 2.1:
+ Add \"Done.\" at the end of the log files.
+ FIX: Create root directory when there are no subdirectories.
+ FIX: Swap unicode bytes on non Apple machines.
+ Replaced algorithm to remove duplicate database entries in
Step 2 with qsort.
- Changes from version 2.0:
+ Many code updates, bug fixes and code optimization.
+ Restore steps have been changed. Now there are 6 Steps to
complete.
+ New options for the restore steps added.
+ Hfsprescue files are now in an own directory called
\'hfsprescue-data/\'.
+ Log file names have been changed.
+ File name extension changed to the correct extension from .c
to .cpp.
+ --is-lightweight warning fixed: Removed the files missing,
install.sh and depcom. Then running automake --add-missing
- -copy and autoreconf -i.
+ m4 directory warning fixed: m4 directory removed in
Makefile.am.
+ Next Step information output is printed with the executed
program name from the command line. C++ argument argc[0].
+ More details are shown now with the next step information
during the restore process.
+ Compiler warnings fixed.
+ Print better information on file create/open errors.
+ Use offset parameter for volume sector fixed.
+ UTF8 / Unicode conversion fixed.
+ Man page updated.
+ README file updated.
+ Partition start offset calculation added to the documentation.
+ Unable to create file error: too many open files (decompress)
fixed.
+ New option to choose alternative file names on restoring if a
file already exists. --alternative.
+ Restore only latest file if the new parameter --alternative is
not used.
+ Restoring of strong fragmented files added.
+ New search mode to find the Extents File Overflow start block
added.
+ New option to set the Extents File Overflow start block added.
+ New option to continue file restore on given file number.
+ New mode to restore just one specific file. --one-file.
+ Remove duplicate file entries from filesfound.db.
+ New mode to list contents of fileinfo.db. --list.
+ New mode to export contents of fileinfo.db to a csv file
- -csv.
+ New mode to find the HFS+ Volume Header / partition start
offset.
+ Replace file name char \'/\' with \':\' on none Mac OS.
+ Static build option \'--enable-static\' added for ./configure
Modified configure.ac.
+ Display more info on search unicode.
+ Display more info on search bytes from a file.
+ Recover directory structure bug fixed and optimized.
+ Addtional information files will be created on Step 6 in the
rested/newroot directory.
+ Additional long versions of options added.
+ --help updated.
- Changes from version 1.1:
+ General code cleanup and minor bug fixes.
- Changes from version 1.0:
+ Completely rewritten from scratch by Elmar Hanlhofer.
+ Many bug fixes.
+ HFS+ compression is now supported.
+ Man page added.
2013/01/19 0.3
- Changes from version 0.3:
+ Automake and configure by Masaki Muranaka and Elmar Hanlhofer.
+ Restore script generation rewritten by Elmar Hanlhofer.
- Drop man page as added upstream.
- Drop hfsprescue-add-cxxflags.patch as code cleanup upstream.
Thu Jan 17 13:00:00 2013 malcolmlewisAATTopensuse.org
- Initial build.
- Add a man page based on README.
- Add hfsprescue-fix-fsf-address.patch: Fix address in COPYING.
- Add hfsprescue-add-cxxflags.patch: Compile with rpm opt flags.