pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/tree
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 29 07:07:26 UTC 2014
Modified Files:
pkgsrc/sysutils/tree: Makefile distinfo
pkgsrc/sysutils/tree/patches: patch-Makefile patch-tree.c
Log Message:
Update to 1.7.0:
Version 1.7.0
- Allow user/group names up to 32 characters before clipping.
- Made -i compress XML and JSON output as much as possible by eliminating
extraneous whitespace.
- Added --caseinsensitive (renamed --ignore-case ala grep) flag so patterns
match without regard to case, courtesy of Jason A Donenfeld.
- Added --matchdirs option courtesy of Brian Mattern & Jason A. Donenfeld
<Jason%zx2c4.com@localhost>.
- Fixed possible buffer overflow on large uid/gids w/o user names/group
names (Alexandre Wendling <alexandrerw%celepar.pr.gov.br@localhost>)
- Added JSON support courtesy of Florian Sesser <fs%it-agenten.com@localhost>.
- Fixed formatting error with HTML output when -L 1 specified. (Sascha Zorn
<sascha.zorn%gmail.com@localhost>)
- Added file size sorting (Philipp M?ller
<philippausmuensing%googlemail.com@localhost>)
- Added '--sort[=]<name>' option, ala ls.
- Fixed OS X makefile problems (Ryan Hollis
<theryanhollis%gmail.com@localhost>)
- Fixed possible memory overflow in read_dir (path/lbuf not equal in size
to pathsize/lbufsize.) (Han Hui <hanhui03%163.com@localhost>)
- Fix S_ISDOOR/S_IFDOOR spelling mistake for Solaris. (Tim Mooney
<Tim.Mooney%ndsu.edu@localhost>)
- Make tree more reliably detect UTF-8 locales. (Mantas Mikulnas
<grawity%gmail.com@localhost> and others.)
- Return non-zero exit status on option errors, print usage to stdout when
not an error, add the posix '--' option terminator, Change -S description
to mean CP437 (console) output codes, not ASCII. (Ivan Shmakov
<oneingray%gmail.com@localhost>)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/tree/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/tree/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/tree/patches/patch-Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/tree/patches/patch-tree.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index