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>2002-10-14 04:06:33 +0400
committerChristopher Faylor <me@cgf.cx>2002-10-14 04:06:33 +0400
commitbac610ad864db320ab516ac11cce81e15fddbdb4 (patch)
tree6f82c48c6cf26e40d7f37364bfec270acba05189
parent3f5046a540af860ee6045156becbeb71fa05b220 (diff)
* include/cygwin/version.h: Bump DLL minor number.
-rw-r--r--winsup/cygwin/ChangeLog6
-rw-r--r--winsup/cygwin/include/cygwin/version.h4
2 files changed, 6 insertions, 4 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c1a576ff8..df2e66ba6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2002-10-13 Christopher Faylor <cgf@redhat.com>
+ * include/cygwin/version.h: Bump DLL minor number.
+
+2002-10-13 Christopher Faylor <cgf@redhat.com>
+
* cygthread.cc (cygthread::stub): Don't create event for long-running
threads. Initialize thread_sync event here which is used to Suspend
using an event rather than relying on SuspendThread/ResumeThread.
@@ -61,7 +65,7 @@
(wait_sig): Use GetCurrentThread() as SetThreadPriority call rather
than *event* handle. Call ExitThread directly on termination.
(wait_subproc): Call ExitThread directly on termination.
- * tty.cc (tty_list::terminate): Don't attempt t detach from
+ * tty.cc (tty_list::terminate): Don't attempt to detach from
output_thread.
2002-10-08 Christopher Faylor <cgf@redhat.com>
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index da5591561..984798f14 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -41,10 +41,8 @@ details. */
the Cygwin library". This version is used to track important
changes to the DLL and is mainly informative in nature. */
- /* The current cygwin version is 1.3.6 */
-
#define CYGWIN_VERSION_DLL_MAJOR 1003
-#define CYGWIN_VERSION_DLL_MINOR 13
+#define CYGWIN_VERSION_DLL_MINOR 14
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */