public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 1/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway?
@ 2020-07-10  1:15 Brian Inglis
  2020-07-10  1:15 ` [PATCH 2/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Relate Cygwin DLL to Unix kernel, add required options to command examples, differentiate Unix and Cygwin commands; mention that the cygwin package contains the DLL Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2020-07-10  1:15 UTC (permalink / raw)
  To: cygwin-patches

 Relate Cygwin DLL to Unix kernel,
 add required options to command examples,
 differentiate Unix and Cygwin commands;
 mention that the cygwin package contains the DLL.

---
 faq/faq.html | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

diff --git a/faq/faq.html b/faq/faq.html
index 1f2686c6..846e087e 100644
--- a/faq/faq.html
+++ b/faq/faq.html
@@ -53,16 +53,30 @@ such freedom is that the people who use a given piece of software
 should be able to change it to fit their needs, learn from it, share
 it with their friends, etc.  The GPL or LGPL licenses allows you those
 freedoms, so it is free software.
-</p></td></tr><tr class="question"><td align="left" valign="top"><a name="faq.what.version"></a><p><b>1.5.</b></p></td><td align="left" valign="top"><p>What version of Cygwin <span class="emphasis"><em>is</em></span> this, anyway?</p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>To find the version of the Cygwin DLL installed, you can use
-<code class="filename">uname</code> as on Linux or <code class="filename">cygcheck</code>. Refer to each command's
-<code class="literal">--help</code> output and the
-<a class="ulink" href="https://cygwin.com/cygwin-ug-net/" target="_top">Cygwin User's Guide</a>
-for more information.
-</p><p>If you are looking for the version number for the whole Cygwin
-release, there is none. Each package in the Cygwin release has its own
-version.  The packages in Cygwin are continually improving, thanks to
-the efforts of net volunteers who maintain the Cygwin binary ports.
-Each package has its own version numbers and its own release process.
+</p></td></tr>
+<tr class="question"><td align="left" valign="top"><a name="faq.what.version"></a><p><b>1.5.</b></p></td>
+    <td align="left" valign="top"><p>What version of Cygwin <span class="emphasis"><em>is</em></span> this, anyway?</p></td></tr>
+<tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top">
+    <p>As the Cygwin DLL takes the place of a Unix kernel,
+	to find the version of the Cygwin DLL installed,
+	you can use any of the Unix compatible commands:
+	<code class="command"><strong>uname&nbsp;-a</strong></code>;
+	<code class="command"><strong>uname&nbsp;-srvm</strong></code>;
+	<code class="command"><strong>head&nbsp;/proc/version</strong></code>;
+	or the Cygwin command:
+	<code class="command"><strong>cygcheck&nbsp;-V</strong></code>.
+	Refer to each command's
+	<code class="option">--help</code> output or the
+	<a class="ulink" href="https://cygwin.com/cygwin-ug-net/" target="_top">Cygwin User's Guide</a>
+	for more information.</p>
+    <p>If you are looking for the version number for the whole Cygwin release,
+	there is none.
+	Each package in the Cygwin release has its own version, and the
+	<code class="package">cygwin</code> package containing the Cygwin DLL and
+	Cygwin system specific utilities is just another (but very important!) package.
+	The packages in Cygwin are continually improving, thanks to
+	the efforts of net volunteers who maintain the Cygwin binary ports.
+	Each package has its own version numbers and its own release process.
 </p><p>So, how do you get the most up-to-date version of Cygwin?  Easy.  Just
 download the Cygwin Setup program by following the instructions
 <a class="ulink" href="https://cygwin.com/install.html" target="_top">here</a>.
-- 
2.27.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 2/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Relate Cygwin DLL to Unix kernel, add required options to command examples, differentiate Unix and Cygwin commands; mention that the cygwin package contains the DLL.
  2020-07-10  1:15 [PATCH 1/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Brian Inglis
@ 2020-07-10  1:15 ` Brian Inglis
  2020-07-10  8:35   ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2020-07-10  1:15 UTC (permalink / raw)
  To: cygwin-patches

