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
|
attr (2.1.2-1) unstable; urgency=low
* New upstream release
-- Nathan Scott <nathans@debian.org> Mon, 25 Nov 2002 11:26:30 +1100
attr (2.1.1-1) unstable; urgency=low
* Fix the group for libattr1, was "utils" now "libs" (closes: #166836)
-- Nathan Scott <nathans@debian.org> Tue, 29 Oct 2002 09:29:52 +1100
attr (2.1.0-1) unstable; urgency=low
* New upstream release, changing dev package name (closes: #141755)
-- Nathan Scott <nathans@debian.org> Sat, 19 Oct 2002 08:40:38 +1000
attr (2.0.12-1) unstable; urgency=low
* New upstream release
-- Nathan Scott <nathans@debian.org> Mon, 7 Oct 2002 05:41:55 +1000
attr (2.0.11-1) unstable; urgency=low
* New upstream release
-- Nathan Scott <nathans@debian.org> Thu, 5 Sep 2002 09:12:02 +1000
attr (2.0.9-1) unstable; urgency=low
* New upstream release (mainly build-related changes)
* Added system call numbers for the Alpha architecture
-- Nathan Scott <nathans@debian.org> Thu, 4 Jul 2002 12:10:38 +1000
attr (2.0.8-1) unstable; urgency=low
* New upstream bugfix release
-- Nathan Scott <nathans@debian.org> Mon, 22 Apr 2002 15:04:53 +1000
attr (2.0.7-1) unstable; urgency=low
* New upstream bugfix release
-- Nathan Scott <nathans@debian.org> Sat, 13 Apr 2002 09:45:06 +1000
attr (2.0.6-1) unstable; urgency=low
* New upstream bugfix release
-- Nathan Scott <nathans@debian.org> Tue, 26 Mar 2002 15:13:49 +1100
attr (2.0.5-1) unstable; urgency=low
* New upstream bugfix release
-- Nathan Scott <nathans@debian.org> Tue, 12 Mar 2002 09:31:30 +1100
attr (2.0.3-1) unstable; urgency=low
* Major new upstream release
* Uses the new official ext2/ext3/XFS extended attributes interfaces
* Several system call changes - THIS WILL NOT WORK WITH OLD KERNELS!
(because old kernels use unreserved, unofficial system calls)
* Introduction of a new package (libattr) requested by ACL upstream
for new POSIX ACL packages; this is in addition to the existing
attr and attr-dev packages this source generates
-- Nathan Scott <nathans@debian.org> Tue, 26 Feb 2002 13:25:26 +1100
attr (1.1.3-0) unstable; urgency=low
* New release to fix system call issue on PowerPC
-- Nathan Scott <nathans@debian.org> Fri, 3 Aug 2001 11:06:55 +1000
attr (1.1.2-0) unstable; urgency=low
* New upstream release
-- Nathan Scott <nathans@debian.org> Fri, 27 Jul 2001 07:59:49 +1000
attr (1.1.1-0) unstable; urgency=low
* New upstream release
-- Nathan Scott <nathans@debian.org> Mon, 23 Jul 2001 10:27:37 +1000
attr (1.1.0-0) unstable; urgency=low
* Reworked package slightly so that its not Debian native
* Debian-specific changes now documented in changelog.Debian.gz
* New upstream release (see /usr/share/doc/attr/changelog.gz)
* Checked standards compliance - update standards version to 3.5.5
-- Nathan Scott <nathans@debian.org> Mon, 16 Jul 2001 18:14:56 +1000
attr (1.0.4) unstable; urgency=low
* Work around syscall number collision on recent ia64 kernels
-- Nathan Scott <nathans@debian.org> Mon, 2 Jul 2001 13:02:02 +1000
attr (1.0.3) unstable; urgency=low
* Updates to man pages.
-- Nathan Scott <nathans@debian.org> Fri, 18 May 2001 15:47:54 +1000
attr (1.0.2) unstable; urgency=low
* Initial release.
-- Nathan Scott <nathans@debian.org> Wed, 25 Apr 2001 12:19:15 +1000
Local variables:
mode: debian-changelog
End:
|