Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-07-30 05:37:55 +0400
committerChristopher Faylor <me@cgf.cx>2008-07-30 05:37:55 +0400
commitdbfc6f0e7853822a87fb2521f71a856b02c60875 (patch)
tree681a0cc5b2c2a3ba802e68ec51f439f2f1671584 /winsup/cygwin/ChangeLog
parentf5b18cbef7257ae78dd3313a63a0260d7c33e50a (diff)
(missing changelog entry)
* include/cygwin/version.h: Add comment indicating that current API number bump also has another consequence.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-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>