SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for fileutils-4.1-10.13.i386.rpm :
Wed Sep 17 14:00:00 2003 Philip Copeland 4.1-10.13
- Argh inverted logic detected.
- --debug for some bits that I wanted to look at while cp runs

Mon Sep 15 14:00:00 2003 Philip Copeland 4.1-10.12
- Got bitten by lack of information about why a read failed.
Added a test for block aligned reading if reading O_DIRECT
With some recomendations if we decide we ain\'t gonna be able
to read the file happily.

Sun Sep 7 14:00:00 2003 Philip Copeland 4.1-10.11
- Think I squashed the last of the bugs...
*cough
*

Wed Sep 3 14:00:00 2003 Philip Copeland 4.1-10.10
- Argh silly logic mistake meant --o_direct by itself didn\'t
use O_DIRECT at all

Wed Sep 3 14:00:00 2003 Philip Copeland 4.1-10.9
- Variable block size O_DIRECT support added
(ie --o_direct=[,])
if passed --o_direct selects native block size for xfers
if passed --o_direct=, both read and write are set the same
if passed --o_direct=0, read is done in non O_DIRECT fashion
if passed --o_direct=,0 write is done in non O_DIRECT fashion
if passed --o_direct=0 O_DIRECT is ignored.

Sun Aug 31 14:00:00 2003 Philip Copeland 4.1-10.8
- Wrote alot of grotty code to add the ability to dictate what
blk sizes reads and writes are when --o_direct is involked
Affects mv and cp. dd was a side casualty which needed to be
told about the API change.

Thu Aug 21 14:00:00 2003 Philip Copeland 4.1-10.7
- Bert found a small speedup for the lseek code in full-write.c
added.

Fri Aug 15 14:00:00 2003 Philip Copeland 4.1-10.6
- I\'m an idiot. Made links to wrong location.

Fri Aug 15 14:00:00 2003 Philip Copeland 4.1-10.5
- Humm return value in safe-read.c somehow got dropped
(in odirect_blocksize())
- minor logic constraint added to full-write.c

Thu Aug 14 14:00:00 2003 Philip Copeland
- Ok, new plan,.. if the command is called ocfs, we examine
argv[0] and turn on o_direct based on that result. This is similar
to what mtools does.
- bug in safe-read.c that caused memory to not be allocated fixed.

Thu Aug 14 14:00:00 2003 Philip Copeland
- Damnit,.. must remember, ext2 is also O_DIRECT capable. Added.

Thu Aug 14 14:00:00 2003 Philip Copeland 4.1-4.4
- Argh,.. my O_DIRECT patch to mv was missing.
- reformatted the src to gnu style. (in hindsight, probably
not a good thing however too late now)

Wed Aug 13 14:00:00 2003 Philip Copeland 4.1-10.3
- incorperated Berts speedup though it means theres a corner case
failure. Oh well, if you\'re going to use o_direct I guess you
need to know what you\'re doing.

Fri Aug 1 14:00:00 2003 Philip Copeland 4.1-10.2
- Taught cp, dd, about o_direct

Fri Jan 17 13:00:00 2003 Tim Waugh 4.1-10.1
- Fix recursive rm security problem.

Sun Mar 24 13:00:00 2002 Matt Wilson 4.1-10
- actually apply patch15

Tue Feb 26 13:00:00 2002 Matt Wilson 4.1-9
- corrected chown --from argument parsing, found by LSB test suite
(patch already in fileutils CVS)

