public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] cygwin 3.3.4-1
@ 2022-01-31 12:04 Corinna Vinschen via Cygwin-announce
  2022-01-31 18:34 ` Jim Reisert AD1C
  0 siblings, 1 reply; 8+ messages in thread
From: Corinna Vinschen via Cygwin-announce @ 2022-01-31 12:04 UTC (permalink / raw)
  To: cygwin

The following packages have been uploaded to the Cygwin distribution:

* cygwin-3.3.4-1
* cygwin-devel-3.3.4-1
* cygwin-doc-3.3.4-1

==========================================================================
                   IMPORTANT DEPRECATION NOTES
==========================================================================

- Cygwin 3.3 is the LAST major version supporting

  - Windows Vista
  - Windows Server 2008

- Cygwin 3.3 is the LAST major version supporting 32 bit installations.

  If you're using 32 bit Cygwin in WOW64 on 64 bit machines, consider
  to move to a real 64 bit Cygwin installation in the next couple of
  months.

  If you're using 32 bit Cygwin on real 32 bit hardware or on WOW64 on
  ARM64, don't be alarmed.  The current installations including all
  Cygwin 3.3.x versions will continue to run on your system.  You just
  wont get any more updates starting with Cygwin 3.4.0.

- Cygwin 3.4, which will probably be release at some point in 2022,
  will be the LAST version supporting

  - Windows 7
  - Windows Server 2008 R2
  - Windows 8
  - Windows Server 2012

There are no plans to deprecate support for 64 bit systems starting with
Windows 8.1 / Windows Server 2012 R2 any time soon.

==========================================================================

Bug Fixes
---------

- Fix a bug in fhandler_dev_clipboard::read() that the second read
  fails with 'Bad address'.
  Addresses: https://cygwin.com/pipermail/cygwin/2021-December/250141.html

- Convert UNC path prefix back to drive letter in symlink_info::check().
  This solves the following issues:
  Addresses: https://cygwin.com/pipermail/cygwin/2021-November/250087.html
             https://cygwin.com/pipermail/cygwin/2021-December/250103.html

- Fix a bug in pty code that input is wrongly sent to io_handle_nat
  rather than io_handle while neither read() nor select() is called
  after the cygwin app is started from non-cygwin app.
  Addresses: https://cygwin.com/pipermail/cygwin-patches/2021q4/011587.html

- Avoid a crash when NtQueryInformationProcess returns invalid handle data.
  Addresses: https://cygwin.com/pipermail/cygwin-patches/2021q4/011611.html

- Ignore INHERIT ACEs when reading the DACL of non-directory files.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-January/250363.html

- Fix an "Invalid argument" problem in posix_spawn on i686.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-January/250453.html

- Fix handling of AAAA records in Cygwin resolver code using native
  windows calls.  Also fix various bugs in the resolver.

- Fix a problem creating a dir "foo", if a file (but not a Cygwin symlink)
  "foo.lnk" already exists.
  Addresses: https://github.com/msys2/msys2-runtime/issues/81

- Fix double free for archetype, which is caused when open() fails.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-January/250518.html

- Fix a permission problem when writing DOS attributes on Samba.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-January/250629.html


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

* Re: [ANNOUNCEMENT] cygwin 3.3.4-1
  2022-01-31 12:04 [ANNOUNCEMENT] cygwin 3.3.4-1 Corinna Vinschen via Cygwin-announce
@ 2022-01-31 18:34 ` Jim Reisert AD1C
  2022-01-31 18:38   ` David Rothenberger
  2022-02-01 17:02   ` Jim Reisert AD1C
  0 siblings, 2 replies; 8+ messages in thread
From: Jim Reisert AD1C @ 2022-01-31 18:34 UTC (permalink / raw)
  To: cygwin

> The following packages have been uploaded to the Cygwin distribution:
>
> * cygwin-3.3.4-1
> * cygwin-devel-3.3.4-1
> * cygwin-doc-3.3.4-1

I've tried two mirrors, both with the same result:

    dash.exe - Bad Image

    C:\Cygwin64\bin\cygwin1.dll is either not designed to run on
Windows or it contains an error....Error status 0xc000007b.

I'm running Windows 11 Pro (21H2), OS Build 22000.469

