diff options
author | robi <robi> | 2011-10-23 23:09:12 +0000 |
---|---|---|
committer | robi <robi> | 2011-10-23 23:09:12 +0000 |
commit | 5dbcad7cad4ea8edcc02415ac11a9a97bc5b333f (patch) | |
tree | ceb31d4a94170e06fc29d382187eada234b36d82 /src | |
parent | 2ca77b003776a958c3e86a525765965ec34dbf55 (diff) |
preparation release 0.3.0
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 4 | ||||
-rw-r--r-- | src/ext4magic.8 | 4 | ||||
-rw-r--r-- | src/file_type.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index ba673db..d237f4b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -245,9 +245,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/Makefile + $(AUTOMAKE) --gnu src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff --git a/src/ext4magic.8 b/src/ext4magic.8 index 6558d61..20126d6 100644 --- a/src/ext4magic.8 +++ b/src/ext4magic.8 @@ -1,4 +1,4 @@ -.TH ext4magic 8 "Jun 2011" "version 0.2.2" "Administrations Tool" +.TH ext4magic 8 "Oct 2011" "version 0.2.3" "Administrations Tool" .SH NAME ext4magic \- allows to recover deleted files on ext3/4 filesystems .SH SYNOPSIS @@ -32,7 +32,7 @@ extensive information about the filesytem Journal. .B Magic Options: (new in version 0.2.0) These options are for a mulit-stage recover especially for file restore after a recursiv deletion of parts or the whole file system. -(third step currently only available for ext3.) +(third step currently available for ext3 by versions 0.2.x ; a new experimental function for ext4 is included in version 0.3.0-pv0.) Umount the file system directly after an accidentally destroy and use these options with the umount file system or with a copy of this file system. The program automatically determines the correct time options if the deletion has only worked a short time (< 5 min) . For very large deletions, you must use the " diff --git a/src/file_type.c b/src/file_type.c index e287fbe..760149f 100644 --- a/src/file_type.c +++ b/src/file_type.c @@ -7057,7 +7057,7 @@ void get_file_property(struct found_data_t* this){ case 0x0313 : //x-unknown // this->func = file_x-unknown ; - strncat(this->name,".x-unknown",7); + strncat(this->name,".unknown",8); break; case 0x0314 : //x-xcursor @@ -7353,7 +7353,7 @@ void get_file_property(struct found_data_t* this){ case 0x0711 : //x-unknown // this->func = file_x-unknown ; - strncat(this->name,".unknown",7); + strncat(this->name,".unknown",8); break; case 0x0712 : //x-ms-asf |