summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2013-09-26rm: with -I, prompt before deleting a write protected fileSergio Durigan Junior
2013-09-22id: support specifying the user by user IDPádraig Brady
2013-09-21id: add -z, --zero optionBernhard Voelker
2013-09-05ls: fix possible incorrect exit status when recursing directoriesFUJIWARA Katsunori
2013-07-27du: add --inodes optionBernhard Voelker
2013-07-25mv: replace empty directories in cross file system moveKen Booth
2013-07-19dd: make status=none suppress all diagnosticsPádraig Brady
2013-07-11shuf: add --repetition to support repetition in outputAssaf Gordon
2013-07-09df: fix mount list processing with unstatable mount dirsPádraig Brady
2013-07-01mkdir,mkfifo,mknod: with -Z, create SMACK security contextJarkko Sakkinen
2013-06-24ls: with -Z, show SMACK security contextJarkko Sakkinen
2013-06-22stdbuf: make it mandatory to specify a buffering optionPádraig Brady
2013-06-05doc: mention prior stat changeEric Blake
2013-06-02od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady
2013-05-11mkdir: don't assume umask equals POSIX default ACL maskPaul Eggert
2013-05-08id: with -Z, show SMACK security contextJarkko Sakkinen
2013-04-28stat,tail: improve support for snfsPádraig Brady
2013-04-20tail: let -f --retry wait for inaccessible filesBernhard Voelker
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon
2013-04-04ln: --relative: fix updating of existing symlinksRémy Lefevre
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon
2013-03-24stat,tail: improve support for efivarfs, exofs, f2fs and ubifsPádraig Brady
2013-03-04build: fix factor build failure on aarch64Torbjörn Granlund
2013-02-28uniq: add the --group optionAssaf Gordon
2013-02-28join: Add the -z, --zero-terminated optionAssaf Gordon
2013-02-22install: cleanup properly if the strip program failed for any reasonOndrej Oprala
2013-02-14maint: post-release administriviaPádraig Brady
2013-02-14version 8.21Pádraig Brady
2013-02-05stty: add support for DTR/DSR hardware control flowOndřej Vašík
2013-02-04numfmt: a new command to format numbersAssaf Gordon
2013-01-28df: do not treat rootfs speciallyBernhard Voelker
2013-01-26timeout: ensure a blocked SIGALRM from the parent is unblockedStephan Krempel
2013-01-26seq: fix to always honor the step valuePádraig Brady
2013-01-26seq: fix misaligment with -w when no precision for start valuePádraig Brady
2013-01-26cut: with -f, process each line independentlyPádraig Brady
2013-01-21du: add -t SIZE, --threshold=SIZE optionJakob Truelsen
2013-01-07factor: apply a more general fix to enable correct assemblyPádraig Brady
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-12-31maint: adjust NEWS entry wordingJim Meyering
2012-12-21factor: disable x86_64 assembly code for x32 buildsMike Frysinger
2012-12-21seq: fix newline output when -s specifiedPádraig Brady
2012-12-17readlink: support multiple command line argumentsPádraig Brady
2012-12-15tail,stat: improve support for the ceph file systemBernhard Voelker
2012-12-09tests: add test case and note that last week's cut change is a bug fixJim Meyering
2012-12-08cp: fix --no-preserve=mode to not exit 1Bernhard Voelker
2012-12-07df: do not print duplicate entries and rootfs by defaultOndrej Oprala
2012-12-04factor: fix infinite loop on 32 bit powerpcColin Watson
2012-11-24cut: do not print extraneous delimiters in some unusual casesJim Meyering
2012-11-24cut: treat -b2-,3- like -b2-, not like -b3-Jim Meyering