File: ChangeLog

package info (click to toggle)
reiser4progs 1.0.7-6.3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,364 kB
  • sloc: ansic: 33,475; sh: 8,489; makefile: 1,004
file content (157 lines) | stat: -rw-r--r-- 4,965 bytes parent folder | download | duplicates (2)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
This file is part of reiser4progs package

Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser, licensing governed by
reiser4progs/COPYING.

This file may be modified and/or distributed without restriction. This is
not an invitation to misrepresent the history of reiser4progs.

2008-01-09
	1.0.7 version.
2008-01-09
	Alias -p "preen" to -a "auto" for fsck.
	Bugfixes:
	- fixed bugs in CryptoCompression object plugin (incorrect handling
	of corrupted compressed bodies).
	- suppress messages about wrong bytes for CryptoCompression
	objects	as in most cases it is because kernel doesn't support
	i_blocks and i_bytes for such objects because of performance
	issues. If wrong bytes is the result of fatal corruption, then
	fsck will detect and report it.
2006-02-22
	1.0.6 version.
2006-01-13
	Version control data is added into format40 disk format plugin.
	Version control data is added into backup blocks.
	Recover filesystems of both old and new formats - temporary.
	UPDATE_BACKUP_IS_NEEDED is added -- handle correctly cases when 
	disk format is updated and backup blocks are not; fsck correctly.
2005-12-09
	Heir plugin SET (HSET) is added.
2005-11-21
	Bugfixes:
	- a lot of fixes in compression tail item plugin;
	- a lot of fixes in CryptoCompression object plugin;
	- a lot of fixes in common object plugin repair code;
	- in spec file.
2005-11-08
	A lot of speedups.
	A lot of bugfixes.
	Demos/busy program update: crypto compression test is added.
2005-10-31
	Bugfixes in truncate, clubber and check_struct methods of all object
	plugins.
2005-10-28
	Compression plugin is added. 
	CryptoCompression plugin is adjusted to handle compressed files.
2005-10-14
	Bugfixes:
	- check the path given on a symlink creation;
	- check the possible file position overflow;
	- handle the cluster size of ctail items correctly.
2005-09-31
	Crypto-Compression Object plugins is added.
	Fix the object creation: inherit always from the parent.
	Fix the pset storage policy.
2005-08-31
	Compression tail item (ctail) plugin is added.
2005-08-16
	The full support for Crypto-Compression plugins is added into PluginSet
	and libreiser4 profile.
	Crypto SD extention is edded.
2005-08-12
	1.0.5 version.
2005-08-10
	Installation fix.
	Return value fixes.
	Backup block handling fixes.
2005-06-28
	Ability to link against libaal placed at arbitrary location is fixed.
	Unlink dir fix.
	Stat40 check_struct fix.
	Man pages for not ready utils are removed.
	Handle new (crc related) fields in plugin set correctly.
	Flush fs metadata fix (interrupt related).
	Do not flush dirty nodes if fsck fails.
	Recalculate bitmap checksums at the end of fsck if they are wrong.
	Do not update bitmaps after every fsck pass if no metadata found.
2005-03-23
	nomkid option to fsck -- ability to recover reiser4 w/out mkid check.
2005-03-21
	Large file handling fixes.
2005-03-16
	Some casting fixes.
2005-02-21
	Reg40 file body convertion fixes.
2005-02-20
	The 1.0.4 version.
2005-02-19
	A bugfix in file body convertion code.
2005-02-17
	Enable libminimal by default.
	Do not configure empty utils(resizer, cpfs).
2005-01-30
	Some bug fixes in tree balancing, fs check, syncing code.
2005-01-25
	Some bug fixes in tree balancing code.
2005-01-20
	Bug fixes:
	- in backup layout traverse code;
	- in insert extent item-by-item code;
2005-01-17
	A way to recover fs metadata independently of the mkfs id is added.
	Bug fixes:
	- in repair code then a node has a pointer to itself;
	- in not aligned access to different object on-disk data.
2004-12-23
	Bug fixes:
	- in initializing object id fields in SB;
	- in free blocks accounting;
	- in journal unpack code.
2004-12-12
	Some bugfixes:
	- in object/extent truncate code are fixed.
	- in backup handling code is fixed.
	- sware about libaal version correctly.
2004-12-04
	The version is 1.0.3
2004-12-01
	The Pack/unpack journal code is written.
	Cleanups in program options.
2004-11-25
	Build either all or none progs statically.
	The recover from unused space code is added. Could be used as undelete.
2004-11-24
	The backup code is written.
2004-10-29
	A bunch of bugs is fixed.
2004-10-21
	Object detach/unlink methods are fixed.
	Fix the handling of special entries ('.', '..') in directory objects.
	The version is 1.0.2.
2004-10-15
	File body write code (namely extent40 write) is rewritten
	and does work now.
2004-10-12
	Make allocator CRC endian safe
2004-10-07
	A bunch of bugs is fixed in the balancing code
2004-09-22
	Change "stand alone" to "minimal footprint"
2004-09-21
	Get rid of key collision problem is tree_scan
2004-09-16
	sd_bytes fix for files larger then 4G.
2004-09-14
	Make ldconfig to run automatically on 'make install'.
2004-09-13
	Make r5 hash working correctly with extended ASCII characters.
2004-08-24
	Some bugs are fixed:
	- in tree_scan method;
	- in reading extent items;
	- in man pages.
	Some optimisations for stand-alone are added.
	Version is 1.0.1.
2004-08-09
	1.0.0 version is released.