The previous version has been working just fine.

-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, https://www.ad1c.us

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

* Re: [ANNOUNCEMENT] cygwin 3.3.4-1
  2022-01-31 18:34 ` Jim Reisert AD1C
@ 2022-01-31 18:38   ` David Rothenberger
  2022-01-31 18:49     ` Allen Hewes
  2022-02-01 17:02   ` Jim Reisert AD1C
  1 sibling, 1 reply; 8+ messages in thread
From: David Rothenberger @ 2022-01-31 18:38 UTC (permalink / raw)
  To: cygwin

On 1/31/2022 10:34 AM, Jim Reisert AD1C wrote:
>> The following packages have been uploaded to the Cygwin distribution:
>>
>> * cygwin-3.3.4-1
>> * cygwin-devel-3.3.4-1
>> * cygwin-doc-3.3.4-1
> 
> I've tried two mirrors, both with the same result:
> 
>      dash.exe - Bad Image
> 
>      C:\Cygwin64\bin\cygwin1.dll is either not designed to run on
> Windows or it contains an error....Error status 0xc000007b.
> 
> I'm running Windows 11 Pro (21H2), OS Build 22000.469
> 
> The previous version has been working just fine.

I saw the same errors this morning with Windows 10 Pro for Workstations 
(10.0.19044). I also tried two mirrors. I ended up rolling back to the 
previous version as well.

-- 
David Rothenberger  ----  daveroth@acm.org

Doubt is not a pleasant condition, but certainty is absurd.
                 -- Voltaire

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

* RE: [ANNOUNCEMENT] cygwin 3.3.4-1
  2022-01-31 18:38   ` David Rothenberger
@ 2022-01-31 18:49     ` Allen Hewes
  2022-01-31 22:20       ` Adam Dinwoodie
  0 siblings, 1 reply; 8+ messages in thread
From: Allen Hewes @ 2022-01-31 18:49 UTC (permalink / raw)
  To: cygwin

> From: Cygwin <cygwin-bounces+allen=decisiv.net@cygwin.com> On Behalf
> Of David Rothenberger
> Sent: Monday, January 31, 2022 1:39 PM
> To: cygwin@cygwin.com
> Subject: Re: [ANNOUNCEMENT] cygwin 3.3.4-1
>
> On 1/31/2022 10:34 AM, Jim Reisert AD1C wrote:
> >> The following packages have been uploaded to the Cygwin distribution:
> >>
> >> * cygwin-3.3.4-1
> >> * cygwin-devel-3.3.4-1
> >> * cygwin-doc-3.3.4-1
> >
> > I've tried two mirrors, both with the same result:
> >
> >      dash.exe - Bad Image
> >
> >      C:\Cygwin64\bin\cygwin1.dll is either not designed to run on
> > Windows or it contains an error....Error status 0xc000007b.
> >
> > I'm running Windows 11 Pro (21H2), OS Build 22000.469
> >
> > The previous version has been working just fine.
>
> I saw the same errors this morning with Windows 10 Pro for Workstations
> (10.0.19044). I also tried two mirrors. I ended up rolling back to the previous
> version as well.

Same here. There's something amiss with 3.3.4-1, IMHO. I grabbed the XZ's manually from mirrors.dotsrc.org.

Windows 10 Pro
Microsoft Windows [Version 10.0.19044.1503]

Working Cygwin:
CYGWIN_NT-10.0-19044 FOUREYES 3.3.3-341.x86_64 2021-12-03 16:35 UTC x86_64 Cygwin

/allen

________________________________

Disclaimer Confidentiality Notice: This e-mail, and any attachments and/or documents linked to this email, are intended for the addressee and may contain information that is privileged, confidential, proprietary, or otherwise protected by law. Any dissemination, distribution, or copying is prohibited. This notice serves as a confidentiality marking for the purpose of any confidentiality or nondisclosure agreement. If you have received this communication in error, please contact the original sender.

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

* Re: [ANNOUNCEMENT] cygwin 3.3.4-1
  2022-01-31 18:49     ` Allen Hewes
@ 2022-01-31 22:20       ` Adam Dinwoodie
  2022-02-01  0:03         ` David Schuler
  0 siblings, 1 reply; 8+ messages in thread
