use Pre-Depends: ${shlibs:Pre-Depends}
[findutils.git] / debian / changelog
bloba67dbd6571b4a989e82c323f87bfe1c17a0baea6
1 findutils (4.1-34) unstable; urgency=low
3   * removed cron.updatedb (fixes bug #31300).
4   * added const to declaration of basename, which should satisfy Linux as
5     well as Hurd (fixes bug #31325).
6   * added /var/spool to PRUNEPATHS in updatedb.conf so that /var/spool is
7     not scanned by updatedb (fixes bug #31301).
9  -- Kevin Dalley <kevind@rahul.net>  Sat, 30 Jan 1999 16:51:34 -0800
11 findutils (4.1-33) frozen unstable; urgency=low
13   * re to remove predependency problem with a specific version libc6.
15  -- Kevin Dalley <kevind@rahul.net>  Thu, 17 Dec 1998 08:11:15 -0800
17 findutils (4.1-32) frozen unstable; urgency=low
19   * added documentation for the environment variables PRUNEPATHS, PRUNEFS, 
20     and NETPATHS for updatedb in find.texi and updatedb.1.  Added
21     documentation for --prunefs in updatedb. (fixes bug #29755).
22   * link ChangeLog.gz to changelog.gz, to follow policy manual.
24  -- Kevin Dalley <kevind@rahul.net>  Fri,  4 Dec 1998 23:17:57 -0800
26 findutils (4.1-31) unstable; urgency=low
28   * fix getstr so that it correctly handles long file paths
30  -- Kevin Dalley <kevind@rahul.net>  Sat, 26 Sep 1998 16:07:03 -0700
32 findutils (4.1-30) unstable; urgency=low
34   * reduced PATH in update.sh to increase security (fixes bug #21704)
35   * removed more function declarations to meet GNU coding standards
36   * removed "-s /bin/sh" from updatedb change quoting around PRUNEFS
37     (fixes bug #20812, again, and #26857)
39  -- Kevin Dalley <kevind@rahul.net>  Sun, 20 Sep 1998 19:06:19 -0700
41 findutils (4.1-29) unstable; urgency=low
43   * removed declaration of strdup and free from lib/nextelem.c, which
44     meets GNU coding standards and allow compilation on sparc (and fixes
45     bug #20840)
46   * corrected explanation of -amin option which described hours instead of 
47     minutes (fixes bug #22995)
48   * check status of tempfile commands and exit upon failure (fixes bug
49     #22350) 
50   * added iso9660 to PRUNEFS so that CDs will not be automatically scanned 
51     by updatedb (fixes bug #24548)
52   * added "-s /bin/sh" to all instances of command su, which allows
53     updatedb to be easily used by users which have a different shell.
54     (fixes bug #20812)
56  -- Kevin Dalley <kevind@rahul.net>  Sun, 30 Aug 1998 01:40:04 -0700
58 findutils (4.1-28) frozen unstable; urgency=low
60   * use tempfile for extra safety (fixes bug #19791)
62  -- Kevin Dalley <kevind@rahul.net>  Thu, 19 Mar 1998 00:37:28 -0800
64 findutils (4.1-27) unstable; urgency=low
66   * add --existing option to locate, which only prints the names of files
67     which still exist (fixes: bug #14037)
68   * upgrade standards version
70  -- Kevin Dalley <kevind@rahul.net>  Fri, 27 Feb 1998 01:43:36 -0800
72 findutils (4.1-26) unstable; urgency=low
74   * added auto fs to PRUNEFS variable in updatedb.conf to prune
75     automounted file systems (fixes: bug #13662)
76   * corrected get_short so that it correctly returns negative
77     numbers. (fixes: bug #17774)
78   * remove declarations of various string functions which allows
79     compilation under sparc.  Removing the declarations almost
80     matches the GNU Coding Standards.(fixes: bug #16948)
81             
82  -- Kevin Dalley <kevind@rahul.net>  Sun,  8 Feb 1998 22:43:13 -0800
83         
84 findutils (4.1-25) unstable; urgency=low
86   * change auto to autofs in PRUNEFS variable in updatedb.conf
88  -- Kevin Dalley <kevin@aimnet.com>  Tue, 30 Sep 1997 09:13:27 -0700
90 findutils (4.1-24) unstable; urgency=low
92   * added auto to PRUNEFS, so that automounted fs are automatically pruned 
94  -- Kevin Dalley <kevin@aimnet.com>  Sat, 27 Sep 1997 01:14:52 -0700
96 findutils (4.1-23) unstable; urgency=low
98   * This release is built with libc6 release
99   * add "#define _GNU_SOURCE" to pred.c
100   * zip man pages, which fixes bug #10272: findutils manpages are not
101     compressed. 
103  -- Kevin Dalley <kevin@aimnet.com>  Sun,  6 Jul 1997 14:12:56 -0700
105 findutils (4.1-22) frozen unstable; urgency=low
107   * add smbfs to PRUNEFS in updatedb.conf, which is bug #8668, findutils:
108     Updatedb should not scan smbfs mounts 
110  -- Kevin Dalley <kevin@aimnet.com>  Sun, 27 Apr 1997 00:20:23 -0700
112 findutils (4.1-21) frozen unstable; urgency=low
114   * fixed preinst to handle install, which fixes bug #8351
116  -- Kevin Dalley <kevin@aimnet.com>  Wed, 2 Apr 1997 22:21:59 -0800
118 findutils (4.1-20) unstable; urgency=low
120   * really fixed xargs to prevent occasional core dumping, which fixes bug
121     #7287.  findutils-4.1-19 skipped including this patch
123  -- Kevin Dalley <kevin@aimnet.com>  Mon, 3 Mar 1997 22:50:28 -0800
125 findutils (4.1-19) unstable; urgency=low
127   * /etc/updatedb.conf execution mode is removed, which fixes bug #7569
128   * xargs fixed to prevent occasional core dumping, which fixes bug #7287
129   * added comment in README.debian describing updatedb on automatically
130     mounted file systems only, which closes bug #7023
132  -- Kevin Dalley <kevin@aimnet.com>  Sun, 2 Mar 1997 11:51:30 -0800
134 findutils (4.1-18) unstable; urgency=low
136   * added extra '\' so that localuser, prunefs, and prunepaths can work
137     together, which fixes bug #6640
139  -- Kevin Dalley <kevin@aimnet.com>  Thu, 23 Jan 1997 02:00:11 -0800
141 findutils (4.1-17) unstable; urgency=low
143   * corrected permission on /var/lib/locate again in postinst.
145  -- Kevin Dalley <kevin@aimnet.com>  Sun, 12 Jan 1997 15:24:17 -0800
147 findutils (4.1-16) unstable; urgency=low
149   * add --localuser option to updatedb, which allows find to be run as
150     nobody, while allowing database file to be created as root, change
151     suggested by <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
152   * install /var/lib/locate as root:root
153   * doc/find.texi, locate/updatedb.sh: add --localuser documention.
154   * debian/postinst: change /var/lib/locate directory to be owned by root
155   * debian/cron.find: use --localuser option so to updatedb is run as
156     root, but find is run as nobody
157   * correct warning message in preinst, fixes bug #6498: findutils.preinst
158     mentions /etc/find.conf instead of /etc/updatedb.conf
160  -- Kevin Dalley <kevin@aimnet.com>  Sat, 11 Jan 1997 19:16:39 -0800
162 findutils (4.1-15) unstable; urgency=low
164   * added PRUNEFS as variable in updatedb and --prunefs as option to
165     updatedb (solves bug #1239, which is RFE)
166   * rename cron.find to cron.updatedb (and cron.daily/find to
167     cron.daily/updatedb)
168   * find.texi, find.info*: changed certain defaults back to the way they
169     were in the original release, added prunefs option
170   * findutils/locate/updatedb.sh: added prunefs option
171   * debian/rules: added find.conf and changed method of installation of files
172   * debian/preinst: add information about changed find.conf when upgrading
173   * debian/find.conf: updatedb configuration file
174   * debian/find.conf: use find.conf
175   * debian/conffiles: added find.conf as configuration file
176   * renamed find.conf to updatedb.conf
178  -- Kevin Dalley <kevin@aimnet.com>  Sat, 28 Dec 1996 14:21:07 -0800
180 findutils (4.1-14) stable unstable; urgency=low
182   * install conffiles so that find is a conffile (this was last during the
183     standards-version update
185  -- Kevin Dalley <kevin@aimnet.com>  Sat, 21 Dec 1996 12:54:46 -0800
187 findutils (4.1-13) stable unstable; urgency=HIGH
189   * fixes bug which prevents locate from running in previous
190     installations, which is /var/lib/locate directory being owned by
191     root.
192     
193   * remove recursive chown and chmod from debian/rules.  set
194     /var/lib/locate to nobody:nogroup in postinst, just in case it was set
195     previously by another installation.
197  -- Kevin Dalley <kevin@aimnet.com>  Tue, 17 Dec 1996 23:34:44 -0800
199 findutils (4.1-12) unstable; urgency=low
201   * changed debian/control to satisfy standards and fix bug #3566,
202   summary incorrect
203   * moved files debian.* to debian/*
204   * converted to Standards-Version: 2.1.1.0
205     
206  -- Kevin Dalley <kevin@aimnet.com>  Wed, 23 Oct 1996 21:06:15 -0700
208 Mon May 27 01:07:52 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>
210         * updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
211         is root
213         * debian.rules: now creates *.architecture.deb
214                  upgraded to Debian release 11
215         stopped rm of find.info*
217 Sat Apr 27 12:29:06 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>
219         * find.info, find.info-1, find.info-2: updated to match find.texi
221         * debian.rules (debian): update debian revision to 10
223         * getline.c (getstr): verify that nchars_avail is *really* greater
224         than 0; set *n to a large enough number, stops some core dumping
226 Mon Apr 15 05:06:15 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>
228         * debian.rules: change to findutils-4.1-9
230         * configure: restore configure from autoconf version 2.1, which
231         was modified in findutils-4.1-7
233 Sun Apr 14 00:09:13 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>
235 * debian.control, debian.rules:
236         added architecture field, updated debian.rules, bumped version
238 * find.texi, updatedb.sh:
239         added /amd, /net, /alex to list of files to be ignored
241 Sun Feb 25 13:23:21 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>
243 * debian.rules: finish variable changing of v, d, and p
245 * updatedb.sh: ignore file type proc, remove proc from PRUNEPATHS
246         (this should *really* be changed in upstream package)
248 * debian.rules: changed variables v and d to complete words version and debian
250 * debian.control: deleted PACKAGE_REVISION field, modified version field
252 * cron.find: cd to / before running updatedb
254 Local variables:
255 mode: debian-changelog
256 End: