On 03/02/2016 02:03 PM, Eric S. Raymond wrote:
Marcus Meissner marcus@jet.franken.de:
Supplied by Eric S. Raymond.
(Did not send a specific signed-off-by, but his email and his follow up email seems to imply it.)
That is correct.
Thanks, I have marked thesse patches "promised" in my database.
The patches were committed: https://source.winehq.org/git/wine.git/commitdiff/0d06ebf5fb515e19cd9ec951dd...
Thank you for your contribution to Wine!
bye michael
On Thu, 2016-03-03 at 10:41 +0100, Michael Stefaniuc wrote:
On 03/02/2016 02:03 PM, Eric S. Raymond wrote:
Marcus Meissner marcus@jet.franken.de:
Supplied by Eric S. Raymond.
(Did not send a specific signed-off-by, but his email and his follow up email seems to imply it.)
That is correct.
Thanks, I have marked thesse patches "promised" in my database.
The patches were committed: https://source.winehq.org/git/wine.git/commitdiff/0d06ebf5fb515e19cd9ec951dd...
We went from: p Reinstall the file if it is missing.
o Reinstall the file if it is missing or if any older version is installed.
e Reinstall the file if it is missing, or if the installed version is equal or older.
to: lp Reinstall the file if it is missing.
lo Reinstall the file if it is missing or if any older version is installed.
le Reinstall the file if it is missing, or if the installed version is equal or older.
The patch should have replaced 'l' with 'B'. I'll send a fix.