File: ChangeLog

package info (click to toggle)
pdumpfs 1.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 184 kB
  • ctags: 11
  • sloc: ruby: 911; sh: 53; makefile: 44
file content (282 lines) | stat: -rw-r--r-- 9,561 bytes parent folder | download
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
2004-06-22  Satoru Takabayashi  <satoru@namazu.org>

 	* pdumpfs: Version 1.0 released.

	* Makefile (dist): Don't include  pdumpfs.exe.manifest.

	* Makefile (VERSION): Bumped version number to 1.0.

2004-05-22  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs.in (Pdumpfs::Pdumpfs::convert_bytes): New method.

2004-05-21  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs.in (Pdumpfs::PdumpfsForm::task_scheduler_menu_clicked):
	New method.
	(Pdumpfs::TimerDialog): Removed.
	(Pdumpfs::TaskSchedulerDialog::construct): New class.
	(Pdumpfs::PdumpfsForm::set_timer_menu_clicked): Removed.
	(Pdumpfs::PdumpfsForm::unset_timer_menu_clicked): Ditto.
	(Pdumpfs::PdumpfsForm::calc_interval): Ditto.
	(Pdumpfs::PdumpfsForm::update_statusbar): Ditto.
	(Pdumpfs::PdumpfsForm::start_timer_thread): Ditto.
	(Pdumpfs::PdumpfsForm::terminate_timer_thread): Ditto.
	(Pdumpfs::PdumpfsForm::restart_timer_thread): Ditto.
	(Pdumpfs::PdumpfsForm::save_config): Remove backup_time.
	(Pdumpfs::PdumpfsForm::load_config): Ditto.
	(Pdumpfs::TaskSchedulerDialog::construct): Simplified.
	(Pdumpfs::PdumpfsForm::start_statusbar_thread): Removed.
	(ntfs?): New method.
	(Pdumpfs::Pdumpfs): New class.
	(File::PdumpfsForm::save_menu_clicked): Removed.
	(File::PdumpfsForm::save_script): Ditto.
	(File::PdumpfsForm::escape): Ditto.

2004-05-20  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs.in (PdumpfsForm::do_backup): Use default values for
	parameters.
	(Pdumpfs::PdumpfsForm::save_script): New method.
	(Pdumpfs::PdumpfsForm::save_menu_clicked): Ditto.

2004-05-19  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs.in: (File::readable_file?): New method.
	(Pdumpfs::hour): New method.
	(Pdumpfs::min): Ditto.
	(Pdumpfs::sec): Ditto.
	(Pdumpfs::GetText): Simplified.
	(Pdumpfs::Catalog): Removed.
	(Pdumpfs::TimerDialog): New class.
	(Pdumpfs::VRMenuItem::disable): New method.
	(Pdumpfs::VRMenuItem::enable): Ditto.
	(Pdumpfs::PdumpfsForm::init_catalog): New method.
	(Pdumpfs::PdumpfsForm::get_into_tasktray): Ditto.
	(Pdumpfs::PdumpfsForm::add_controls): Ditto.
	(Pdumpfs::PdumpfsForm::add_menus): Ditto.
	(Pdumpfs::PdumpfsForm::set_timer_menu_clicked): Ditto.
	(Pdumpfs::PdumpfsForm::unset_timer_menu_clicked): Ditto.
	(Pdumpfs::PdumpfsForm::calc_interval): Ditto.
	(Pdumpfs::PdumpfsForm::update_statusbar): Ditto.
	(Pdumpfs::PdumpfsForm::self_trayrbuttonup): Ditto.
	(Pdumpfs::PdumpfsForm::restore_menu_clicked): Ditto.
	(Pdumpfs::PdumpfsForm::start_statusbar_thread): Ditto.
	(Pdumpfs::PdumpfsForm::start_timer_thread): Ditto.
	(Pdumpfs::PdumpfsForm::terminate_timer_thread): Ditto.
	(Pdumpfs::PdumpfsForm::restart_timer_thread): Ditto.
	(Pdumpfs::PdumpfsForm::open_file): Ditto.
	(Pdumpfs::PdumpfsForm::save_config): Ditto.
	(Pdumpfs::PdumpfsForm::load_config): Ditto.
	(Pdumpfs::PdumpfsForm::quit_graceful): Ditto.
	(Pdumpfs::PdumpfsForm::self_close): Ditto.
	(Pdumpfs::PdumpfsForm::tasktray_menu_clicked): Ditto.
	(Pdumpfs::PdumpfsForm::view_log_menu_clicked): Ditto.
	(Pdumpfs::PdumpfsForm::clear_log_menu_clicked): Ditto.
	(Pdumpfs::PdumpfsForm::update_menuitem): Ditto.
	(Pdumpfs::PdumpfsForm::histories_not_empty?): Ditto.
	(Pdumpfs::PdumpfsForm::log_file_exist?): Ditto.
	(Pdumpfs::PdumpfsForm::update_menu): Ditto.
	(Pdumpfs::PdumpfsForm::clear_history): Ditto.
	(Pdumpfs::PdumpfsForm::clear_history_menu_clicked): Ditto.
	(Pdumpfs::PdumpfsForm::combobox_find): Ditto.
	(Pdumpfs::PdumpfsForm::combobox_empty?): Ditto.
	(Pdumpfs::PdumpfsForm::web_menu_clicked): Ditto.
	(Pdumpfs::PdumpfsForm::validate_filesystem): Ditto.
	(Pdumpfs::PdumpfsForm::sensitive_menus): Ditto.
	(Pdumpfs::PdumpfsForm::disable_controls): Ditto.
	(Pdumpfs::PdumpfsForm::enable_controls): Ditto.
	(Pdumpfs::PdumpfsForm::do_critical): Ditto.
	(Pdumpfs::PdumpfsForm::validate_all): Ditto.
	(Pdumpfs::PdumpfsForm::add_log_entry): Ditto.
	(Pdumpfs::PdumpfsForm::do_backup): Refined.

