[Bug 2517] GitHub version doesn't include ChangeLog

2016-08-01 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2517

Damien Miller  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from Damien Miller  ---
Close all resolved bugs after 7.3p1 release

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2517] GitHub version doesn't include ChangeLog

2015-12-17 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2517

Darren Tucker  changed:

   What|Removed |Added

 CC||dtuc...@zip.com.au

--- Comment #3 from Darren Tucker  ---
(In reply to Venkat Yekkirala from comment #2)
> In the release tarball, there are some *.0 man pages. I would be
> grateful for insight into their generation and how they differ from
> the regular man pages that are on github. Thanks again.

They're just the output of the man page formatter.

They're generated by the Makefile:
https://github.com/openssh/openssh-portable/blob/master/Makefile.in#L281

Basically it's going to run something like "nroff -mandoc ssh.1 >ssh.0"
(exact command depending on your system, see
https://github.com/openssh/openssh-portable/blob/master/configure.ac#L51).

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2517] GitHub version doesn't include ChangeLog

2015-12-17 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2517

--- Comment #2 from Venkat Yekkirala  ---
Thanks for the info. One other newbie question:

In the release tarball, there are some *.0 man pages. I would be
grateful for insight into their generation and how they differ from the
regular man pages that are on github. Thanks again.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2517] GitHub version doesn't include ChangeLog

2015-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2517

Venkat Yekkirala  changed:

   What|Removed |Added

Version|6.8p1   |7.1p1

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2517] GitHub version doesn't include ChangeLog

2015-12-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2517

Damien Miller  changed:

   What|Removed |Added

 CC||d...@mindrot.org
 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #1 from Damien Miller  ---
The changelog is generated at release from the git log. It doesn't
exist as a file in the repository, but you can see exactly the same
information using 'git log' or
https://github.com/openssh/openssh-portable/commits/master

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs