public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Release: mintty 2.0.1
@ 2015-07-03 21:18 Thomas Wolff
  2015-07-03 21:30 ` James Darnley
  2015-07-05 17:02 ` Thomas Wolff
  0 siblings, 2 replies; 11+ messages in thread
From: Thomas Wolff @ 2015-07-03 21:18 UTC (permalink / raw)
  To: cygwin, cygwin-announce

After closing half of the open issues, I thought it’s a good time to 
release mintty.
I’ve bumped the major version number to 2 to reflect the change of 
repository and maintainer and somehow catch up with cygwin...

Major new features and fixes are listed below. See also the changelog in 
the Wiki
https://github.com/mintty/mintty/wiki
For new options, there is no GUI configuration facility yet ("Hidden 
settings"). Please ask for them if desired.

The homepage is at http://mintty.github.io/
It also links to the issue tracker.

Major new features and fixes
----------------------------

Display:
   * Fixed bold display by overstriking if BoldAsFont unset.
   * Implemented and enabled character attribute italic (#418, #152).
   * Implemented character attribute strikeout; disabled due to missing bit.
   * True Colour support (#431) (using ESC [ 38;2;r;g;b m).

Window:
   * Alt-F2 creates new window of same size as current one (#275).
   * Option -T to set unchangeable window title (#385).

Keyboard:
   * Option DeleteSendsDEL and associated switching sequence CSI ? 1037 
h/l to switch keypad Del key sending DEL or Remove (#406).
   * Options Break and Pause to configure mappings for these keys (#399).

Other Options:
   * Configuration option WordCharsExcl to exclude characters from word 
selection (#450).
   * Added configuration options BellType, BellFreq, BellLen (~ #369).
   * Option HideMouse=false disables mouse cursor hiding on keyboard 
input (#403).
   * Option MiddleClickAction=void disables mouse-middle-click pasting 
(#384).
   * Option to simulate Enter/Return with mouse-click (#425).
   * Documented RowSpacing/ColSpacing; tweaked to distribute padding evenly.

------
Thomas

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Release: mintty 2.0.1
  2015-07-03 21:18 Release: mintty 2.0.1 Thomas Wolff
@ 2015-07-03 21:30 ` James Darnley
  2015-07-05 17:02 ` Thomas Wolff
  1 sibling, 0 replies; 11+ messages in thread
From: James Darnley @ 2015-07-03 21:30 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

On 2015-07-03 23:18, Thomas Wolff wrote:
>   * Option MiddleClickAction=void disables mouse-middle-click pasting (#384)

Yay, and thanks.  I wonder if that uses my patch.  I can't wait for my
mirror to get the package so I can see.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 603 bytes --]

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

* Re: Release: mintty 2.0.1
  2015-07-03 21:18 Release: mintty 2.0.1 Thomas Wolff
  2015-07-03 21:30 ` James Darnley
@ 2015-07-05 17:02 ` Thomas Wolff
  2015-07-05 17:07   ` Thomas Wolff
  2015-07-05 17:47   ` Release: mintty 2.0.1 Marco Atzeri
  1 sibling, 2 replies; 11+ messages in thread
From: Thomas Wolff @ 2015-07-05 17:02 UTC (permalink / raw)
  To: cygwin-announce, cygwin

Apologies for the first release, 2.0.1-0, which for some obscure reasons 
did not include the actual version.
The new package 2.0.1-1 is fixed.
@cygwin: Please drop 2.0.1-0 in the repository, 1.1.3 (32bit)/1.2beta 
(64bit) should be previous versions.

There is a problem with Alt-F2 which I shall fix soon. As a workaround, 
the Start/Desktop shortcut could be changed from the command shortcut:
C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico -
to a full form like
C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico -e /bin/bash

Thomas

> After closing half of the open issues, I thought it’s a good time to 
> release mintty.
> I’ve bumped the major version number to 2 to reflect the change of 
> repository and maintainer and somehow catch up with cygwin...
>
> Major new features and fixes are listed below. See also the changelog 
> in the Wiki
> https://github.com/mintty/mintty/wiki
> For new options, there is no GUI configuration facility yet ("Hidden 
> settings"). Please ask for them if desired.
>
> The homepage is at http://mintty.github.io/
> It also links to the issue tracker.
>
> Major new features and fixes
> ----------------------------
>
> Display:
>   * Fixed bold display by overstriking if BoldAsFont unset.
>   * Implemented and enabled character attribute italic (#418, #152).
>   * Implemented character attribute strikeout; disabled due to missing 
> bit.
>   * True Colour support (#431) (using ESC [ 38;2;r;g;b m).
>
> Window:
>   * Alt-F2 creates new window of same size as current one (#275).
>   * Option -T to set unchangeable window title (#385).
>
> Keyboard:
>   * Option DeleteSendsDEL and associated switching sequence CSI ? 1037 
> h/l to switch keypad Del key sending DEL or Remove (#406).
>   * Options Break and Pause to configure mappings for these keys (#399).
>
> Other Options:
>   * Configuration option WordCharsExcl to exclude characters from word 
> selection (#450).
>   * Added configuration options BellType, BellFreq, BellLen (~ #369).
>   * Option HideMouse=false disables mouse cursor hiding on keyboard 
> input (#403).
>   * Option MiddleClickAction=void disables mouse-middle-click pasting 
> (#384).
>   * Option to simulate Enter/Return with mouse-click (#425).
>   * Documented RowSpacing/ColSpacing; tweaked to distribute padding 
> evenly.
>
> ------
> Thomas


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Release: mintty 2.0.1
  2015-07-05 17:02 ` Thomas Wolff
@ 2015-07-05 17:07   ` Thomas Wolff
  2015-07-05 17:40     ` Update: mintty 2.0.2 Thomas Wolff
  2015-07-05 18:08     ` [ANNOUNCEMENT] " Thomas Wolff
  2015-07-05 17:47   ` Release: mintty 2.0.1 Marco Atzeri
  1 sibling, 2 replies; 11+ messages in thread
From: Thomas Wolff @ 2015-07-05 17:07 UTC (permalink / raw)
  To: cygwin

Am 05.07.2015 um 19:02 schrieb Thomas Wolff:
> Apologies for the first release, 2.0.1-0, which for some obscure 
> reasons did not include the actual version.
> The new package 2.0.1-1 is fixed.
At least for the 32bit version. For 64bit cygwin, it's not yet on the 
mirrors although taken from my upload area...
> @cygwin: Please drop 2.0.1-0 in the repository, 1.1.3 (32bit)/1.2beta 
> (64bit) should be previous versions.
>
> There is a problem with Alt-F2 which I shall fix soon. As a 
> workaround, the Start/Desktop shortcut could be changed from the 
> command shortcut:
> C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico -
> to a full form like
> C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico -e /bin/bash
>
> Thomas
>
>> After closing half of the open issues, I thought it’s a good time to 
>> release mintty.
>> I’ve bumped the major version number to 2 to reflect the change of 
>> repository and maintainer and somehow catch up with cygwin...
>>
>> Major new features and fixes are listed below. See also the changelog 
>> in the Wiki
>> https://github.com/mintty/mintty/wiki
>> For new options, there is no GUI configuration facility yet ("Hidden 
>> settings"). Please ask for them if desired.
>>
>> The homepage is at http://mintty.github.io/
>> It also links to the issue tracker.
>>
>> Major new features and fixes
>> ----------------------------
>>
>> Display:
>>   * Fixed bold display by overstriking if BoldAsFont unset.
>>   * Implemented and enabled character attribute italic (#418, #152).
>>   * Implemented character attribute strikeout; disabled due to 
>> missing bit.
>>   * True Colour support (#431) (using ESC [ 38;2;r;g;b m).
>>
>> Window:
>>   * Alt-F2 creates new window of same size as current one (#275).
>>   * Option -T to set unchangeable window title (#385).
>>
>> Keyboard:
>>   * Option DeleteSendsDEL and associated switching sequence CSI ? 
>> 1037 h/l to switch keypad Del key sending DEL or Remove (#406).
>>   * Options Break and Pause to configure mappings for these keys (#399).
>>
>> Other Options:
>>   * Configuration option WordCharsExcl to exclude characters from 
>> word selection (#450).
>>   * Added configuration options BellType, BellFreq, BellLen (~ #369).
>>   * Option HideMouse=false disables mouse cursor hiding on keyboard 
>> input (#403).
>>   * Option MiddleClickAction=void disables mouse-middle-click pasting 
>> (#384).
>>   * Option to simulate Enter/Return with mouse-click (#425).
>>   * Documented RowSpacing/ColSpacing; tweaked to distribute padding 
>> evenly.
>>
>> ------
>> Thomas
>
>
> -- 
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Update: mintty 2.0.2
  2015-07-05 17:07   ` Thomas Wolff
@ 2015-07-05 17:40     ` Thomas Wolff
  2015-07-05 18:08     ` [ANNOUNCEMENT] " Thomas Wolff
  1 sibling, 0 replies; 11+ messages in thread
From: Thomas Wolff @ 2015-07-05 17:40 UTC (permalink / raw)
  To: cygwin, cygwin-announce

I uploaded a hotfix for the Alt-F2 issue. Hopefully it shall show up on 
the mirrors soon.

>>> After closing half of the open issues, I thought it’s a good time to 
>>> release mintty.
>>> I’ve bumped the major version number to 2 to reflect the change of 
>>> repository and maintainer and somehow catch up with cygwin...
>>>
>>> Major new features and fixes are listed below. See also the 
>>> changelog in the Wiki
>>> https://github.com/mintty/mintty/wiki
>>> For new options, there is no GUI configuration facility yet ("Hidden 
>>> settings"). Please ask for them if desired.
>>>
>>> The homepage is at http://mintty.github.io/
>>> It also links to the issue tracker.
>>>
>>> Major new features and fixes
>>> ----------------------------
>>>
>>> Display:
>>>   * Fixed bold display by overstriking if BoldAsFont unset.
>>>   * Implemented and enabled character attribute italic (#418, #152).
>>>   * Implemented character attribute strikeout; disabled due to 
>>> missing bit.
>>>   * True Colour support (#431) (using ESC [ 38;2;r;g;b m).
>>>
>>> Window:
>>>   * Alt-F2 creates new window of same size as current one (#275).
>>>   * Option -T to set unchangeable window title (#385).
>>>
>>> Keyboard:
>>>   * Option DeleteSendsDEL and associated switching sequence CSI ? 
>>> 1037 h/l to switch keypad Del key sending DEL or Remove (#406).
>>>   * Options Break and Pause to configure mappings for these keys 
>>> (#399).
>>>
>>> Other Options:
>>>   * Configuration option WordCharsExcl to exclude characters from 
>>> word selection (#450).
>>>   * Added configuration options BellType, BellFreq, BellLen (~ #369).
>>>   * Option HideMouse=false disables mouse cursor hiding on keyboard 
>>> input (#403).
>>>   * Option MiddleClickAction=void disables mouse-middle-click 
>>> pasting (#384).
>>>   * Option to simulate Enter/Return with mouse-click (#425).
>>>   * Documented RowSpacing/ColSpacing; tweaked to distribute padding 
>>> evenly.
>>>
>>> ------
>>> Thomas
>>
>>
>> -- 
>> Problem reports:       http://cygwin.com/problems.html
>> FAQ:                   http://cygwin.com/faq/
>> Documentation:         http://cygwin.com/docs.html
>> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>>
>
>
> -- 
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Release: mintty 2.0.1
  2015-07-05 17:02 ` Thomas Wolff
  2015-07-05 17:07   ` Thomas Wolff
@ 2015-07-05 17:47   ` Marco Atzeri
  1 sibling, 0 replies; 11+ messages in thread
From: Marco Atzeri @ 2015-07-05 17:47 UTC (permalink / raw)
  To: cygwin

On 7/5/2015 7:02 PM, Thomas Wolff wrote:
> Apologies for the first release, 2.0.1-0, which for some obscure reasons
> did not include the actual version.
> The new package 2.0.1-1 is fixed.
> @cygwin: Please drop 2.0.1-0 in the repository, 1.1.3 (32bit)/1.2beta
> (64bit) should be previous versions.
>

Thomas,
do you know that you can remove your files from the repository ?

If you upload a file of length zero called
   -mintty-2.0.1-0.tar.xz

the previous mintty-2.0.1-0.tar.xz will be removed

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* [ANNOUNCEMENT] Update: mintty 2.0.2
  2015-07-05 17:07   ` Thomas Wolff
  2015-07-05 17:40     ` Update: mintty 2.0.2 Thomas Wolff
@ 2015-07-05 18:08     ` Thomas Wolff
  2015-07-06  9:23       ` Marco Atzeri
  1 sibling, 1 reply; 11+ messages in thread
From: Thomas Wolff @ 2015-07-05 18:08 UTC (permalink / raw)
  To: cygwin

I uploaded a hotfix for the Alt-F2 issue. Hopefully it shall show up on 
the mirrors soon.

>>> After closing half of the open issues, I thought it’s a good time to 
>>> release mintty.
>>> I’ve bumped the major version number to 2 to reflect the change of 
>>> repository and maintainer and somehow catch up with cygwin...
>>>
>>> Major new features and fixes are listed below. See also the 
>>> changelog in the Wiki
>>> https://github.com/mintty/mintty/wiki
>>> For new options, there is no GUI configuration facility yet ("Hidden 
>>> settings"). Please ask for them if desired.
>>>
>>> The homepage is at http://mintty.github.io/
>>> It also links to the issue tracker.
>>>
>>> Major new features and fixes
>>> ----------------------------
>>>
>>> Display:
>>>   * Fixed bold display by overstriking if BoldAsFont unset.
>>>   * Implemented and enabled character attribute italic (#418, #152).
>>>   * Implemented character attribute strikeout; disabled due to 
>>> missing bit.
>>>   * True Colour support (#431) (using ESC [ 38;2;r;g;b m).
>>>
>>> Window:
>>>   * Alt-F2 creates new window of same size as current one (#275).
>>>   * Option -T to set unchangeable window title (#385).
>>>
>>> Keyboard:
>>>   * Option DeleteSendsDEL and associated switching sequence CSI ? 
>>> 1037 h/l to switch keypad Del key sending DEL or Remove (#406).
>>>   * Options Break and Pause to configure mappings for these keys 
>>> (#399).
>>>
>>> Other Options:
>>>   * Configuration option WordCharsExcl to exclude characters from 
>>> word selection (#450).
>>>   * Added configuration options BellType, BellFreq, BellLen (~ #369).
>>>   * Option HideMouse=false disables mouse cursor hiding on keyboard 
>>> input (#403).
>>>   * Option MiddleClickAction=void disables mouse-middle-click 
>>> pasting (#384).
>>>   * Option to simulate Enter/Return with mouse-click (#425).
>>>   * Documented RowSpacing/ColSpacing; tweaked to distribute padding 
>>> evenly.
>>>
>>> ------
>>> Thomas
>>
>>
>> -- 
>> Problem reports:       http://cygwin.com/problems.html
>> FAQ:                   http://cygwin.com/faq/
>> Documentation:         http://cygwin.com/docs.html
>> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>>
>
>
> -- 
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: [ANNOUNCEMENT] Update: mintty 2.0.2
  2015-07-05 18:08     ` [ANNOUNCEMENT] " Thomas Wolff
@ 2015-07-06  9:23       ` Marco Atzeri
  2015-07-06 10:05         ` Corinna Vinschen
  0 siblings, 1 reply; 11+ messages in thread
From: Marco Atzeri @ 2015-07-06  9:23 UTC (permalink / raw)
  To: cygwin

On 7/5/2015 7:40 PM, Thomas Wolff wrote:
> I uploaded a hotfix for the Alt-F2 issue. Hopefully it shall show up on
> the mirrors soon.
>

only the 32bit. 64 bit still at mintty-1.2-beta1-1

https://cygwin.com/packages/x86_64/mintty/

Problems in uploading ?

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: [ANNOUNCEMENT] Update: mintty 2.0.2
  2015-07-06  9:23       ` Marco Atzeri
@ 2015-07-06 10:05         ` Corinna Vinschen
  2015-07-06 10:16           ` Marco Atzeri
  0 siblings, 1 reply; 11+ messages in thread
From: Corinna Vinschen @ 2015-07-06 10:05 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 644 bytes --]

On Jul  6 11:23, Marco Atzeri wrote:
> On 7/5/2015 7:40 PM, Thomas Wolff wrote:
> >I uploaded a hotfix for the Alt-F2 issue. Hopefully it shall show up on
> >the mirrors soon.
> >
> 
> only the 32bit. 64 bit still at mintty-1.2-beta1-1
> 
> https://cygwin.com/packages/x86_64/mintty/
> 
> Problems in uploading ?

No, the 64 bit setup.hint still contained a

  "curr: 1.2-beta1-1"

I fixed that on sourceware.org.  This should hit the first mirrors soon.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [ANNOUNCEMENT] Update: mintty 2.0.2
  2015-07-06 10:05         ` Corinna Vinschen
@ 2015-07-06 10:16           ` Marco Atzeri
  2015-07-06 10:28             ` Corinna Vinschen
  0 siblings, 1 reply; 11+ messages in thread
From: Marco Atzeri @ 2015-07-06 10:16 UTC (permalink / raw)
  To: cygwin

On 7/6/2015 12:05 PM, Corinna Vinschen wrote:
> On Jul  6 11:23, Marco Atzeri wrote:
>> On 7/5/2015 7:40 PM, Thomas Wolff wrote:
>>> I uploaded a hotfix for the Alt-F2 issue. Hopefully it shall show up on
>>> the mirrors soon.
>>>
>>
>> only the 32bit. 64 bit still at mintty-1.2-beta1-1
>>
>> https://cygwin.com/packages/x86_64/mintty/
>>
>> Problems in uploading ?
>
> No, the 64 bit setup.hint still contained a
>
>    "curr: 1.2-beta1-1"
>
> I fixed that on sourceware.org.  This should hit the first mirrors soon.
>
>
> Thanks,
> Corinna

Thanks to you.
I checked Thomas upload staging area and I forgot to check
the main repository area.

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: [ANNOUNCEMENT] Update: mintty 2.0.2
  2015-07-06 10:16           ` Marco Atzeri
@ 2015-07-06 10:28             ` Corinna Vinschen
  0 siblings, 0 replies; 11+ messages in thread
From: Corinna Vinschen @ 2015-07-06 10:28 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 928 bytes --]

On Jul  6 12:15, Marco Atzeri wrote:
> On 7/6/2015 12:05 PM, Corinna Vinschen wrote:
> >On Jul  6 11:23, Marco Atzeri wrote:
> >>On 7/5/2015 7:40 PM, Thomas Wolff wrote:
> >>>I uploaded a hotfix for the Alt-F2 issue. Hopefully it shall show up on
> >>>the mirrors soon.
> >>>
> >>
> >>only the 32bit. 64 bit still at mintty-1.2-beta1-1
> >>
> >>https://cygwin.com/packages/x86_64/mintty/
> >>
> >>Problems in uploading ?
> >
> >No, the 64 bit setup.hint still contained a
> >
> >   "curr: 1.2-beta1-1"
> >
> >I fixed that on sourceware.org.  This should hit the first mirrors soon.
> >
> >
> >Thanks,
> >Corinna
> 
> Thanks to you.
> I checked Thomas upload staging area and I forgot to check
> the main repository area.

No worries :)


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2015-07-06 10:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-03 21:18 Release: mintty 2.0.1 Thomas Wolff
2015-07-03 21:30 ` James Darnley
2015-07-05 17:02 ` Thomas Wolff
2015-07-05 17:07   ` Thomas Wolff
2015-07-05 17:40     ` Update: mintty 2.0.2 Thomas Wolff
2015-07-05 18:08     ` [ANNOUNCEMENT] " Thomas Wolff
2015-07-06  9:23       ` Marco Atzeri
2015-07-06 10:05         ` Corinna Vinschen
2015-07-06 10:16           ` Marco Atzeri
2015-07-06 10:28             ` Corinna Vinschen
2015-07-05 17:47   ` Release: mintty 2.0.1 Marco Atzeri

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).