]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile.in (SGMLDIRS): Accommodate dropping utils_source and
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 23 Apr 2013 15:49:08 +0000 (15:49 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 23 Apr 2013 15:49:08 +0000 (15:49 +0000)
cygwin_source from ../Makefile.common.
* new-features.sgml (ov-new1.7.19): New section.  Document dropped
support for pre-XP SP3 and added support for 64 bit Cygwin.

winsup/doc/ChangeLog
winsup/doc/Makefile.in
winsup/doc/new-features.sgml

index 42d23953f9e26f89c10456190050d55c76e811e7..d346a068e5a0f579920fe5507b0d15c509ff9b2a 100644 (file)
@@ -1,3 +1,10 @@
+2013-04-23  Corinna Vinschen  <corinna@vinschen.de>
+
+       * Makefile.in (SGMLDIRS): Accommodate dropping utils_source and
+       cygwin_source from ../Makefile.common.
+       * new-features.sgml (ov-new1.7.19): New section.  Document dropped
+       support for pre-XP SP3 and added support for 64 bit Cygwin.
+
 2013-04-23  Corinna Vinschen  <corinna@vinschen.de>
 
        * faq-what.xml (faq.what.supported): Change to accommodate existence
index 5ea8fd5296489dff936b2625f3e52e3563c81cb3..5ef5d3416cf99bcea8586cf128aa024b9070e619 100644 (file)
@@ -1,5 +1,6 @@
 # -*- Makefile -*- for winsup/doc
-# Copyright (c) 1998-2000,2001 Red Hat, Inc.
+# Copyright (c) 1998-2000, 2001, 2002, 2004, 2005, 2006, 2008, 2009, 2010,
+# 2013 Red Hat, Inc.
 #
 # This file is part of Cygwin.
 #
@@ -11,7 +12,7 @@ SHELL = @SHELL@
 srcdir = @srcdir@
 VPATH = @srcdir@
 
-SGMLDIRS =  -d $(srcdir) -d $(utils_source) -d $(cygwin_source)
+SGMLDIRS =  -d $(srcdir) -d $(srcdir)/../utils -d $(srcdir)/../cygwin
 
 CC:=@CC@
 CC_FOR_TARGET:=@CC@
index ab0e452d1b84775172d31218a1a2fef4dcbfb04e..109600c9646ef9c2950f95cbcacd6fdffb991404 100644 (file)
@@ -1,5 +1,21 @@
 <sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
 
+<sect2 id="ov-new1.7.19"><title>What's new and what changed from 1.7.18 to 1.7.19</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Drop support for Windows 2000 and Windows XP pre-SP3.
+</para></listitem>
+
+<listitem><para>
+Add support for building a 64 bit version of Cygwin on x86_64 natively.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
 <sect2 id="ov-new1.7.18"><title>What's new and what changed from 1.7.17 to 1.7.18</title>
 
 <itemizedlist mark="bullet">
This page took 0.034226 seconds and 5 git commands to generate.