From f35d64f8d0571f2ca0a085afc4c8156a6b71945c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 23 Apr 2013 15:49:08 +0000 Subject: [PATCH] * 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. --- winsup/doc/ChangeLog | 7 +++++++ winsup/doc/Makefile.in | 5 +++-- winsup/doc/new-features.sgml | 16 ++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 42d23953f..d346a068e 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,10 @@ +2013-04-23 Corinna Vinschen + + * 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 * faq-what.xml (faq.what.supported): Change to accommodate existence diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in index 5ea8fd529..5ef5d3416 100644 --- a/winsup/doc/Makefile.in +++ b/winsup/doc/Makefile.in @@ -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@ diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index ab0e452d1..109600c96 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -1,5 +1,21 @@ What's new and what changed in Cygwin 1.7 +What's new and what changed from 1.7.18 to 1.7.19 + + + + +Drop support for Windows 2000 and Windows XP pre-SP3. + + + +Add support for building a 64 bit version of Cygwin on x86_64 natively. + + + + + + What's new and what changed from 1.7.17 to 1.7.18 -- 2.43.5