2004-05-18  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs.in (GetText): New module.
	(Pdumpfs::Catalog): New class.
	(Pdumpfs::PdumpfsForm): Use them.
	(Pdumpfs::PdumpfsForm::load_catalog): New method.
	(Pdumpfs::PdumpfsForm::get_local_time): New method.

	* catalog-validator.rb: New file.
	* catalog.jpn: New file.

2004-05-12  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs.in (validate): New function.
	(main): Use it.
	(NullMatcher): New class.
	(parse_options): Use it.
	(start_backup): New function.
	(PdumpfsForm): New module.
	(recursive_copy): Add a new parameter: reporter.
	(update_snapshot): Ditto.
	(nodir): Removed.
	(PdumpfsForm): New class for Windows GUI.
	(File::force_symlink): New method.	
	(update_file): Use it.

	* pdumpfs.exe.manifest: New file.

	* Makefile (VERSION): Bumped version number to 0.99

2004-05-11  Satoru Takabayashi  <satoru@namazu.org>

 	* pdumpfs: Version 0.9 released.

	* pdumpfs.html: Renamed from pdumpfs-en.html.

	* Makefile (pdumpfs.exe): New rule.
	(dist-w32): Ditto.
	(dist): Add README and COPYING.

	* tests/pdumpfs-test (yesterday): Add a test for comparing inodes.

	* pdumpfs.in (File::force_symlink): New method.

2004-05-10  Satoru Takabayashi  <satoru@namazu.org>

	* Makefile: New file.

	* pdumpfs: Apply a patch by Takeshi Komiya
	<katsuwo@monochrome.jp>. W32 support now requires Ruby 1.8 not 1.7.

2004-03-31  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs: (File::real_file?): New function.
	(same_file?): Use it.
	(File::real_directory?): New function.
	(update_file): Fixed the symlink handling of the case when the
	latest backup file is a real file but the current source file is
	changed to symlink. Reported by "KAMOSAWA, Masao"
	<jcd00743@nifty.ne.jp>. 

	* pdumpfs: Bumped version number to 0.9.

 	* pdumpfs: Version 0.8 released.

	* pdumpfs (is_windows?): Use Regexp#match instead of String#match
	to support Ruby 1.6. Reported by matsuu.
	(windows?): Renamed from is_windows?.

	* pdumpfs: Bumped version number to 0.8.

