diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-10 01:58:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-10 01:58:56 +0000 |
commit | 3efd26f715ca5c57c1dea5831aa785db9ed1bc2e (patch) | |
tree | 499d282200ad81d60e23dc2e674fa747ba5f6cb0 | |
parent | b8b408d0b74a56da3c642b6c01d4d52f5e333fe5 (diff) | |
download | newlib-3efd26f715ca5c57c1dea5831aa785db9ed1bc2e.zip newlib-3efd26f715ca5c57c1dea5831aa785db9ed1bc2e.tar.gz newlib-3efd26f715ca5c57c1dea5831aa785db9ed1bc2e.tar.bz2 |
merge from trunk
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 909830d..3e664b8 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2003-07-09 Christopher Faylor <cgf@redhat.com> + * include/cygwin/version.h: Bump DLL minor number to 1. + +2003-07-09 Christopher Faylor <cgf@redhat.com> + * fhandler_proc.cc (fhandler_proc::fill_filebuf): Allocate more space for stat buffer. (format_proc_stat): Reorganize to accumulate and report on all cpus. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 13657a0..6954d09 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -42,7 +42,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 1005 -#define CYGWIN_VERSION_DLL_MINOR 0 +#define CYGWIN_VERSION_DLL_MINOR 1 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |