summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--INSTALL8
-rw-r--r--NEWS8
-rw-r--r--TODO6
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--src/dir_list.c2
-rw-r--r--src/ext4magic.82
8 files changed, 28 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index a250123..9117c41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"
diff --git a/INSTALL b/INSTALL
index 29ec12b..af258ad 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.
#
diff --git a/NEWS b/NEWS
index e69de29..dc1ed89 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
+
diff --git a/TODO b/TODO
index 4643adf..280b648 100644
--- a/TODO
+++ b/TODO
@@ -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
+
diff --git a/configure b/configure
index b3fbfac..aaca18d 100755
--- a/configure
+++ b/configure
@@ -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