-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
70 lines (65 loc) · 3.24 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2016-03-29 Lakshmipathi.G <[email protected]>
* Release of giis-ext4 2.0
- Auto-recover files and place in a recycle directory
- Make use of giis-header table
..............................................................................
2013-12-17 Lakshmipathi.G <[email protected]>
* Release of giis-ext4 1.3
- Takes care of white space in file path with md5sum.
..............................................................................
2013-08-10 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 1.2
- Fix memory leak reported by valgrind.
..............................................................................
2013-02-14 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 1.1
- Supports multiple partitions.
..............................................................................
2012-11-06 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 1.0
- Parse mtab more cleanly.(works with openSUSE)
- Skip scanning un-modified directories during update
..............................................................................
2011-11-11 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 0.9
- Recompute md5sum of recovered files and compare it
with original md5sum and update its status on log
file.
- More readable log file format
............................................................................
2011-08-05 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 0.8
- Lock the db before making changes to it.
..............................................................................
2011-07-17 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 0.7
- Added --md5sum for each file.
..............................................................................
2011-03-05 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 0.6
- Added --list option to show deleted files and its
location.
..............................................................................
2011-01-30 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 0.5
- Another Crazy bug -removed O_TRUNC - now should
recover large files.
..............................................................................
2010-08-04 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 0.4
- Crazy bug - recover option calls uninstall.
add break for -g option
..............................................................................
2010-05-04 Lakshmipathi.G<[email protected]>
* Release of giis-ext4 0.3
- uninstall option added.
..............................................................................
2010-04-08 Lakshmipathi.G <[email protected]>
* Release of giis-ext4 0.2
- Patch to compile in gcc 4.3 and 4.4
- Patch for Makefile added.
................................................................................................,
2010-02-08 Lakshmipathi.G <[email protected]> or <[email protected]>
* Release of giis-ext4 0.1
- Uses ext2fs library and sqlite3.
- Supports similar recovey methods of giis for ext3.