mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 17:40:34 +00:00
Changelog:
==========
- Mostly a brown-paper bag release to fix the below regression and add a
feature I forgot to add.
- Fix regression in search() function that broke --fromfile
- Allow the -L option to accept its parameter immediately (with no space)
instead of requiring it be the next option word.
- Fix issue where --gitignore does not think a pattern with a singular
terminal '/' (indicating it matches only directories,) is a relative path.
- Don't emit the error 'recursive, not followed' if when using -L, the depth
would prevent descending anyway. This also fixes up a JSON output error
(missing comma) when this happens.
- Don't prematurely sort files/directories with --from*file.
- Various seg-faults fixed (Hanqin Guan (The OSLab of Peking University)):
- Make doubly sure that there is actually a previous path entry when reading
from a tabbed file.
- Make sure there is actually a file entity when applying the link info to
it when reading fromfile using --fflinks.
- Increase space for the path a little in listdir(), just to be sure.
- Make sure that there is no topsort (--dirsfirst / --filesfirst) if there
is no basesort (-U).
- Make sure gittrim() function can handle a null string.
- Update email address to steve.baker.llc@gmail.com from ice@mama.indstate.edu
which has been permanently disabled.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>