From: Adam Dinwoodie @ 2022-01-31 22:20 UTC (permalink / raw)
  To: cygwin

On Mon, Jan 31, 2022 at 06:49:01PM +0000, Allen Hewes wrote:
> > From: Cygwin <cygwin-bounces+allen=decisiv.net@cygwin.com> On Behalf
> > Of David Rothenberger
> > Sent: Monday, January 31, 2022 1:39 PM
> > To: cygwin@cygwin.com
> > Subject: Re: [ANNOUNCEMENT] cygwin 3.3.4-1
> >
> > On 1/31/2022 10:34 AM, Jim Reisert AD1C wrote:
> > >> The following packages have been uploaded to the Cygwin distribution:
> > >>
> > >> * cygwin-3.3.4-1
> > >> * cygwin-devel-3.3.4-1
> > >> * cygwin-doc-3.3.4-1
> > >
> > > I've tried two mirrors, both with the same result:
> > >
> > >      dash.exe - Bad Image
> > >
> > >      C:\Cygwin64\bin\cygwin1.dll is either not designed to run on
> > > Windows or it contains an error....Error status 0xc000007b.
> > >
> > > I'm running Windows 11 Pro (21H2), OS Build 22000.469
> > >
> > > The previous version has been working just fine.
> >
> > I saw the same errors this morning with Windows 10 Pro for Workstations
> > (10.0.19044). I also tried two mirrors. I ended up rolling back to the previous
> > version as well.
> 
> Same here. There's something amiss with 3.3.4-1, IMHO. I grabbed the XZ's manually from mirrors.dotsrc.org.
> 
> Windows 10 Pro
> Microsoft Windows [Version 10.0.19044.1503]
> 
> Working Cygwin:
> CYGWIN_NT-10.0-19044 FOUREYES 3.3.3-341.x86_64 2021-12-03 16:35 UTC x86_64 Cygwin

Replying here to close the loop on this thread: I suspect this is now
fixed in the 3.3.4-2 release:

https://cygwin.com/pipermail/cygwin-announce/2022-January/010439.html

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

* Re: [ANNOUNCEMENT] cygwin 3.3.4-1
  2022-01-31 22:20       ` Adam Dinwoodie
@ 2022-02-01  0:03         ` David Schuler
  2022-02-01  0:23           ` Allen Hewes
  0 siblings, 1 reply; 8+ messages in thread
From: David Schuler @ 2022-02-01  0:03 UTC (permalink / raw)
  To: cygwin

For those of us who are experiencing this problem, what is the actual 
method of resolving this problem?  It's not obvious to me.

THANKS
David Schuler

On 1/31/2022 5:20 PM, Adam Dinwoodie wrote:
> On Mon, Jan 31, 2022 at 06:49:01PM +0000, Allen Hewes wrote:
>>> From: Cygwin <cygwin-bounces+allen=decisiv.net@cygwin.com> On Behalf
>>> Of David Rothenberger
>>> Sent: Monday, January 31, 2022 1:39 PM
>>> To: cygwin@cygwin.com
>>> Subject: Re: [ANNOUNCEMENT] cygwin 3.3.4-1
>>>
>>> On 1/31/2022 10:34 AM, Jim Reisert AD1C wrote:
>>>>> The following packages have been uploaded to the Cygwin distribution:
>>>>>
>>>>> * cygwin-3.3.4-1
>>>>> * cygwin-devel-3.3.4-1
>>>>> * cygwin-doc-3.3.4-1
>>>> I've tried two mirrors, both with the same result:
>>>>
>>>>       dash.exe - Bad Image
>>>>
>>>>       C:\Cygwin64\bin\cygwin1.dll is either not designed to run on
>>>> Windows or it contains an error....Error status 0xc000007b.
>>>>
>>>> I'm running Windows 11 Pro (21H2), OS Build 22000.469
>>>>
>>>> The previous version has been working just fine.
>>> I saw the same errors this morning with Windows 10 Pro for Workstations
>>> (10.0.19044). I also tried two mirrors. I ended up rolling back to the previous
>>> version as well.
>> Same here. There's something amiss with 3.3.4-1, IMHO. I grabbed the XZ's manually from mirrors.dotsrc.org.
>>
>> Windows 10 Pro
>> Microsoft Windows [Version 10.0.19044.1503]
>>
>> Working Cygwin:
>> CYGWIN_NT-10.0-19044 FOUREYES 3.3.3-341.x86_64 2021-12-03 16:35 UTC x86_64 Cygwin
> Replying here to close the loop on this thread: I suspect this is now
> fixed in the 3.3.4-2 release:
>
> https://cygwin.com/pipermail/cygwin-announce/2022-January/010439.html
>


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

* RE: [ANNOUNCEMENT] cygwin 3.3.4-1
  2022-02-01  0:03         ` David Schuler
