diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-04-23 15:49:08 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-04-23 15:49:08 +0000 |
commit | f35d64f8d0571f2ca0a085afc4c8156a6b71945c (patch) | |
tree | 03ee457520e6c6ccd86774ca655373645fe7dd9e | |
parent | 39bf1f15e78aee883a1af85491cea927c63c5273 (diff) | |
download | newlib-f35d64f8d0571f2ca0a085afc4c8156a6b71945c.zip newlib-f35d64f8d0571f2ca0a085afc4c8156a6b71945c.tar.gz newlib-f35d64f8d0571f2ca0a085afc4c8156a6b71945c.tar.bz2 |
* 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.
-rw-r--r-- | winsup/doc/ChangeLog | 7 | ||||
-rw-r--r-- | winsup/doc/Makefile.in | 5 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 16 |
3 files changed, 26 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 42d2395..d346a06 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,12 @@ 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 of 64 bit version. diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in index 5ea8fd5..5ef5d34 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 ab0e452..109600c 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -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"> |