Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-11-13 16:10:26 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-11-13 16:10:26 +0300
commitd544f256d1c575f6358d6a9405f7906a5cfbce36 (patch)
treed7e39bc8eddf72f30bfc37cc08a05d48c9047827 /winsup/cygwin/release
parent8e0b17fb49397b5b94ea7a1920dc9b64323cece0 (diff)
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 34.
* new-features.xml (ov-new1.7.34): Add new section. (ov-new1.7.33): Reflect intermediate 1.7.33 release.
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.3322
-rw-r--r--winsup/cygwin/release/1.7.3432
2 files changed, 32 insertions, 22 deletions
diff --git a/winsup/cygwin/release/1.7.33 b/winsup/cygwin/release/1.7.33
index 28eabfbb3..0875e48a9 100644
--- a/winsup/cygwin/release/1.7.33
+++ b/winsup/cygwin/release/1.7.33
@@ -1,18 +1,6 @@
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.
-
-- Add -b/--remove-all option to setfacl to reduce the ACL to only the
- entries representing POSIX permission bits.
-
- /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.
@@ -29,19 +17,12 @@ What's new:
- New API: stime (SVr4).
-- Provide Cygwin documentation (PDFs and HTML) for offline usage in
- /usr/share/doc/cygwin-${version}.
-
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.
-
- When exec'ing applications, check if $PATH exists and is non-empty. If not,
add PATH variable with Cygwin installation directory as content to Windows
environment to allow loading of Cygwin system DLLs.
@@ -52,9 +33,6 @@ What changed:
- Doug Lea malloc implementation update from 2.8.3 to the latest 2.8.6.
-- The xdr functions are no longer exported for newly built executables.
- Use libtirpc-devel instead.
-
- atexit is now exported as statically linked function from libcygwin.a.
This allows reliable access to the DSO handle of the caller for newly
built executables. The former atexit entry point into the DLL remains
diff --git a/winsup/cygwin/release/1.7.34 b/winsup/cygwin/release/1.7.34
new file mode 100644
index 000000000..0f97b1a10
--- /dev/null
+++ b/winsup/cygwin/release/1.7.34
@@ -0,0 +1,32 @@
+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.
+
+- Add -b/--remove-all option to setfacl to reduce the ACL to only the
+ entries representing POSIX permission bits.
+
+- Provide Cygwin documentation (PDFs and HTML) for offline usage in
+ /usr/share/doc/cygwin-${version}.
+
+
+What changed:
+-------------
+
+- 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.
+
+- The xdr functions are no longer exported for newly built executables.
+ Use libtirpc-devel instead.
+
+
+Bug Fixes
+---------