---
 faq/faq.html | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/faq/faq.html b/faq/faq.html
index 846e087e..8659db5d 100644
--- a/faq/faq.html
+++ b/faq/faq.html
@@ -57,10 +57,12 @@ freedoms, so it is free software.
 <tr class="question"><td align="left" valign="top"><a name="faq.what.version"></a><p><b>1.5.</b></p></td>
     <td align="left" valign="top"><p>What version of Cygwin <span class="emphasis"><em>is</em></span> this, anyway?</p></td></tr>
 <tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top">
-    <p>As the Cygwin DLL takes the place of a Unix kernel,
-	to find the version of the Cygwin DLL installed,
-	you can use any of the Unix compatible commands:
+    <p>To find the version of the Cygwin DLL installed,
+	you can use:
 	<code class="command"><strong>uname&nbsp;-a</strong></code>;
+        as you would for a Unix kernel.
+        As the Cygwin DLL takes the place of a Unix kernel,
+	you can also use any of the Unix compatible commands:
 	<code class="command"><strong>uname&nbsp;-srvm</strong></code>;
 	<code class="command"><strong>head&nbsp;/proc/version</strong></code>;
 	or the Cygwin command:
@@ -72,17 +74,18 @@ freedoms, so it is free software.
     <p>If you are looking for the version number for the whole Cygwin release,
 	there is none.
 	Each package in the Cygwin release has its own version, and the
-	<code class="package">cygwin</code> package containing the Cygwin DLL and
-	Cygwin system specific utilities is just another (but very important!) package.
+	<code class="package">cygwin</code> package containing the Cygwin DLL
+	and Cygwin system specific utilities is just another (but very
+	important!) package.
 	The packages in Cygwin are continually improving, thanks to
 	the efforts of net volunteers who maintain the Cygwin binary ports.
 	Each package has its own version numbers and its own release process.
 </p><p>So, how do you get the most up-to-date version of Cygwin?  Easy.  Just
 download the Cygwin Setup program by following the instructions
 <a class="ulink" href="https://cygwin.com/install.html" target="_top">here</a>.
-The setup program will handle the task of updating the packages on your system
-to the latest version. For more information about using Cygwin's
-<code class="filename">setup.exe</code>, see 
+The Setup program will handle the task of updating the packages on your system
+to the latest version. For more information about using Cygwin's Setup program,
+see 
 <a class="ulink" href="https://cygwin.com/cygwin-ug-net/setup-net.html" target="_top">Setting Up Cygwin</a>
 in the Cygwin User's Guide. 
 </p></td></tr><tr class="question"><td align="left" valign="top"><a name="faq.what.who"></a><p><b>1.6.</b></p></td><td align="left" valign="top"><p>Who's behind the project?</p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p><span class="bold"><strong>(Please note that if you have cygwin-specific
@@ -706,7 +709,8 @@ user with <code class="literal">cygrunsrv -u</code> (see
 information).
 </p></td></tr><tr class="question"><td align="left" valign="top"><a name="faq.using.path"></a><p><b>4.5.</b></p></td><td align="left" valign="top"><p>How should I set my PATH?</p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>This is done for you in the file /etc/profile, which is sourced by bash
 when you start it from the Desktop or Start Menu shortcut, created by
-<code class="literal">setup.exe</code>.  The line is
+the Cygwin Setup program.
+The line is
 </p><pre class="screen">
 	PATH="/usr/local/bin:/usr/bin:/bin:$PATH"
 </pre><p>Effectively, this <span class="bold"><strong>prepends</strong></span> /usr/local/bin and /usr/bin to your
@@ -903,8 +907,7 @@ services like sshd) beforehand.</p><p>The only DLL that is sanctioned by the Cyg
 you get by running <a class="ulink" href="https://cygwin.com/install.html" target="_top">setup-x86.exe or setup-x86_64.exe</a>,
 installed in a directory controlled by this program.  If you have other
 versions on your system and desire help from the cygwin project, you should
-delete or rename all DLLs that are not installed by
-<code class="filename">setup.exe</code>.
+delete or rename all DLLs that are not installed by the Cygwin Setup program.
 </p><p>If you're trying to find multiple versions of the DLL that are causing
 this problem, reboot first, in case DLLs still loaded in memory are the
 cause.  Then use the Windows System find utility to search your whole
-- 
2.27.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Relate Cygwin DLL to Unix kernel, add required options to command examples, differentiate Unix and Cygwin commands; mention that the cygwin package contains the DLL.
  2020-07-10  1:15 ` [PATCH 2/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Relate Cygwin DLL to Unix kernel, add required options to command examples, differentiate Unix and Cygwin commands; mention that the cygwin package contains the DLL Brian Inglis
@ 2020-07-10  8:35   ` Corinna Vinschen
  2020-07-10 17:41     ` Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: Corinna Vinschen @ 2020-07-10  8:35 UTC (permalink / raw)
  To: Brian Inglis; +Cc: cygwin-patches

Hi Brian,


I'd like to suggest to merge the two patches into one.  Also, check your
log message of patch 2.  It looks like there's an empty line missing in
line 2.


Thanks,
Corinna

On Jul  9 19:15, Brian Inglis wrote:
> ---
>  faq/faq.html | 25 ++++++++++++++-----------
>  1 file changed, 14 insertions(+), 11 deletions(-)
> 
> diff --git a/faq/faq.html b/faq/faq.html
> index 846e087e..8659db5d 100644
> --- a/faq/faq.html
> +++ b/faq/faq.html
> @@ -57,10 +57,12 @@ freedoms, so it is free software.
>  <tr class="question"><td align="left" valign="top"><a name="faq.what.version"></a><p><b>1.5.</b></p></td>
>      <td align="left" valign="top"><p>What version of Cygwin <span class="emphasis"><em>is</em></span> this, anyway?</p></td></tr>
>  <tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top">
> -    <p>As the Cygwin DLL takes the place of a Unix kernel,
> -	to find the version of the Cygwin DLL installed,
> -	you can use any of the Unix compatible commands:
> +    <p>To find the version of the Cygwin DLL installed,
> +	you can use:
>  	<code class="command"><strong>uname&nbsp;-a</strong></code>;
> +        as you would for a Unix kernel.
> +        As the Cygwin DLL takes the place of a Unix kernel,
> +	you can also use any of the Unix compatible commands:
>  	<code class="command"><strong>uname&nbsp;-srvm</strong></code>;
>  	<code class="command"><strong>head&nbsp;/proc/version</strong></code>;
>  	or the Cygwin command:
> @@ -72,17 +74,18 @@ freedoms, so it is free software.
>      <p>If you are looking for the version number for the whole Cygwin release,
>  	there is none.
>  	Each package in the Cygwin release has its own version, and the
> -	<code class="package">cygwin</code> package containing the Cygwin DLL and
> -	Cygwin system specific utilities is just another (but very important!) package.
> +	<code class="package">cygwin</code> package containing the Cygwin DLL
> +	and Cygwin system specific utilities is just another (but very
> +	important!) package.
>  	The packages in Cygwin are continually improving, thanks to
>  	the efforts of net volunteers who maintain the Cygwin binary ports.
>  	Each package has its own version numbers and its own release process.
>  </p><p>So, how do you get the most up-to-date version of Cygwin?  Easy.  Just
>  download the Cygwin Setup program by following the instructions
>  <a class="ulink" href="https://cygwin.com/install.html" target="_top">here</a>.
> -The setup program will handle the task of updating the packages on your system
> -to the latest version. For more information about using Cygwin's
> -<code class="filename">setup.exe</code>, see 
> +The Setup program will handle the task of updating the packages on your system
> +to the latest version. For more information about using Cygwin's Setup program,
> +see 
>  <a class="ulink" href="https://cygwin.com/cygwin-ug-net/setup-net.html" target="_top">Setting Up Cygwin</a>
>  in the Cygwin User's Guide. 
>  </p></td></tr><tr class="question"><td align="left" valign="top"><a name="faq.what.who"></a><p><b>1.6.</b></p></td><td align="left" valign="top"><p>Who's behind the project?</p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p><span class="bold"><strong>(Please note that if you have cygwin-specific
> @@ -706,7 +709,8 @@ user with <code class="literal">cygrunsrv -u</code> (see
>  information).
>  </p></td></tr><tr class="question"><td align="left" valign="top"><a name="faq.using.path"></a><p><b>4.5.</b></p></td><td align="left" valign="top"><p>How should I set my PATH?</p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>This is done for you in the file /etc/profile, which is sourced by bash
>  when you start it from the Desktop or Start Menu shortcut, created by
> -<code class="literal">setup.exe</code>.  The line is
> +the Cygwin Setup program.
> +The line is
>  </p><pre class="screen">
>  	PATH="/usr/local/bin:/usr/bin:/bin:$PATH"
>  </pre><p>Effectively, this <span class="bold"><strong>prepends</strong></span> /usr/local/bin and /usr/bin to your
> @@ -903,8 +907,7 @@ services like sshd) beforehand.</p><p>The only DLL that is sanctioned by the Cyg
>  you get by running <a class="ulink" href="https://cygwin.com/install.html" target="_top">setup-x86.exe or setup-x86_64.exe</a>,
>  installed in a directory controlled by this program.  If you have other
>  versions on your system and desire help from the cygwin project, you should
> -delete or rename all DLLs that are not installed by
> -<code class="filename">setup.exe</code>.
> +delete or rename all DLLs that are not installed by the Cygwin Setup program.
>  </p><p>If you're trying to find multiple versions of the DLL that are causing
>  this problem, reboot first, in case DLLs still loaded in memory are the
>  cause.  Then use the Windows System find utility to search your whole
> -- 
> 2.27.0

-- 
Corinna Vinschen
Cygwin Maintainer

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Relate Cygwin DLL to Unix kernel, add required options to command examples, differentiate Unix and Cygwin commands; mention that the cygwin package contains the DLL.
  2020-07-10  8:35   ` Corinna Vinschen
