- (tim) [contrib/cygwin/README] Remove a reference to the obsolete
   minires-devel package, and to add the reference to the libedit-devel
   package since CYgwin now provides libedit. Patch from Corinna Vinschen.
diff --git a/ChangeLog b/ChangeLog
index 86c66d1..9d7928d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20100617
+ - (tim) [contrib/cygwin/README] Remove a reference to the obsolete
+   minires-devel package, and to add the reference to the libedit-devel
+   package since CYgwin now provides libedit. Patch from Corinna Vinschen.
+
 20100521
  - (djm) OpenBSD CVS Sync
    - djm@cvs.openbsd.org 2010/05/07 11:31:26
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 3dd4501..5f911e9 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -201,6 +201,7 @@
 	--mandir='${datadir}/man' \
 	--infodir='${datadir}/info'
 	--with-tcp-wrappers
+	--with-libedit
 
 If you want to create a Cygwin package, equivalent to the one
 in the Cygwin binary distribution, install like this:
@@ -217,12 +218,15 @@
 
 - zlib
 - openssl-devel
-- minires-devel
 
 If you want to build with --with-tcp-wrappers, you also need the package
 
 - tcp_wrappers
 
+If you want to build with --with-libedit, you also need the package
+
+- libedit-devel
+
 Please send requests, error reports etc. to cygwin@cygwin.com.