Tue Feb 26 13:00:00 2002 Bernhard Rosenkraenzer 4.1-8
- Try to handle pre-epoch dates gracefully (#51402)

Fri Feb 1 13:00:00 2002 Bill Nottingham 4.1-7
- fix inclusion of /usr/bin files

Fri Feb 1 13:00:00 2002 Bernhard Rosenkraenzer 4.1-6
- Fix build with current auto
* tools

Wed Jan 9 13:00:00 2002 Bernhard Rosenkraenzer 4.1-5
- Fix problems with AFS and AdvFS mounts

Thu Aug 9 14:00:00 2001 Bernhard Rosenkraenzer 4.1-4
- If ls is ^C\'ed or ^Z\'ed, reset the terminal to sane colors (#50278)

Thu May 17 14:00:00 2001 Bernhard Rosenkraenzer 4.1-2
- BuildRequires libtermcap-devel (#45006)

Thu May 17 14:00:00 2001 Bernhard Rosenkraenzer 4.1-2
- Handle ~/.dir_colors in addition to ~/.dircolors, because that\'s what
the docs say... (#40581)

Fri May 4 14:00:00 2001 Bernhard Rosenkraenzer 4.1-1
- 4.1

Sun Apr 15 14:00:00 2001 Bernhard Rosenkraenzer
- 4.0.43

Wed Mar 14 13:00:00 2001 Jakub Jelinek
- Fix usage of S_TYPEISSHM, which takes address of stat structure, not
st_mode field.

Tue Mar 6 13:00:00 2001 Bernhard Rosenkraenzer
- Fix up -lrt -lpthread patch

Mon Mar 5 13:00:00 2001 Jakub Jelinek
- Don\'t link ls/dir/vdir against -lrt and -lpthread

Fri Feb 23 13:00:00 2001 Trond Eivind Glomsr�d
- langify

Mon Jan 15 13:00:00 2001 Bernhard Rosenkraenzer
- 4.0.36
- rewrite dumbterm patch to adapt to 4.0.36

Wed Jan 10 13:00:00 2001 Bernhard Rosenkraenzer
- dd shouldn\'t try to truncate devices (Bug #23709)

Tue Jan 9 13:00:00 2001 Bernhard Rosenkraenzer
- 4.0.35

Tue Dec 12 13:00:00 2000 Bernhard Rosenkraenzer
- 4.0.33

Mon Nov 6 13:00:00 2000 Florian La Roche
- 4.0.31

Mon Nov 6 13:00:00 2000 Florian La Roche
- 4.0.30

Mon Oct 30 13:00:00 2000 Bernhard Rosenkraenzer
- 4.0.29

Mon Oct 9 14:00:00 2000 Bernhard Rosenkraenzer
- 4.0.27

Fri Sep 22 14:00:00 2000 Bernhard Rosenkraenzer
- 4.0z (Mostly POSIX compliance stuff)

Fri Aug 25 14:00:00 2000 Bernhard Rosenkraenzer
- Fix up the dircolors initialization script (Bug #16918)

Mon Aug 14 14:00:00 2000 Nalin Dahyabhai
- fix a bad optimization that broke du (\"du -sk .
*\")

Thu Aug 3 14:00:00 2000 Bernhard Rosenkraenzer
- Update to 4.0x, this fixes cp -r DIR1/ DIR2

Wed Jul 12 14:00:00 2000 Prospector
- automatic rebuild

Mon Jul 10 14:00:00 2000 Preston Brown
- colorls scripts evaluate ~/.dircolors (#12634)

Mon Jul 3 14:00:00 2000 Bernhard Rosenkraenzer
- Fix up colorls.{c,}sh (Bug #13384)
- 4.0w (this fixes a relatively critical cp -R bug)

Sat Jun 24 14:00:00 2000 Bernhard Rosenkraenzer
- Replace a reference to %{_prefix}/share/info with
%{_infodir} for backwards compatibility
(Bug #12817)
- Fix compilation with current glibc

Sat Jun 17 14:00:00 2000 Bernhard Rosenkraenzer
- 4.0u (2 bugfixes)

Thu Jun 1 14:00:00 2000 Matt Wilson
- fix usage of configure and makeinstall macros
- use _infodir macros
- fixed filelist to be more generic

Wed May 31 14:00:00 2000 Bernhard Rosenkraenzer
- 4.0s (important bugfixes + interesting new chown option --from=)
- some tweaks to spec file
- fix up filesystem layout for new FSSTND (/usr/share/man ...)
- fix build on sparc
- fix up installation with the new configure macro

Sat Apr 8 14:00:00 2000 Bernhard Rosenkraenzer
- 4.0q

Tue Mar 7 13:00:00 2000 Cristian Gafton
- get rid of \'ls -C\' crap. It breaks pipes

Fri Mar 3 13:00:00 2000 Bernhard Rosenkraenzer
- Don\'t use color-ls on dumb terminals

Thu Feb 17 13:00:00 2000 Bernhard Rosenkraenzer
- Fix up mv behavior when overwriting a write-protected file without -f
(Bug #6246)

Wed Feb 16 13:00:00 2000 Cristian Gafton
- take out the default -F argument to ls (the extra chars are breaking
scripts)

Wed Feb 9 13:00:00 2000 Bernhard Rosenkraenzer
- Back out the cp -x fix, as it breaks cp -r.
I\'ll look into really fixing it when I have the time; for now, -r
is more important than -x.

Mon Feb 7 13:00:00 2000 Bernhard Rosenkraenzer
- Fix up the cp -x option (Bug #8726)

Sun Feb 6 13:00:00 2000 Bernhard Rosenkraenzer
- don\'t produce a fatal error on -s when strip fails
- handle special bits with install -m (Bug #7080)

Wed Feb 2 13:00:00 2000 Bernhard Rosenkraenzer
- 4.0p stuff: quote multibyte characters correctly.

Tue Feb 1 13:00:00 2000 Cristian Gafton
- add patch to disable st_size computation for devices (hjl)

Fri Jan 28 13:00:00 2000 Nalin Dahyabhai
- disable DOOR type, which makes tcsh unhappy
- gzipped man pages

Wed Jan 5 13:00:00 2000 Bernhard Rosenkraenzer
- Fixes from 4.0m

Sun Dec 12 13:00:00 1999 Bernhard Rosenkraenzer
- Fix output of mkdir --verbose -p (Bug #7770)

Thu Nov 18 13:00:00 1999 Bernhard Rosenkraenzer
- Fix a typo in colorls.sh
- Add the -C option to install for compatibility with
*BSD
- unset LINGUAS in spec file to fix build on most 6.1 installations

Wed Nov 17 13:00:00 1999 Bernhard Rosenkraenzer
- Add colorls.sh/colorls.csh to /etc/profile.d
(Newbies are likely to like them, professionals who don\'t will know
how to remove them. Also, they\'re compatible with DLD)
- Modify /etc/DIR_COLORS:
- recognize .bz2, .bz, .tz, .png, .sh, .csh, .rpm, .cpio, .tif
- recognize color_xterm, dtterm, rxvt and cons25 as colorizable

Fri Sep 24 14:00:00 1999 Cristian Gafton
- don\'t apply the samefile patch anymore (breaks globbing). Patch still
included in the src.rpm for a later day fix

Mon Sep 13 14:00:00 1999 Cristian Gafton
- fix my patch some more and use lstat instead

Sat Sep 11 14:00:00 1999 Bill Nottingham
- fix gafton\'s patch ;)

Fri Sep 10 14:00:00 1999 Cristian Gafton
- patch to stop \"mv b b\" from creating a stupid b/b directory.

Tue Aug 31 14:00:00 1999 Jeff Johnson
- install -D should create DEST not SOURCE filename (#3339).

Mon Aug 23 14:00:00 1999 Preston Brown
- fixed display of symlinked directories in ls (#4561)

Wed Jul 28 14:00:00 1999 Cristian Gafton
- correctly display mount points that have spaces in them (#3317)

Tue Mar 23 13:00:00 1999 Cristian Gafton
- version 4.0

Sun Mar 21 13:00:00 1999 Cristian Gafton
- auto rebuild in the new build environment (release 12)

Thu Aug 6 14:00:00 1998 Erik Troan
- got install-info stuff working in %post/%pre

Fri Apr 24 14:00:00 1998 Prospector System
- translations modified for de, fr, tr

Thu Apr 9 14:00:00 1998 Cristian Gafton
- manhattan rebuild
- added %clean

Wed Oct 22 14:00:00 1997 Erik Troan
- minor patch for glibc 2.1

Mon Oct 20 14:00:00 1997 Erik Troan
- install-info turned off, as it creates a prereq loop

Fri Oct 17 14:00:00 1997 Donnie Barnes
- install-info turned on
- added BuildRoot

Mon Sep 15 14:00:00 1997 Erik Troan
- can\'t use install-info until %post -p allows argument passing

Sun Sep 14 14:00:00 1997 Erik Troan
- uses install-info

Fri May 16 14:00:00 1997 Erik Troan
- rebuilt for glibc.

Tue Feb 25 13:00:00 1997 Erik Troan
- Hacked at mktime() test to work on 64 bit machines w/ broken mktime(). I
told Ulrich Drepper and Richard Henderson about this, so hopefully glibc
will get fixed.

Thu Feb 20 13:00:00 1997 Michael Fulbright
- Updated to version 3.16.


 
ICM