2004-03-30  Satoru Takabayashi  <satoru@namazu.org>

 	* pdumpfs: Version 0.7 released.

	* tests/pdumpfs-test (yesterday): Added tests for --exclude,
	--exclude-by-size, --exclude-by-glob.

	* pdumpfs (Pdumpfs::ExcludeCondition::exclude?): Modify the
	condition on @size.
	(usage): Updated.
	(parse_options): Renamed: --exclude-size -> --exclude-by-size.
	and --exclude-file by --exclude-by-glob.
	(Pdumpfs::FileMatcher): Renamed from ExcludeCondition.
	(Pdumpfs::FileMatcher::calc_size): Renamed from size= and simplified.
	(Pdumpfs::FileMatcher::initialize): Take values in it.
	(Pdumpfs::FileMatcher::size): Removed the reader.
	(Pdumpfs::FileMatcher::globs): Removed the reader.
	(Pdumpfs::FileMatcher::pattern): Removed the accessor.
	(parse_options): Modified to adopt the change in FileMatcher.
	(eprintf): New function.

	* pdumpfs (parse_options): New option: --version.

	* pdumpfs: Applied "pdumpfs exclude patch" by Takeshi Komiya
	<katsuwo@monochrome.jp>.
	<http://www.monochrome.jp/~katsuwo/software/pdumpfs-exclude/>

	* pdumpfs: Applied "pdumpfs Win32/NTFS support patch" by Yasuhiro
	Morioka <yasuhiro.morioka@k5.dion.ne.jp> and Takeshi Komiya
	<katsuwo@monochrome.jp>.
	<http://www.monochrome.jp/~katsuwo/software/pdumpfs-win32ntfs/>

	* pdumpfs: Applied a patch to skip socket/deviceb/etc. by Takeshi
	Komiya.	[pdumpfs:41]

2002-08-06  Satoru Takabayashi  <satoru@namazu.org>

 	* pdumpfs: Version 0.6 released.

	* pdumpfs (recursive_copy): Allow disappearing files while
	recursive_copy runs. Suggested by Roger Klorese <rogerk@vmware.com>.
	(update_snapshot): Ditto.

2002-02-16  Satoru Takabayashi  <satoru@namazu.org>

	* man/ja/man8/pdumpfs.8: Reformatted by
	"Akinori MUSHA" <knu@iDaemons.org>

	* man/man8/pdumpfs.8: Reformatted by
	"Akinori MUSHA" <knu@iDaemons.org>

2002-02-13  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs (main): Use File.umask(0077) to prevent others from
	peeking o-r or g-r directories. 
	Suggested by akira yamada <akira@arika.org>. 

2002-02-12  Satoru Takabayashi  <satoru@namazu.org>

 	* pdumpfs: Version 0.5 released.

	* man/ja/man8/pdumpfs.8: New file. Contributed by 
	Hiroyuki Shimada <shimaden@din.or.jp>

	* man/man8/pdumpfs.8: New file. Contributed by
	Hiroyuki Shimada <shimaden@din.or.jp>

	* pdumpfs (restore_dir_attributes): New method.
	(update_snapshot): Use restore_dir_attributes to preserve
	attributes of directories.
	(recursive_copy): Ditto.

2001-12-17  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs (main): Call main only if __FILE__ == $0.
	- Suggested by akira yamada <akira@arika.org>.

2001-10-19  Satoru Takabayashi  <satoru@namazu.org>

 	* pdumpfs: Version 0.4 released.

	* pdumpfs: (latest_snapshot): Allow 31 days of absence.

2001-08-25  Satoru Takabayashi  <satoru@namazu.org>

	* pdumpfs: Apply Kazuhiro NISHIYAMA <zn@mbf.nifty.com>'s patch.
	- Destination basename can be specified as a command line option.
	- Use Regexp.quote for a souce directory in a regex.
	- Use File.chown if invoked by root.
	- Use File.lchown if available.
	- Avoid utime for symlinks.

2001-02-21  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* pdumpfs: Version 0.3 released.

	* pdumpfs (update_file): Fix directory handling bug.

2001-02-20  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* pdumpfs: Version 0.2 released.

	* pdumpfs: Fix trivial bugs.

2001-02-19  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* pdumpfs: Version 0.1 released.

	* pdumpfs (genpath): Abolished.

2001-02-18  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* pdumpfs: Rewrite it in Ruby

2001-02-15  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* pdumpfs: Prototyping with shell script