fileutils (4.1-10) frozen unstable; urgency=high * SECURITY: handle race condition in rm (Closes: #137899) * change to copyright file to reflect FDL on fileutils.info (Closes: #130867) * correct url in copyright file (Closes: #136622) * update description (Closes: #138510) * include prototypes for quote function (Closes: #124583) * include Eterm in dircolors.hin (Closes: #98976) -- Michael Stone Mon, 18 Mar 2002 09:52:13 -0500 fileutils (4.1-9) unstable; urgency=medium * updated translations (Closes: #106974) * handle mandir/infodir differently (no functional change) -- Michael Stone Thu, 29 Nov 2001 06:43:29 -0500 fileutils (4.1-8) unstable; urgency=medium * added ogg & mp3 to dircolors (Closes: #113825) * added -g to CFLAGS * fix chown --from behavior (Closes: #120734, #120732) * allow df to display "auto" filesystem type (Closes: #110788) -- Michael Stone Wed, 28 Nov 2001 22:18:16 -0500 fileutils (4.1-7) unstable; urgency=low * corrected call to quote() in error message in link.c (Closes: #110390) -- Michael Stone Tue, 28 Aug 2001 06:24:44 -0400 fileutils (4.1-6) unstable; urgency=low * missed a couple of instances of build-stamp in new rules (Closes: #110294) * minor update to rm -d info discussion -- Michael Stone Mon, 27 Aug 2001 13:43:04 -0400 fileutils (4.1-5) unstable; urgency=medium * corrected check on number of args to link & unlink -- Michael Stone Mon, 27 Aug 2001 06:50:02 -0400 fileutils (4.1-4) unstable; urgency=medium * revamped debian/rules. faster & Closes: #108145 -- Michael Stone Sat, 25 Aug 2001 09:04:04 -0400 fileutils (4.1-3) unstable; urgency=medium * added link & unlink utilities (Closes: #99656) * cp doesn't copy suid bits (Closes: #100496) * touch gives proper error message for unowned directory (Closes: #101677) * ln doesn't assert on source with trailing / (Closes: #103799) * revert patch disabling largefile support on hurd (Closes: #98062) * more stupid build-depends bs (Closes: #97196) -- Michael Stone Sun, 22 Jul 2001 15:38:41 -0400 fileutils (4.1-2) unstable; urgency=medium * Oops. Forgot to strcpy (Closes: #96465) * Add make check to debian/rules (Closes: #96497) -- Michael Stone Sun, 6 May 2001 09:52:55 -0400 fileutils (4.1-1) unstable; urgency=low * New upstream version -- Michael Stone Wed, 2 May 2001 19:56:55 -0400 fileutils (4.0.43-1) unstable; urgency=low * New upstream version * Stupid build-depends stuff (Closes: #87668) * New standards-version * Documentation updates (Closes: #89228) * Yet more changes to dircolors (Closes: #88865) -- Michael Stone Sun, 25 Mar 2001 18:10:34 -0500 fileutils (4.0.37-1) unstable; urgency=medium * New upstream version * Install doesn't assert on missing source dir (Closes: #83031) -- Michael Stone Wed, 24 Jan 2001 22:04:41 -0500 fileutils (4.0.35-3) unstable; urgency=medium * fix for mv symlink to itself (people do the wackiest things :) (Closes: #82089) -- Michael Stone Sat, 13 Jan 2001 11:00:37 -0500 fileutils (4.0.35-2) unstable; urgency=low * Somehow I lost my .orig.tar.gz. It's back now. (Closes: #81477) * glibc with 2.4 kernel headers has been available for a while now, and fileutils is working fine with large files (Closes: #72791) * Documentation update for chmod(1) (Closes: #81643) -- Michael Stone Fri, 12 Jan 2001 23:12:23 -0500 fileutils (4.0.35-1) unstable; urgency=low * New upstream version (Closes: #80642, #79338, #67246) * Documentation changes (Closes: #80084, #80266) -- Michael Stone Thu, 28 Dec 2000 22:46:27 -0500 fileutils (4.0.32-2) unstable; urgency=high * chown N:M file would be treated like chown N:N file (for integers N and M.) Bug introduced in upstream 4.0z, fix backported from latest upstream version. -- Michael Stone Sat, 16 Dec 2000 09:47:05 -0500 fileutils (4.0.32-1) unstable; urgency=low * chmod -c should only list files whose permissions change (Closes: #77349) * improve df handling for mounts not in /etc/mtab (Closes: #76923) * dd won't try to ftruncate a device (Closes: #77174) * New upstream version (Closes: #70479) -- Michael Stone Sat, 18 Nov 2000 16:46:35 -0500 fileutils (4.0.31-1) unstable; urgency=low * New upstream version * Should recognize hppa (Closes: #76286) -- Michael Stone Fri, 10 Nov 2000 10:59:58 -0500 fileutils (4.0z-2) unstable; urgency=low * cp -lf works. (Closes: #71979) * remove MAXUID message (Closes: #72000, #72052) * install unlinks destination before copying * mv assertion fixed (Closes: #71384) -- Michael Stone Fri, 22 Sep 2000 19:36:56 -0400 fileutils (4.0z-1) unstable; urgency=low * New upstream version * ls uses locale info for sorting * dd skip= works for tapes (Closes: #69630) * du works with . or .. and other args (Closes: #69065) * non-interactive commands don't fail when output set to /dev/null (Closes: #69614) * will not link against libelf0 (Closes: #71209, #70980) -- Michael Stone Sun, 17 Sep 2000 12:18:07 -0400 fileutils (4.0x-2) unstable; urgency=low * add Build-Dep for debhelper (Closes: #67805) * configure work around for hurd screwiness (Closes: #67822) -- Michael Stone Sat, 29 Jul 2000 12:19:41 -0400 fileutils (4.0x-1) unstable; urgency=low * New upstream version * Corrects cp -r problem (Closes: #67362, #67715) * removes /usr/lib/charset.alias (Closes: #64793, #67248) * corrects error message for mv --target-dir with no files specified (Closes: #65485) -- Michael Stone Tue, 25 Jul 2000 21:01:32 -0400 fileutils (4.0s-1) unstable; urgency=low * new upstream version (Closes: #63712) * add shred to list of programs in description * new terminal & extensions for dircolors (Closes: #59317 #56072) * updates to copyright file -- Michael Stone Thu, 25 May 2000 18:24:22 -0400 fileutils (4.0q-2) unstable; urgency=low * correct behavior of cp when trying to overwrite read-only files, and behavior of -f/-i in general. (POSIX compliance issue) (Closes: #63629) * install handles suid et. al. (Closes: #63008) -- Michael Stone Mon, 3 Apr 2000 18:15:41 -0400 fileutils (4.0q-1) unstable; urgency=low * new upstream version -- Michael Stone Mon, 3 Apr 2000 18:15:41 -0400 fileutils (4.0o-5) unstable; urgency=low * install -D behaves consistantly when a destination path does and does not exist (35029 & 36345) -- Michael Stone Sun, 13 Feb 2000 15:49:21 -0500 fileutils (4.0o-4) unstable; urgency=low * mv won't overwrite file with a directory under any circumstance. upstream's fix for the problem below, also corrects problem of overwriting file with no write permission with a directory (contrary to the behavior of other move modes) -- Michael Stone Sat, 5 Feb 2000 09:36:10 -0500 fileutils (4.0o-3) unstable; urgency=medium * mv -i asks before overwriting a file with a directory -- Michael Stone Fri, 4 Feb 2000 07:02:56 -0500 fileutils (4.0o-2) unstable; urgency=low * Touch works on fifos (Closes: #56771) -- Michael Stone Tue, 1 Feb 2000 21:15:08 -0500 fileutils (4.0o-1) unstable; urgency=low * New upstream release * df only looks at specified partitions, ignoring other partitions which may be inaccessible. (Closes: #45483) -- Michael Stone Wed, 26 Jan 2000 09:13:51 -0500 fileutils (4.0l-5) frozen unstable; urgency=medium * Improve mv argument checking to avoid segfault on alpha (Closes: #56017) -- Michael Stone Mon, 24 Jan 2000 07:35:35 -0500 fileutils (4.0l-4) unstable; urgency=medium * Don't link /usr/bin to /bin on hurd (Closes: #55558) -- Michael Stone Thu, 20 Jan 2000 06:21:56 -0500 fileutils (4.0l-3) unstable; urgency=low * Policy 3.1.1.1 * Correct updated location of GNU license -- Michael Stone Fri, 14 Jan 2000 06:45:10 -0500 fileutils (4.0l-2) unstable; urgency=low * Update location of gnu copyright (in doc/copyright) * fix rmdir --verbose spurious error messages (Closes: #52979) * Update documentation for ln called without a link-name (Closes: #54565) * Mention dir_colors in the dircolors man page (Closes: #54485) * Clean up spurious ../src in manpages (Closes: #54264) -- Michael Stone Tue, 11 Jan 2000 22:30:11 -0500 fileutils (4.0l-1) unstable; urgency=low * New upstream version * ls behaves consistently for symlinks to directories -- Michael Stone Fri, 31 Dec 1999 13:57:41 -0500 fileutils (4.0k-2) unstable; urgency=low * Clarify description of rm --directory (Closes: 52655) * Correct timezone parsing for touch -d (Closes: 53240) -- Michael Stone Tue, 21 Dec 1999 23:09:54 -0500 fileutils (4.0k-1) unstable; urgency=low * New upstream version * Include entire upstream changelog & news file (Closes: 50520) * Preliminary fix for ls sorting (Closes: 47199) * -N will display control characters (Closes: 38327) -- Michael Stone Sun, 5 Dec 1999 08:13:29 -0500 fileutils (4.0i-4) unstable; urgency=high * Corrected touch's behavior for read-only files, again (Closes: #51676) -- Michael Stone Tue, 30 Nov 1999 23:21:02 -0500 fileutils (4.0i-3) unstable; urgency=high * Incorporated upstream's fix for #49522. * Removed "do" from default dircolors (work-around for 51069) -- Michael Stone Tue, 30 Nov 1999 07:05:43 -0500 fileutils (4.0i-2) unstable; urgency=low * Oops, 39642 referred to chown, not chgrp. Fixed. (chown --dereference of a symlink's target to the same owner as the symlink would fail) * Touch no longer requires write permission on a file (Closes #49522) * Finally got a fix for 31717 that doesn't cause data loss. -- Michael Stone Thu, 11 Nov 1999 09:48:15 -0500 fileutils (4.0i-1) unstable; urgency=low * Move to newer upstream version. I'm not real sure about this, but it does close some long standing bugs (including the mv a b b bug) without having to continually back-port fixes. * Patch to lib/makepath.c (Closes: #42835) -- Michael Stone Thu, 4 Nov 1999 20:48:05 -0500 fileutils (4.0-6) unstable; urgency=low * Backport 4.0i patch that corrects alpha build error to make us match upstream. (Readdresses #45750) * Back out patch 'Prevent install from inheriting strange permissions (#36770)' because it causes inconsistent and unexpected behavior. * Move 'touch' to /bin (Closes: 42426) -- Michael Stone Tue, 2 Nov 1999 19:08:55 -0500 fileutils (4.0-5) unstable; urgency=low * Fix prerm to remove /usr/doc symlink * Make --ignore-fail-on-non-empty really do so (thanks James Troup) (Closes: #31697) * Update chgrp documentation for -h * Correct behavior of chgrp on symlinks when symlink has same group as target. (Closes: #30184) * Undo 'Allow "mv foo symlink-to-foo" (#31717)' because it breaks regression tests. (mv to a symlink-to-foo on a another partition causes original file to be deleted.) I'll try to find more info about the original bug to craft a new patch. -- Michael Stone Sat, 30 Oct 1999 09:45:55 -0400 fileutils (4.0-4) unstable; urgency=low * Update documentation of rmdir -p (Closes #34424) * Add mach-color, screen, screen-w to dircolor config (Closes #45808, #28285) * Fix behavior of --file-type (thanks James Sneeringer) (Closes #45768) * No longer display video formats as color white (so they show up on the default xterm color scheme.) (thanks Richard Braakman) (Closes #14644) * Fix mkdir -p error message display (thanks bridgett@hursley.ibm.com) (Closes #31566) * Add bz2 and png to dircolors list (Closes #20134) * Updated color-ls documentation (Closes #35383) -- Michael Stone Thu, 28 Oct 1999 19:01:30 -0400 fileutils (4.0-3) unstable; urgency=high * Display error if BLOCK_SIZE environment variables are set incorrectly. (#48047) * New maintainer -- Michael Stone Tue, 26 Oct 1999 18:54:20 -0400 fileutils (4.0-2.5) unstable; urgency=high * Non-maintainer upload to further modify link to symlink behavior. It seems that some people really do want links to symlinks to directories. This is ifdef'd linux because hurd doesn't do links to symlinks--it links to the symlink's target. (#43860) * An alpha fix that works. (#45750) -- Michael Stone Sat, 16 Oct 1999 15:57:01 -0400 fileutils (4.0-2.4) unstable; urgency=low * Non-maintainer upload to correct alpha build problem (#45750) -- Michael Stone Mon, 11 Oct 1999 15:19:30 -0400 fileutils (4.0-2.3) unstable; urgency=low * Non-maintainer upload to correct segfault on move (#46988) -- Michael Stone Mon, 11 Oct 1999 14:41:16 -0400 fileutils (4.0-2.2) unstable; urgency=medium * Non-maintainer upload to correct ln to dangling symlink problem (#26770) -- Michael Stone Mon, 11 Oct 1999 10:05:46 -0400 fileutils (4.0-2.1) unstable; urgency=low * Non-maintiner upload to correct df show-stopper on Hurd -- Brent A. Fulgham Wed, 8 Sep 1999 06:45:07 -0700 fileutils (4.0-2) unstable; urgency=low * Prevent install from inheriting strange permissions (#36770) * Allow "mv foo symlink-to-foo" (#31717) * (Above patches by Peter Samuelson) -- Galen Hazelwood Wed, 26 May 1999 08:44:35 -0600 fileutils (4.0-1.2) unstable; urgency=low * SPARC NMU, recompile only -- Ben Collins Wed, 12 May 1999 04:44:59 -0600 fileutils (4.0-1.1) unstable; urgency=medium * Simple recompile on a 2.0.X system since it breaks horribly when compiled on a 2.2.X system and used on a 2.0.X system. Fixes #31695, #31696. -- Darren Stalder Wed, 10 Feb 1999 10:42:23 -0800 fileutils (4.0-1) unstable; urgency=low * New upstream version -- Galen Hazelwood Tue, 17 Nov 1998 15:47:31 -0700 fileutils (3.16-5.4) frozen unstable; urgency=low * Clean source more completely (fixes #25132) * By really running configure, find lchown when it exists (fixes #25702) * Surround strstr and strdup prototypes with #ifndef str{str,dup} to be glibc 2.1 macro safe (fixes #25864). -- Daniel Jacobowitz Wed, 9 Sep 1998 18:18:18 -0400 fileutils (3.16-5.3) frozen unstable; urgency=low * [src/dircolors.hin] Added xterm-debian to the list of terminal types that support colour. (Fixes #24138). -- J.H.M. Dassen (Ray) Fri, 3 Jul 1998 15:03:19 +0200 fileutils (3.16-5.2) frozen unstable; urgency=low * *sigh* dircolors.h wasn't properly regenerated; it is now. (Really fixes #22177). configure --enable-maintainer-mode for this. -- J.H.M. Dassen (Ray) Sat, 9 May 1998 17:58:03 +0200 fileutils (3.16-5.1) frozen unstable; urgency=low * Non-maintainer upload. * [po/fr.po] Fixed French translation of the "created directory" message. (Fixes Severity: Important #20456). * [src/dircolors.hin] Added linux-c, rxvt and screen to the list of terminal types that support colour. (Fixes #22177). * [man/install.1] Added documentation for "-p". (Fixes #21926). * [src/install.c] On ELF systems, strip the .comment and .note sections (Fixes #20967). * [lib/mountlist.c] On Sparc don't declare strstr(), as that's a macro in glibc2.1 which Sparc uses. (Fixes #15770). * Clean up the ".gmo" files, as they are binary files that can be changed by a buidl, thus prevent dpkg-source -b from working afterwards. -- J.H.M. Dassen (Ray) Sat, 9 May 1998 17:04:38 +0200 fileutils (3.16-5) unstable; urgency=low * Put GNU sync back in (move #13291 to util-linux) -- Galen Hazelwood Tue, 23 Sep 1997 16:21:07 -0600 fileutils (3.16-4) unstable; urgency=low * Patched spanish translation (#10248) * Fixed typo in install usage info (#10480) * Added -p flag to install, preserves timestamps (#11480) -- Galen Hazelwood Sun, 27 Jul 1997 14:10:56 -0600 fileutils (3.16-3) unstable; urgency=low * Built with libc6 (fixes bug #8476) -- Galen Hazelwood Fri, 9 May 1997 17:33:07 -0600 fileutils (3.16-2) unstable; urgency=low * Changed ls man page to point to correct file (fixes bug #6984) * German translation file now accepts "j" for "yes" (fixes bug #7340) -- Galen Hazelwood Mon, 3 Mar 1997 14:58:01 -0700 fileutils (3.16-1) unstable; urgency=low * New upstream version -- Galen Hazelwood Mon, 27 Jan 1997 12:42:50 -0700 fileutils (3.15-2) unstable; urgency=low * Fixed problem with du -m not working (fixes bug #6589) -- Galen Hazelwood Tue, 14 Jan 1997 14:29:44 -0700 fileutils (3.15-1) unstable; urgency=low * New upstream version * Removed "color-ls" message from postinst -- Galen Hazelwood Thu, 9 Jan 1997 11:57:10 -0700 fileutils (3.14-3) unstable; urgency=low * Made dir and vdir manpages symlinks to ls manpage (fixes bug #6283) * Tweaked ls manpage description of --dereference (fixes bug #4745) -- Galen Hazelwood Thu, 2 Jan 1997 10:38:26 -0700 fileutils (3.14-2) unstable; urgency=low * Added --without-regex to configure * Added more recent spanish translation from Santiago Vila Doncel * Only package upstream changelog back to release 3.13 -- Galen Hazelwood Mon, 16 Dec 1996 17:48:54 -0700 fileutils (3.14-1) unstable; urgency=low * New maintainer * New upstream source * Updated to Standards-Version: 2.1.2.2 * Removed /usr/bin/sync (it's in util-linux as /bin/sync) -- Galen Hazelwood Sun, 15 Dec 1996 12:50:54 -0700 Wed Aug 14 13:42:39 1996 Erick Branderhorst * debian.rules (binary): libexec is removed (BUG#4006) * chgrp.c: applied patch (Jim Meyering) for no missing group detection (BUG#4119) * debian.postinst is mentioning /usr/doc/fileutils/color-ls.gz Fri Aug 2 11:24:59 1996 Erick Branderhorst * man/ls.1: modified pieces about --color. * debian.color-ls: proper documented how to activate colors * debian.rules: manpages are compressed now. * debian.control: conflicts color-ls from now on * configure.in: ALL_LINGUAS added nl and updated nl.po Wed Jul 24 09:50:59 1996 Erick Branderhorst * applied patch from Jim Meyering which should solves BUG#1854, but I can't check this because I don't have lchown on my system. * df doesn't sync anymore mainstream correction (BUG#3157) * configure $(ARCH)-debian-linux * make install-strip Mon Jul 15 12:21:44 1996 Erick Branderhorst * debian.Changelog: added * removed -N in LDFLAGS * semi half rewrite of debian.rules * updated to upstream 3.13 Local variables: mode: debian-changelog End: