This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Add release message for commit 7346568


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=aa2d4480936a48d2463f32b2d5e4e0bd62aef2d8

commit aa2d4480936a48d2463f32b2d5e4e0bd62aef2d8
Author: Thomas Wolff <towo@towo.net>
Date:   Thu Mar 17 08:59:03 2016 +0100

    Add release message for commit 7346568

Diff:
---
 winsup/cygwin/release/2.5.0 | 4 ++++
 winsup/doc/new-features.xml | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/winsup/cygwin/release/2.5.0 b/winsup/cygwin/release/2.5.0
index cce579b..52005f1 100644
--- a/winsup/cygwin/release/2.5.0
+++ b/winsup/cygwin/release/2.5.0
@@ -19,6 +19,10 @@ What's new:
   pthread_barrierattr_getpshared, pthread_barrierattr_destroy,
   pthread_barrier_init, pthread_barrier_destroy, pthread_barrier_wait.
 
+- Enabled console reports requested by escape sequences: Requesting primary
+  and secondary device attributes, requesting cursor position report;
+  see https://cygwin.com/ml/cygwin-patches/2012-q3/msg00019.html
+
 - New APIs: clog10, clog10f.
 
 
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index e39023c..c440782 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -38,6 +38,12 @@ pthread_barrier_init, pthread_barrier_destroy, pthread_barrier_wait.
 </para></listitem>
 
 <listitem><para>
+Enabled console reports requested by escape sequences: Requesting primary
+and secondary device attributes, requesting cursor position report;
+see https://cygwin.com/ml/cygwin-patches/2012-q3/msg00019.html
+</para></listitem>
+
+<listitem><para>
 New APIs: clog10, clog10f.
 </para></listitem>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]