| Summary: | Give proper credits for ECDSA patch | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Ondřej Surý <ondrej> |
| Component: | Documentation | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | daniel.black, dtucker |
| Priority: | P5 | ||
| Version: | 6.1p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Ondřej Surý
2012-08-31 16:50:09 AEST
we can't retroactively change the commit message and that's what's in the ChangeLog, so I added a line following acknowledging the original authorship. Hope that's sufficient, it should be here: http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6109&r2=1.6110 once the anoncvs mirror catches up. The solution is ok with me, but just a small nit - you (or CVS) got my name wrong in the patch. The Latin-2 characters (ř) are OK, but the 'ý' in Surý got mangled somehow to non-UTF-8 character (\303). + (Original authors Ond\305\231ej Sur\303, Ond\305\231ej Caletka and Daniel Black) should be + (Original authors Ond\305\231ej Sur\303\275, Ond\305\231ej Caletka and Daniel Black) (In reply to comment #2) > The solution is ok with me, but just a small nit - you (or CVS) got > my name wrong in the patch. The Latin-2 characters (ř) are OK, but > the 'ý' in Surý got mangled somehow to non-UTF-8 character (\303). Sorry about that, fixed (I think, od -ba shows the octal characters above). LGTM, thank you very much! thanks Darren and Ondřej. Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 |