* 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.
This commit is contained in:
Corinna Vinschen 2013-04-23 15:49:08 +00:00
parent 39bf1f15e7
commit f35d64f8d0
3 changed files with 26 additions and 2 deletions

View 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

View 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@

View 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">