@ 2022-02-01  0:23           ` Allen Hewes
  0 siblings, 0 replies; 8+ messages in thread
From: Allen Hewes @ 2022-02-01  0:23 UTC (permalink / raw)
  To: cygwin



> -----Original Message-----
> From: Cygwin <cygwin-bounces+allen=decisiv.net@cygwin.com> On Behalf
> Of David Schuler
> Sent: Monday, January 31, 2022 7:04 PM
> To: cygwin@cygwin.com
> Subject: Re: [ANNOUNCEMENT] cygwin 3.3.4-1
>
> For those of us who are experiencing this problem, what is the actual
> method of resolving this problem?  It's not obvious to me.
>

I manually downloaded the XZ package from a mirror. Then decompressed it. Then replaced the cygwin1.dll in my Cygwin install directory (C:\Cygwin64).
http://mirrors.dotsrc.org/cygwin/x86_64/release/cygwin/cygwin-3.3.3-1.tar.xz

Then re-run Setup and choose the prior version in the drop down menu for the cygwin-* package(s).

Setup can run without Cygwin. It's the post-install bits/jobs/tasks that require a functioning Cygwin install. Which means you should be able to start Setup, then change it to "All" (from "Pending") on the "Select Packages" dialog. Then find your installed "cygwin-"  packages, then to the right is a drop down. Choose the previous version 3.3.3-1 (from 3.3.4-1).

Of course you can wait till the just released update lands on your mirror or pick-n-choose mirrors until you find one with the 3.3.4-2 version on it.

/allen

________________________________

Disclaimer Confidentiality Notice: This e-mail, and any attachments and/or documents linked to this email, are intended for the addressee and may contain information that is privileged, confidential, proprietary, or otherwise protected by law. Any dissemination, distribution, or copying is prohibited. This notice serves as a confidentiality marking for the purpose of any confidentiality or nondisclosure agreement. If you have received this communication in error, please contact the original sender.

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

* Re: [ANNOUNCEMENT] cygwin 3.3.4-1
  2022-01-31 18:34 ` Jim Reisert AD1C
  2022-01-31 18:38   ` David Rothenberger
@ 2022-02-01 17:02   ` Jim Reisert AD1C
  1 sibling, 0 replies; 8+ messages in thread
From: Jim Reisert AD1C @ 2022-02-01 17:02 UTC (permalink / raw)
  To: cygwin

> > The following packages have been uploaded to the Cygwin distribution:
> >
> > * cygwin-3.3.4-1
> > * cygwin-devel-3.3.4-1
> > * cygwin-doc-3.3.4-1
>
> I've tried two mirrors, both with the same result:
>
>     dash.exe - Bad Image
>
>     C:\Cygwin64\bin\cygwin1.dll is either not designed to run on
> Windows or it contains an error....Error status 0xc000007b.


Seems to be resolved with 3.3.4-2.

Thanks!

-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, https://www.ad1c.us

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

end of thread, other threads:[~2022-02-01 17:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 12:04 [ANNOUNCEMENT] cygwin 3.3.4-1 Corinna Vinschen via Cygwin-announce
2022-01-31 18:34 ` Jim Reisert AD1C
2022-01-31 18:38   ` David Rothenberger
2022-01-31 18:49     ` Allen Hewes
2022-01-31 22:20       ` Adam Dinwoodie
2022-02-01  0:03         ` David Schuler
2022-02-01  0:23           ` Allen Hewes
2022-02-01 17:02   ` Jim Reisert AD1C

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