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/doc
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/doc')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.xml27
2 files changed, 20 insertions, 12 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 15c9461fc..258c6dde1 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-13 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.xml (ov-new1.7.34): Add new section.
+ (ov-new1.7.33): Reflect intermediate 1.7.33 release.
+
2014-11-07 Corinna Vinschen <corinna@vinschen.de>
* utils.xml (mkgroup): Align to changed usage.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 05aa6c4e0..4e8d418d6 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,7 +4,7 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin</title>
-<sect2 id="ov-new1.7.33"><title>What's new and what changed in 1.7.33</title>
+<sect2 id="ov-new1.7.34"><title>What's new and what changed in 1.7.34</title>
<itemizedlist mark="bullet">
@@ -31,6 +31,20 @@ representing POSIX permission bits.
</para></listitem>
<listitem><para>
+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.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
+<sect2 id="ov-new1.7.33"><title>What's new and what changed in 1.7.33</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
/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.
@@ -66,12 +80,6 @@ New internal exception handling based on SEH on 64 bit Cygwin.
</para></listitem>
<listitem><para>
-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.
-</para></listitem>
-
-<listitem><para>
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.
@@ -90,11 +98,6 @@ Doug Lea malloc implementation update from 2.8.3 to the latest 2.8.6.
</para></listitem>
<listitem><para>
-The xdr functions are no longer exported for newly built executables.
-Use libtirpc-devel instead.
-</para></listitem>
-
-<listitem><para>
atexit(3) 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