forked from axic/ruby-quota
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
66 lines (41 loc) · 2.05 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
Thu Feb 13 07:48:16 UTC 2003 Takaaki Tateishi <[email protected]>
* Detecting V0 quota format.
Sat Mar 30 15:01:12 UTC 2002 Takaaki Tateishi <[email protected]>
* version 0.5.1
Sat Mar 30 14:59:04 UTC 2002 Takaaki Tateishi <[email protected]>
* The memory allocated by getmntinfo() should not be free()'d
by Ruby/Quota on FreeBSD and NetBSD.
Fri Mar 29 04:42:06 UTC 2002 Takaaki Tateishi <[email protected]>
* version 0.5.0.
Thu Mar 21 18:57:34 UTC 2002 Takaaki Tateishi <[email protected]>
* A memory allocated by getmntinfo() should be free()'d.
Thu Mar 21 18:54:38 UTC 2002 Kambe Takahiro <[email protected]>
* Check on NetBSD and fix typos.
Wed Mar 20 18:32:57 UTC 2002 Takaaki Tateishi <[email protected]>
* Use "struct disk_dqblk" defined in linux/quota.h on linux-2.4.
The disk_dqblk has a "curspaces" and "id", however don't have
"curblocks".
* Use "qid_t" instead of int or uid_t on linux-2.4.
* Add UserID and GroupID.
* Use getmntinfo() to obtain a mounted directory from a filesystem.
Mon Mar 18 20:18:39 UTC 2002 Takaaki Tateishi <[email protected]>
* version 0.4.1
Mon Mar 18 19:36:30 UTC 2002 Takaaki Tateishi <[email protected]>
* Use sys/quota.h if it exists.
* Add Quota::VERSION.
Tue Jul 17 12:53:03 JST 2001 Takaaki Tateishi <[email protected]>
* version 0.4
Thu Jul 5 22:29:06 JST 2001 Takaaki Tateishi <[email protected]>
* the DiskQuota has same structure members for Linux,BSD and Solaris.
aliases of the itimelimit, isoftlimit, ihardlimit and curinodes
are ftimelimit, fsoftlimit, fhardlimit and curfiles respectively
Sun Jun 24 12:51:37 JST 2001 Takaaki Tateishi <[email protected]>
* version 0.3
Sun Jun 24 12:21:30 JST 2001 Akinori MUSHA <[email protected]>
* quota.c: support *bsd's quotactl.
Sun Dec 3 22:35:34 JST 2000 Takaaki Tateishi <[email protected]>
* version 0.2
Sun Dec 3 22:17:17 JST 2000 Takaaki Tateishi <[email protected]>
* quota.c (rb_quotactl): support linux's quotactl.
Wed Nov 22 14:20:05 JST 2000 Takaaki Tateishi <[email protected]>
* version 0.1