prepare to upload
[debian/mtx] / debian / changelog
1 mtx (1.3.12-3) unstable; urgency=low
2
3   * add Homepage field to control file, closes: #556747
4
5  -- Bdale Garbee <bdale@gag.com>  Sat, 20 Mar 2010 01:39:17 -0600
6
7 mtx (1.3.12-2) unstable; urgency=low
8
9   * patch from David Paleino to improve bash completions, closes: #522739
10   * switch to using dh_bash-completion
11
12  -- Bdale Garbee <bdale@gag.com>  Mon, 06 Apr 2009 10:20:08 -0600
13
14 mtx (1.3.12-1) unstable; urgency=low
15
16   * new upstream version, closes: #500590
17   * clean up lintian warnings
18   * incorporate two changes suggested by a patch from Adam Cécile (Le_Vert):
19   * add debian/watch
20   * move config.* update to configure target, yields a smaller diff that 
21     doesn't clash with git-buildpackage... already had autotools-dev build dep!
22
23  -- Bdale Garbee <bdale@gag.com>  Sun, 15 Feb 2009 10:17:54 -0700
24
25 mtx (1.3.11-1) unstable; urgency=low
26
27   * new upstream version, closes: #425687, #425688
28   * don't let Makefile.in strip binaries, let dh_strip do it, closes: #437589
29
30  -- Bdale Garbee <bdale@gag.com>  Tue, 15 Apr 2008 14:34:32 -0600
31
32 mtx (1.2.17rel-2) unstable; urgency=low
33
34   * update config.sub and config.guess in rules clean target using the
35     autotools-dev package, closes: #367467
36
37  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Aug 2006 18:44:54 -0600
38
39 mtx (1.2.17rel-1) unstable; urgency=low
40
41   * new upstream version
42
43  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Jun 2006 23:57:44 -0400
44
45 mtx (1.2.16rel-5) unstable; urgency=low
46
47   * add build-deps needed for GNU/kFreeBSD, closes: #367467
48   * update debhelper build dependency
49
50  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Jun 2006 23:42:00 -0400
51
52 mtx (1.2.16rel-4) unstable; urgency=medium
53
54   * revert SG_SCSI_DEFAULT_TIMEOUT to 5 minutes since at least the Sony
55     TLS-9000 takes more than a minute to load sometimes, closes: #229169
56   * remove 'previous' from command summary, since it's not actually 
57     implemented in the program, closes: #230041
58   * include bash_completion file from Jon Middleton, closes: #227456
59
60  -- Bdale Garbee <bdale@gag.com>  Sat, 14 Feb 2004 22:36:23 -0700
61
62 mtx (1.2.16rel-3) unstable; urgency=low
63
64   * apply patch from Torsten Werner <twerner@debian.org> that elminates
65     hard-coding of the value of HZ, closes: #224147
66
67  -- Bdale Garbee <bdale@gag.com>  Tue, 16 Dec 2003 10:04:26 -0700
68
69 mtx (1.2.16rel-2) unstable; urgency=low
70
71   * apply patch from R.A.Owen <rao3@leicester.ac.uk> that fixes the "staggered"
72     output from the status command on some changers, closes: #129910
73
74  -- Bdale Garbee <bdale@gag.com>  Tue,  9 Apr 2002 19:30:06 -0600
75
76 mtx (1.2.16rel-1) unstable; urgency=low
77
78   * new upstream version, bug-fixing release, reportedly fixes timeout 
79     problem with some drives, closes: #113947
80
81  -- Bdale Garbee <bdale@gag.com>  Mon,  4 Mar 2002 01:27:48 -0700
82
83 mtx (1.2.15-1) unstable; urgency=low
84
85   * new upstream source
86   * update standards version, rebuild rules file
87   * man pages all included now, mtx-changer and other pieces from contrib
88     provided as examples, though chg-mtx in the amanda package is probably
89     a better choice for use with amanda, closes: #113728
90   * apply diffs to correct "spelling errors" (actually hyphenation) in the
91     descriptions in the control file, closes: #125160
92
93  -- Bdale Garbee <bdale@gag.com>  Sun, 30 Dec 2001 21:28:46 -0700
94
95 mtx (1.2.10-1) unstable; urgency=low
96
97   * new upstream source
98
99  -- Bdale Garbee <bdale@gag.com>  Mon, 11 Dec 2000 17:34:13 -0700
100
101 mtx (1.0-10) frozen unstable; urgency=low
102
103   * deliver mtx.doc, lost when the package was made FHS compliant, 
104     closes: #56276  Target frozen since including the documentation
105     is worthwhile for potato, and there is no added risk.
106
107  -- Bdale Garbee <bdale@gag.com>  Wed,  9 Feb 2000 12:27:58 -0700
108
109 mtx (1.0-9) unstable; urgency=low
110
111   * fix postinst/postrm scripts to be executable again
112
113  -- Bdale Garbee <bdale@gag.com>  Tue, 11 Jan 2000 23:00:17 -0700
114
115 mtx (1.0-8) unstable; urgency=low
116
117   * update to latest standards revision, add Build-Depends
118   * fix all the lintian errors that aren't intentional, override the two
119     permissions warnings since they're precisely what is needed
120
121  -- Bdale Garbee <bdale@gag.com>  Fri,  7 Jan 2000 02:47:08 -0700
122
123 mtx (1.0-7) unstable; urgency=low
124
125   * grab a local copy of scsi_ioctl.h from the 2.2.10 kernel source tree.  This
126     doesn't change often in any way we care about, and this is much simpler
127     than having to reference a live kernel tree somewhere...
128   * move to debhelper and CVS
129
130  -- Bdale Garbee <bdale@gag.com>  Sun, 20 Jun 1999 10:42:39 -0600
131
132 mtx (1.0-6) unstable; urgency=low
133
134   * put mtx in group backup, setuid root, perms set so that only members of
135     group backup can run mtx.  This makes mtx compatible with amanda.
136
137  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Jan 1998 15:06:13 -0700
138
139 mtx (1.0-5) unstable; urgency=low
140
141   * explicit include path to find <scsi/scsi_ioctl.h> in the 
142     /usr/src/linux/include tree.  closes bug 16877
143
144  -- Bdale Garbee <bdale@gag.com>  Sun, 25 Jan 1998 23:02:46 -0700
145
146 mtx (1.0-4) unstable; urgency=low
147
148   * actually install the mtx.doc file that's referenced in the man page /o\
149
150  -- Bdale Garbee <bdale@gag.com>  Sun, 21 Sep 1997 02:38:50 -0600
151
152 mtx (1.0-3) unstable; urgency=low
153
154   * libc6
155
156  -- Bdale Garbee <bdale@gag.com>  Thu,  4 Sep 1997 02:56:39 -0600
157
158 mtx (1.0-2) unstable; urgency=low
159
160   * Add an 'mtx-changer' wrapper script from the amanda-users mailing list
161     to make this more useful with Amanda.
162   * Hack mtx-changer to report 6 slots instead of 4, since I have an HP
163     SureStore 12000e.  Should make it configurable, someday.
164
165  -- Bdale Garbee <bdale@gag.com>  Sun, 10 Aug 1997 03:50:42 -0600
166
167 mtx (1.0-1) unstable; urgency=low
168
169   * Initial Release.
170
171  -- Bdale Garbee <bdale@gag.com>  Sun, 10 Aug 1997 03:05:18 -0600