public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1
@ 2014-10-22  9:42 Corinna Vinschen
  2014-10-22 13:35 ` Habermann, Dave (DA)
                   ` (4 more replies)
  0 siblings, 5 replies; 58+ messages in thread
From: Corinna Vinschen @ 2014-10-22  9:42 UTC (permalink / raw)
  To: cygwin

Hi Cygwin friends and users,


I just released a TEST version of the next upcoming Cygwin release,
1.7.33-0.1.

If you want to help testing this new release (which I seriously hope
for), you can find it in your setup-x86.exe or setup-x86_64.exe as
"test" release.


The major change in this new release is the new method to read account
(passwd and group) information from the Windows user databases directly,
without the requirement to generate /etc/passwd and /etc/group files to
generate Unix-like uid and gid.

For your convenience I wrote new documentation.  Since this is a TEST
prerelease, the new documentation is not part of the official docs yet.
Rather have a look at

  https://cygwin.com/preliminary-ntsec.html

If you read it
(which I seriously hope for) and it's all just incomprehensible
gobbledygook to you, please say so on the mailing list

  cygwin AT cygwin DOT com

so we have a chance to improve the documentation.

Please give this TEST release a try.

If you find problems in the new features or regressions compared to the
current stable release 1.7.32, please report them to the public mailing
list

  cygwin AT cygwin DOT com


Following is a list of changes in this new release:


What's new:
-----------

- Cygwin can now generate passwd/group entries directly from Windows
  user databases (local SAM or Active Directory), thus allowing to run
  Cygwin without having to create /etc/passwd and /etc/group files.
  Introduce /etc/nsswitch.conf file to configure passwd/group handling.

  For bordercase which require to use /etc/passwd and /etc/group files,
  change mkpasswd/mkgroup to generate passwd/group entries compatible
  with the entries read from SAM/AD.

- /proc/cygdrive is a new symlink pointing to the current cygdrive prefix.
  This can be utilized in scripts to access paths via cygdrive prefix, even
  if the cygdrive prefix has been changed by the user.

- /proc/partitions now prints the windows mount points the device is mounted
  on.  This allows to recognize the underlying Windows devices of the Cygwin
  raw device names.

- New API: quotactl, designed after the Linux/BSD function, but severly
  restricted:  Windows only supports user block quotas on NTFS, no group
  quotas, no inode quotas, no time constraints.

- New APIs: ffsl, ffsll (glibc extensions).


What changed:
-------------

- New internal exception handling based on SEH on 64 bit Cygwin.

- Revamp Solaris ACL implementation to more closely work like POSIX ACLs
  are supposed to work.  Finally implement a CLASS_OBJ emulation.  Update
  getfacl(1)/setfacl(1) accordingly.

- Drop the current working directory from the default DLL search path in
  favor of Cygwin's /bin dir.

- Improve various header files for C++- and standards-compliance.

- Doug Lea malloc implementation update from 2.8.3 to the latest 2.8.6.


Bug Fixes
---------

- Per POSIX, dirfd(3) now returns EINVAL rather than EBADF on invalid
  directory stream.

- Fix a resource leak in rmdir(2).

- Fix fchmod(2)/fchown(2)/fsetxattr(2) in case the file got renamed after
  open and before calling one of the affected functions.
  Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00517.html

- Handle Netapp-specific problem in statvfs(2)/fstatvfs(2).
  Addresses: https://cygwin.com/ml/cygwin/2014-06/msg00425.html

- Fix chown(2) on ptys in a corner case.

- Generate correct error when a path is inaccessible due to missing permissions.
  Addresses: https://cygwin.com/ml/cygwin-developers/2014-10/msg00010.html

- Don't hang in accept calls if socket is no listener.  Set errno to EINVAL
  instead.  Don't hang in read/recv/recvfrom/recvmsg calls if socket is
  connection oriented and not connected.  Set errno to ENOTCONN instead.

- Don't allow seeking on serial lines and sockets.  Set errno to ESPIPE
  instead.
  Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00319.html

- Fix output of /proc/<PID>/statm.

- Fix a SEGV in cygcheck if the environment variable COMSPEC is not, or
  incorrectly set.
  Addresses: https://cygwin.com/ml/cygwin/2014-10/msg00292.html


To install 32-bit Cygwin use http://cygwin.com/setup-x86.exe
To install 64 bit Cygwin use http://cygwin.com/setup-x86_64.exe

If you're already running a 32 bit version of Cygwin on 64 bit Windows
machines, you can continue to do so.  If you're planning a new install
of Cygwin on a 64 bit Windows machine, consider to use the new 64 bit
Cygwin version, unless you need certain packages not yet available in
the 64 bit release.


Have fun,
Corinna

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

