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