From: James Youngman
* configure.ac: We no longer need to #define DEBUG_STAT with
--enable-debug, since the relevant debug messages are controlled
instead with find's command-line option -D stat.
* find/defs.h (enum DebugOption): bitmask values are now expressed
as 1 << N instead of decimal value
From: James Youngman
* configure.ac: Remove the --enable-id-cache option. This option
became a no-op in findutils-4.5.15. Before that it did something
but the code was buggy. See https://savannah.gnu.org/bugs/?45062
for details.
* NEWS: State that this configure option is removed.
---
NEWS
From: James Youngman
* find/defs.h (enum DebugOption): add DebugTime.
* find/util.c (debugassoc): -D time sets the DebugTime debug flag.
* find/oldfind.c (main): print the value of options.cur_day_start
when "-D time" is in effect (instead of when DEBUG is #defined).
* find/ftsfind.c (main): Like
The master branch in the git repository continues to be the
development branch, and hence that now carries the version number
4.7.x.
Code changes for the current stable release series (4.6.x) will occur
on the branch rel-4-6-fixes.
James.
I just applied the attached patches.
For some time now, this translation has had 0 out of the possible 283
messages actually translated, so the po file has no current value. If
any findutils are once again translated this translation can be
reinstated.
James.
From 4290cf1f05b9a07d186449381f76d5c
Hi *,
with James' approval, I pushed the attached changes to 'README-hacking':
* [PATCH 1/3] doc: fix typos in README-hacking
* [PATCH 2/3] doc: mention copyright assignment check prior to 'git push'
* [PATCH 3/3] doc: mention 'make syntax-check' in README-hacking
Have a nice day,
Berny
>From 50