@ 2020-07-10 17:41     ` Brian Inglis
  2020-07-10 18:20       ` Update FAQ 1.6 Who's behind the project? Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2020-07-10 17:41 UTC (permalink / raw)
  To: cygwin-patches

Thanks, Gotcha - sent all rather than waiting for chance to edit 2/2 - ops do
sometimes seem to squash commit messages - fixed - added refs to list threads -
sent v3 - learned do do something new in git.

On 2020-07-10 02:35, Corinna Vinschen wrote:
> I'd like to suggest to merge the two patches into one.  Also, check your
> log message of patch 2.  It looks like there's an empty line missing in
> line 2.
> On Jul  9 19:15, Brian Inglis wrote:
>> ---
>>  faq/faq.html | 25 ++++++++++++++-----------
>>  1 file changed, 14 insertions(+), 11 deletions(-)
>>
>> diff --git a/faq/faq.html b/faq/faq.html
>> index 846e087e..8659db5d 100644
>> --- a/faq/faq.html
>> +++ b/faq/faq.html
>> @@ -57,10 +57,12 @@ freedoms, so it is free software.
>>  <tr class="question"><td align="left" valign="top"><a name="faq.what.version"></a><p><b>1.5.</b></p></td>
>>      <td align="left" valign="top"><p>What version of Cygwin <span class="emphasis"><em>is</em></span> this, anyway?</p></td></tr>
>>  <tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top">
>> -    <p>As the Cygwin DLL takes the place of a Unix kernel,
>> -	to find the version of the Cygwin DLL installed,
>> -	you can use any of the Unix compatible commands:
>> +    <p>To find the version of the Cygwin DLL installed,
>> +	you can use:
>>  	<code class="command"><strong>uname&nbsp;-a</strong></code>;
>> +        as you would for a Unix kernel.
>> +        As the Cygwin DLL takes the place of a Unix kernel,
>> +	you can also use any of the Unix compatible commands:
>>  	<code class="command"><strong>uname&nbsp;-srvm</strong></code>;
>>  	<code class="command"><strong>head&nbsp;/proc/version</strong></code>;
>>  	or the Cygwin command:
>> @@ -72,17 +74,18 @@ freedoms, so it is free software.
>>      <p>If you are looking for the version number for the whole Cygwin release,
>>  	there is none.
>>  	Each package in the Cygwin release has its own version, and the
>> -	<code class="package">cygwin</code> package containing the Cygwin DLL and
>> -	Cygwin system specific utilities is just another (but very important!) package.
>> +	<code class="package">cygwin</code> package containing the Cygwin DLL
>> +	and Cygwin system specific utilities is just another (but very
>> +	important!) package.
>>  	The packages in Cygwin are continually improving, thanks to
>>  	the efforts of net volunteers who maintain the Cygwin binary ports.
>>  	Each package has its own version numbers and its own release process.
>>  </p><p>So, how do you get the most up-to-date version of Cygwin?  Easy.  Just
>>  download the Cygwin Setup program by following the instructions
>>  <a class="ulink" href="https://cygwin.com/install.html" target="_top">here</a>.
>> -The setup program will handle the task of updating the packages on your system
>> -to the latest version. For more information about using Cygwin's
>> -<code class="filename">setup.exe</code>, see 
>> +The Setup program will handle the task of updating the packages on your system
>> +to the latest version. For more information about using Cygwin's Setup program,
>> +see 
>>  <a class="ulink" href="https://cygwin.com/cygwin-ug-net/setup-net.html" target="_top">Setting Up Cygwin</a>
>>  in the Cygwin User's Guide. 
>>  </p></td></tr><tr class="question"><td align="left" valign="top"><a name="faq.what.who"></a><p><b>1.6.</b></p></td><td align="left" valign="top"><p>Who's behind the project?</p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p><span class="bold"><strong>(Please note that if you have cygwin-specific
>> @@ -706,7 +709,8 @@ user with <code class="literal">cygrunsrv -u</code> (see
>>  information).
>>  </p></td></tr><tr class="question"><td align="left" valign="top"><a name="faq.using.path"></a><p><b>4.5.</b></p></td><td align="left" valign="top"><p>How should I set my PATH?</p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>This is done for you in the file /etc/profile, which is sourced by bash
>>  when you start it from the Desktop or Start Menu shortcut, created by
>> -<code class="literal">setup.exe</code>.  The line is
>> +the Cygwin Setup program.
>> +The line is
>>  </p><pre class="screen">
>>  	PATH="/usr/local/bin:/usr/bin:/bin:$PATH"
>>  </pre><p>Effectively, this <span class="bold"><strong>prepends</strong></span> /usr/local/bin and /usr/bin to your
>> @@ -903,8 +907,7 @@ services like sshd) beforehand.</p><p>The only DLL that is sanctioned by the Cyg
>>  you get by running <a class="ulink" href="https://cygwin.com/install.html" target="_top">setup-x86.exe or setup-x86_64.exe</a>,
>>  installed in a directory controlled by this program.  If you have other
>>  versions on your system and desire help from the cygwin project, you should
>> -delete or rename all DLLs that are not installed by
>> -<code class="filename">setup.exe</code>.
>> +delete or rename all DLLs that are not installed by the Cygwin Setup program.
>>  </p><p>If you're trying to find multiple versions of the DLL that are causing
>>  this problem, reboot first, in case DLLs still loaded in memory are the
>>  cause.  Then use the Windows System find utility to search your whole
>> -- 
>> 2.27.0
> 

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in IEC units and prefixes, physical quantities in SI.]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Update FAQ 1.6 Who's behind the project?
  2020-07-10 17:41     ` Brian Inglis
@ 2020-07-10 18:20       ` Brian Inglis
  2020-07-13  7:17         ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2020-07-10 18:20 UTC (permalink / raw)
  To: cygwin-patches

