summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a1b52ffad..25f1601a5 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-29 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * include/cygwin/version.h: Add comment indicating that current API number
+ bump also has another consequence.
+
2008-07-29 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (DLL_OFILES): Remove v8 regexp files.
@@ -8,7 +13,7 @@
* syscalls.cc (regfree): Remove ancient fake function.
* regex/regex.h: Remove renaming regex functions within Cygwin.
* regexp/*: Remove.
- * include /cygwin/version,.h: Bump API minor number.
+ * include/cygwin/version.h: Bump API minor number.
2008-07-27 Corinna Vinschen <corinna@vinschen.de>
Christopher Faylor <me+cygwin@cgf.cx>