diff options
author | Christopher Faylor <me@cgf.cx> | 2014-04-01 00:57:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2014-04-01 00:57:07 +0000 |
commit | 47f07c8b3c83aadb45122743ed7354b7f13b85d8 (patch) | |
tree | bb61eda1d784d6efe424a0f0c7868d509b706296 | |
parent | c6eaf1f3f77b29d4dd8f8b241845cffa75a44f40 (diff) | |
download | cygnal-47f07c8b3c83aadb45122743ed7354b7f13b85d8.tar.gz cygnal-47f07c8b3c83aadb45122743ed7354b7f13b85d8.tar.bz2 cygnal-47f07c8b3c83aadb45122743ed7354b7f13b85d8.zip |
* new-features.xml: (ov-new1.7.29): Add new section.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 41cd32ba4..4751475b3 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-03-31 Christopher Faylor <me.cygwin2014@cgf.cx> + + * new-features.xml: (ov-new1.7.29): Add new section. + 2014-01-29 Christopher Faylor <me.cygwin2014@cgf.cx> * faq-setup.xml: Minor snapshot instruction rewording. Update diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 240159565..c3fa510b3 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,19 @@ <sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title> +<sect2 id="ov-new1.7.29"><title>What's new and what changed from 1.7.28 to 1.7.29</title> + +<itemizedlist mark="bullet"> + +<listitem><para> +Allow quoting of arguments to the CYGWIN environment variable, i.e., +set CYGWIN=error_start="c:\bin\someprogram -T" +</para></listitem> +<listitem><para> +Console screen clearing works more like xterm or mintty. +</para></listitem> +</sect2> + <sect2 id="ov-new1.7.28"><title>What's new and what changed from 1.7.27 to 1.7.28</title> <itemizedlist mark="bullet"> |