? .deps
? .libs
? Makefile
? bitmap1.bmp
? bitmap2.bmp
? bitmap3.bmp
? bitmap4.bmp
? bitmap5.bmp
? bitmap6.bmp
? config.cache
? config.log
? config.status
? cscope.out
? icon1.ico
? inilex.cc
? iniparse.cc
? iniparse.h
? inst
? libtool
? manifest1.xml
? setup_version.c
? csu_util/.deps
? csu_util/.dirstamp
? libgetopt++/.libs
? libgetopt++/Makefile
? libgetopt++/config.log
? libgetopt++/config.status
? libgetopt++/libgetopt++.la
? libgetopt++/libtool
? libgetopt++/include/autoconf.h
? libgetopt++/include/stamp-h1
? libgetopt++/src/.deps
? libgetopt++/src/.dirstamp
? libgetopt++/src/BoolOption.lo
? libgetopt++/src/GetOption.lo
? libgetopt++/src/Option.lo
? libgetopt++/src/OptionSet.lo
? libgetopt++/src/StringOption.lo
? libgetopt++/tests/.deps
? libmd5-rfc/.deps
? libmd5-rfc/.dirstamp
? tests/.deps
? tests/Makefile
Index: ChangeLog
===================================================================
RCS file: /cvs/cygwin-apps/setup/ChangeLog,v
retrieving revision 2.695
diff -u -r2.695 ChangeLog
--- ChangeLog	7 Apr 2010 11:40:02 -0000	2.695
+++ ChangeLog	7 Apr 2010 13:52:00 -0000
@@ -1,3 +1,14 @@
+2010-04-07  Matthias Andree  <matthias.andree@gmx.de>
+
+	* README (HOW TO BUILD): Mention mingw-lib{gcrypt,lzma}-devel.
+
+	* res.rc (IDD_DESKTOP): Move Installation Status line,
+	IDC_STATUS_HEADER and IDC_STATUS up 20 units, make IDC_STATUS text
+	20 units taller and 40 units wider so that IDS_REBOOT_REQUIRED
+	message fits the screen.
+	* res.rc (IDD_SPLASH): Bump copyright years in IDC_SLASH_COPYR to
+	"2000-2010".
+
 2010-04-07  Corinna Vinschen  <corinna@vinschen.de>
 
 	* install.cc (create_allow_protected_renames): New function to
Index: README
===================================================================
RCS file: /cvs/cygwin-apps/setup/README,v
retrieving revision 2.41
diff -u -r2.41 README
--- README	14 May 2009 15:01:06 -0000	2.41
+++ README	7 Apr 2010 13:52:00 -0000
@@ -8,8 +8,10 @@
 required packages installed:
   - gcc-mingw-g++
   - make
-  - mingw-zlib
   - mingw-bzip2
+  - mingw-libgcrypt-devel
+  - mingw-liblzma-devel
+  - mingw-zlib
   - and all packages that are dependencies of the above, i.e. gcc-core,
     gcc-mingw-core, gcc-g++, mingw-runtime, binutils, w32api, etc.  These
     should all be automatically added by setup.
Index: res.rc
===================================================================
RCS file: /cvs/cygwin-apps/setup/res.rc,v
retrieving revision 2.82
diff -u -r2.82 res.rc
--- res.rc	8 Dec 2009 22:26:44 -0000	2.82
+++ res.rc	7 Apr 2010 13:52:00 -0000
@@ -272,7 +272,7 @@
                     "necessary.",IDC_SPLASH_TEXT,115,25,195,90
     ICON            IDI_CYGWIN,IDC_SPLASH_ICON,114,114,21,20,WS_GROUP
     LTEXT           "Version (unknown)",IDC_VERSION,115,137,195,10
-    LTEXT           "Copyright 2000-2009",IDC_SPLASH_COPYR,115,150,195,8
+    LTEXT           "Copyright 2000-2010",IDC_SPLASH_COPYR,115,150,195,8
     LTEXT           "http://www.cygwin.com/",IDC_SPLASH_URL,115,162,90,8
 END
 
@@ -294,10 +294,10 @@
     LTEXT           "Create Icons",IDC_STATIC_HEADER_TITLE,7,0,258,8,NOT 
                     WS_GROUP
     CONTROL         "",IDC_DESKTOP_SEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,
-                    0,155,SETUP_STANDARD_DIALOG_W,1
-    LTEXT           "Installation Status",IDC_STATUS_HEADER,7,160,258,8,NOT WS_GROUP
+                    0,135,SETUP_STANDARD_DIALOG_W,1
+    LTEXT           "Installation Status",IDC_STATUS_HEADER,7,140,258,8,NOT WS_GROUP
     LTEXT           "Cygwin installation completed successfully.",IDC_STATUS,
-                    21,169,239,16,NOT WS_GROUP
+                    21,149,279,36,NOT WS_GROUP
 END
 
 IDD_FTP_AUTH DIALOG DISCARDABLE  0, 0, SETUP_SMALL_DIALOG_DIMS