--
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] 58+ messages in thread
* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1
@ 2014-10-22 12:07 Angelo Graziosi
  2014-10-22 12:37 ` Corinna Vinschen
  0 siblings, 1 reply; 58+ messages in thread
From: Angelo Graziosi @ 2014-10-22 12:07 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen wrote:
> The major change in this new release is the new method to read account
> (passwd and group) information from the Windows user databases directly,
> without the requirement to generate /etc/passwd and /etc/group files to
> generate Unix-like uid and gid.

Does it mean that the users with /etc/{passwd,group} files have to 
rename them [*] before its installation TO TEST the new functionality?

Thanks,
  Angelo.

---
E.g. : "mv /etc/{passwd, group} /etc/{passwd-save, group-save}"

--
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] 58+ messages in thread
* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1
@ 2014-10-22 13:27 Angelo Graziosi
  2014-10-22 13:41 ` Corinna Vinschen
  0 siblings, 1 reply; 58+ messages in thread
From: Angelo Graziosi @ 2014-10-22 13:27 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen wrote:
> As an example, just try `id':
>
> $ id
> uid=1049577(corinna) gid=1049701(vinschen) groups=1049701(vinschen),545(Users),

Here it prints:

uid=197609(angelo) gid=197121(None) gruppi=197121(None), 
197608(HomeUsers), 545(Users),

and many files are listed ad "angelo None",

-rw-r--r--  1 angelo None 8222906 22 set 16.12 14-007r2.pdf
-rw-r--r--  1 angelo None  354744 15 ott 13.43 ...

in your case, if I understand, you should have something like this

-rw-r--r--  1 corinna vinschen 8222906 22 set 16.12 14-007r2.pdf
-rw-r--r--  1 corinna vinschen 354744 15 ott 13.43 ...

instead... more interesting..

> For the details, see the new documentation, please.

yes, it will take a bit of time (mainly to understand... ;-))


Ciao and thanks,
  Angelo.

--
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] 58+ messages in thread

end of thread, other threads:[~2014-10-31 12:26 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-22  9:42 [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1 Corinna Vinschen
2014-10-22 13:35 ` Habermann, Dave (DA)
2014-10-22 13:54   ` Corinna Vinschen
2014-10-22 14:48     ` Corinna Vinschen
2014-10-22 16:44     ` Achim Gratz
2014-10-23 18:01       ` Achim Gratz
2014-10-24  9:56         ` Corinna Vinschen
2014-10-27 18:35     ` Habermann, Dave (DA)
2014-10-27 21:26       ` Corinna Vinschen
2014-10-28 13:42         ` Habermann, Dave (DA)
2014-10-28 14:20           ` Corinna Vinschen
2014-10-28 14:58             ` Eric Blake
2014-10-28 15:16               ` Corinna Vinschen
2014-10-28 17:07             ` Habermann, Dave (DA)
2014-10-28 20:22             ` Habermann, Dave (DA)
2014-10-29 10:21               ` Corinna Vinschen
2014-10-30 17:02                 ` David Rothenberger
2014-10-30 17:22                   ` Corinna Vinschen
2014-10-30 23:50                   ` Andrey Repin
2014-10-31 12:26                     ` Habermann, David (D)
2014-10-29  0:05         ` Andrey Repin
2014-10-27 21:35       ` Andrey Repin
2014-10-23  2:57 ` Tom Schutter
2014-10-23 15:44   ` Corinna Vinschen
     [not found]     ` <5449F281.3080701@cisra.canon.com.au>
2014-10-24  6:35       ` Luke Kendall
2014-10-24 10:37         ` Corinna Vinschen
2014-10-26 22:28           ` Luke Kendall
2014-10-27 12:39             ` Corinna Vinschen
2014-10-27 23:13               ` Luke Kendall
2014-10-23  3:00 ` Tom Schutter
2014-10-23  6:14   ` Corinna Vinschen
2014-10-23 18:00   ` Achim Gratz
2014-10-23 22:05   ` Andrey Repin
2014-10-23 18:06 ` Denis Excoffier
2014-10-24 11:02   ` Corinna Vinschen
2014-10-24 18:41     ` Denis Excoffier
2014-10-24 19:36       ` Corinna Vinschen
2014-10-24 20:16         ` Christian Franke
2014-10-24 20:45           ` Corinna Vinschen
2014-10-24 21:17           ` Denis Excoffier
2014-10-25 11:10             ` Corinna Vinschen
2014-10-25 14:49               ` Corinna Vinschen
2014-10-25 17:29                 ` Denis Excoffier
2014-10-25 18:15                   ` Corinna Vinschen
2014-10-27  6:31                 ` Christian Franke
2014-10-27 11:37                   ` Corinna Vinschen
2014-10-27 13:35                     ` Andrey Repin
2014-10-27 14:09                       ` Corinna Vinschen
2014-10-24 16:35 ` Andrey Repin
2014-10-24 17:28   ` Keith Christian
2014-10-24 17:57     ` Eric Blake
2014-10-26  3:11       ` Keith Christian
2014-10-24 18:16     ` Thomas Wolff
2014-10-24 19:17   ` Corinna Vinschen
2014-10-22 12:07 Angelo Graziosi
2014-10-22 12:37 ` Corinna Vinschen
2014-10-22 13:27 Angelo Graziosi
2014-10-22 13:41 ` 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).