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:
-rw-r--r--winsup/doc/ChangeLog6
-rw-r--r--winsup/doc/legal.sgml2
-rw-r--r--winsup/doc/new-features.sgml8
3 files changed, 11 insertions, 5 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index f74faa371..e7cffafed 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,11 @@
2011-02-15 Corinna Vinschen <corinna@vinschen.de>
+ * legal.sgml: Bump date.
+ * new-features.sgml (ov-new1.7.8): Move dropped NT4 pre-SP4 support
+ up to be the first paragraph.
+
+2011-02-15 Corinna Vinschen <corinna@vinschen.de>
+
* new-features.sgml (ov-new1.7.8): Document /proc/sys.
2011-02-10 Eric Blake <eblake@redhat.com>
diff --git a/winsup/doc/legal.sgml b/winsup/doc/legal.sgml
index 9ed94bebe..2799ebd3b 100644
--- a/winsup/doc/legal.sgml
+++ b/winsup/doc/legal.sgml
@@ -1,6 +1,6 @@
<legalnotice id="legal">
-<para>Copyright &copy; 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Red Hat, Inc.</para>
+<para>Copyright &copy; 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.</para>
<!--
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index bb4a71ac8..44c01a6b9 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -5,6 +5,10 @@
<itemizedlist mark="bullet">
<listitem><para>
+Drop support for Windows NT4 prior to Service Pack 4.
+</para></listitem>
+
+<listitem><para>
Reinstantiate Cygwin's ability to delete an empty directory which is the
current working directory of the same or another process. Same for any
other empty directory which has been opened by the same or another process.
@@ -31,10 +35,6 @@ ctanf, ctanh, ctanhf.
</para></listitem>
<listitem><para>
-Drop support for Windows NT4 prior to Service Pack 4.
-</para></listitem>
-
-<listitem><para>
Fix the width of "CJK Ambiguous Width" characters to 1 for singlebyte charsets
and 2 for East Asian multibyte charsets. (For UTF-8, it remains dependent on
the specified language, and the "@cjknarrow" locale modifier can still be used