diff options
author | Christopher Faylor <me@cgf.cx> | 2008-07-30 01:37:55 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-07-30 01:37:55 +0000 |
commit | dbfc6f0e7853822a87fb2521f71a856b02c60875 (patch) | |
tree | 681a0cc5b2c2a3ba802e68ec51f439f2f1671584 /winsup | |
parent | f5b18cbef7257ae78dd3313a63a0260d7c33e50a (diff) | |
download | cygnal-dbfc6f0e7853822a87fb2521f71a856b02c60875.tar.gz cygnal-dbfc6f0e7853822a87fb2521f71a856b02c60875.tar.bz2 cygnal-dbfc6f0e7853822a87fb2521f71a856b02c60875.zip |
(missing changelog entry)
* include/cygwin/version.h: Add comment indicating that current API number bump
also has another consequence.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
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> |