Suggest also under 1.6:

	https://cygwin.com/faq.html#faq.what.who

which seems to be from when Redhat sold Cygwin, so:

- omit Redhat from Corinna's entry, and clean up:

"Corinna Vinschen is the current project lead. Corinna is a senior Red Hat
engineer. Corinna is responsible for the Cygwin library and maintains a couple
of packages, for instance OpenSSH, OpenSSL, and a lot more."

	Corinna Vinschen is the current project lead, responsible for the Cygwin
library and maintains OpenSSH, OpenSSL and a lot more.

- comment out or credit Yaakov;

...

- change "people; a complete list can be found _here_" link to just _maintainers_:

"The packages in the Net release are maintained by a large group of people; a
complete list can be found _here_."

	The packages are maintained by a large group of _maintainers_.

- anyone else with committer rights who should be added/credited?

Following para:

"Please note that all of us working on Cygwin try to be as responsive as
possible and deal with patches and questions as we get them, but realistically
we don't have time to answer all of the email that is sent to the main mailing
list. Making Net releases of the Win32 tools and helping people on the Net out
is not our primary job function, so some email will have to go unanswered."

"working" to "volunteering";
remove "Win32" and "Net" there and earlier paras;
change "is not our primary job function" to "is an activity in our spare time":

	Please note that all of us volunteering on Cygwin try to be as responsive as
