diff options
author | robi <robi> | 2010-07-04 13:21:10 +0000 |
---|---|---|
committer | robi <robi> | 2010-07-04 13:21:10 +0000 |
commit | 0e1df704d554e89452bc3769f994b54ec14ac4bb (patch) | |
tree | 0ea3fb4203c1e842cf098c7f833f49b272ace2b1 | |
parent | 463ededac767725d01661af40e925428773290e7 (diff) |
new version
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | INSTALL | 8 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | TODO | 6 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/dir_list.c | 2 | ||||
-rw-r--r-- | src/ext4magic.8 | 2 |
8 files changed, 28 insertions, 11 deletions
@@ -1,3 +1,12 @@ +0.1.3 BUG: crash if no write access to input filename list + changes: time option to "-a ...." and "-b ...." + changes: time match search for inode in directory + changes: BIG ENDIAN swap dirblock + changes: checking recover device + fix: some small bugs + + + 0.1.2 hardlink database: Changes handling link-count hardlink database: at end of process print content set_dir_attributes(): create now also empty directories with "-R" @@ -108,8 +108,8 @@ libblkid-devel libblkid-dev Das ext4magic Archiv downloaden und entpacken und in das so entstehende Verzeichnis wechseln - # tar -xzf ext4magic-0.1.2.tar.gz - # cd ext4magic-0.1.2 + # tar -xzf ext4magic-0.1.3.tar.gz + # cd ext4magic-0.1.3 Das Paket wird jetzt kompiliert. @@ -159,6 +159,8 @@ ext4magic angelegt wird. Nutzen sie die selbe Shell in der die EXT2LIB Variable wie folgt compilieren + # tar -xzf ext4magic-0.1.3.tar.gz + # cd ext4magic-0.1.3 # ./configure CFLAGS="-I$EXT2LIB" LDFLAGS="-L$EXT2LIB" LIBS="-luuid -lcom_err -lpthread" # make @@ -209,7 +211,7 @@ Die unterschiedlichen Versionen sehen sie zB. im Vergleich der Ausgabe folgender # ext4magic -V x - ext4magic version : 0.1.2 + ext4magic version : 0.1.3 libext2fs version : 1.41.11 CPU is little endian. # @@ -0,0 +1,8 @@ +ext4magic 0.1.3 there is now a german documentation + http://openfacts2.berlios.de/wikide/index.php/BerliosProject:Ext4magic + + We start with the BETA testing and try to find some german users for the + tests of general use, the elementary functions and the documentation. + The aim is to check the stability and to optimize the german documentation + for a translation. + @@ -2,12 +2,10 @@ Currently known issues -- the chmod of symlinks not working on all platforms (on sparc ubuntu, must be tested) - - on big-endian the crtime and deleted directory entry not correct if use the real libfunction for read the inode. - The modified version to read the Journal inode works. + The modified version to read the Journal inode works. BUG:#017304 ; #017304 - on ext4 possible small memory leak (must be tested) -
\ No newline at end of file + @@ -2490,7 +2490,7 @@ fi # Define the identity of the package. PACKAGE=ext4magic - VERSION=0.1.2 + VERSION=0.1.3 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 1062f89..4e738fc 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(ext4magic, 0.1.2) +AM_INIT_AUTOMAKE(ext4magic, 0.1.3) AC_LANG_C AC_PROG_CC diff --git a/src/dir_list.c b/src/dir_list.c index 7f38b15..9258cc2 100644 --- a/src/dir_list.c +++ b/src/dir_list.c @@ -126,7 +126,7 @@ return ret; } -// sort of invalid values by data copy +// sort out invalid values by data copy struct dir_list_head_t* clean_up_dir_list(struct dir_list_head_t* o_dir ){ struct dir_list_head_t* n_dir; int i; diff --git a/src/ext4magic.8 b/src/ext4magic.8 index 38c3dea..f9b05da 100644 --- a/src/ext4magic.8 +++ b/src/ext4magic.8 @@ -1,4 +1,4 @@ -.TH ext4magic 8 "May 2010" "version 0.1.2" "Administrations Tool" +.TH ext4magic 8 "Jul 2010" "version 0.1.3" "Administrations Tool" .SH NAME ext4magic \- allows to recover deleted files on ext3/4 filesystems .SH SYNOPSIS |