possible and deal with patches and questions as we get them, but realistically
we don't have time to answer all of the email that is sent to the main mailing
list. Making releases of the tools and packages and helping people out is an
activity in our spare time, so some email will have to go unanswered.

OR

... Making releases of the tools and packages is an activity in our spare time,
helping people out is not our primary focus, so some email will have to go
unanswered.

Perhaps remove or change all FAQ references to Net releases and Win32 in a
separate patch?

Any other comments, suggestions, issues to address?
I don't mind hacking docs - I've done a lot of it for work and IRL.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in IEC units and prefixes, physical quantities in SI.]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update FAQ 1.6 Who's behind the project?
  2020-07-10 18:20       ` Update FAQ 1.6 Who's behind the project? Brian Inglis
@ 2020-07-13  7:17         ` Corinna Vinschen
  0 siblings, 0 replies; 6+ messages in thread
From: Corinna Vinschen @ 2020-07-13  7:17 UTC (permalink / raw)
  To: cygwin-patches

Sounds good, just send patches...

On Jul 10 12:20, Brian Inglis wrote:
> Suggest also under 1.6:
> 
> 	https://cygwin.com/faq.html#faq.what.who
> 
> which seems to be from when Redhat sold Cygwin, so:
> 
> - omit Redhat from Corinna's entry, and clean up:
> 
> "Corinna Vinschen is the current project lead. Corinna is a senior Red Hat
> engineer. Corinna is responsible for the Cygwin library and maintains a couple
> of packages, for instance OpenSSH, OpenSSL, and a lot more."

..and just drop the package names here, please.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-13  7:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10  1:15 [PATCH 1/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Brian Inglis
2020-07-10  1:15 ` [PATCH 2/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Relate Cygwin DLL to Unix kernel, add required options to command examples, differentiate Unix and Cygwin commands; mention that the cygwin package contains the DLL Brian Inglis
2020-07-10  8:35   ` Corinna Vinschen
2020-07-10 17:41     ` Brian Inglis
2020-07-10 18:20       ` Update FAQ 1.6 Who's behind the project? Brian Inglis
2020-07-13  7:17         ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).