changeset 1897:951356ced7d5

Changes preparing for 3.0 release.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 13 Feb 2014 00:01:06 +0000
parents 8637a32d33d9
children d3d472549671
files Version dw.h readme.txt
diffstat 3 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Version	Fri Oct 25 16:56:08 2013 +0000
+++ b/Version	Thu Feb 13 00:01:06 2014 +0000
@@ -1,3 +1,3 @@
 # Set these here to change the version for all platforms
-DW_MAJOR_VERSION=2
-DW_MINOR_VERSION=5
+DW_MAJOR_VERSION=3
+DW_MINOR_VERSION=0
--- a/dw.h	Fri Oct 25 16:56:08 2013 +0000
+++ b/dw.h	Thu Feb 13 00:01:06 2014 +0000
@@ -1,11 +1,11 @@
-/* $Id: dw.h 1897 2013-09-09 19:18:36Z bsmith $ */
+/* $Id$ */
 
 #ifndef _H_DW
 #define _H_DW
 
 /* Dynamic Windows version numbers */
-#define DW_MAJOR_VERSION 2
-#define DW_MINOR_VERSION 5
+#define DW_MAJOR_VERSION 3
+#define DW_MINOR_VERSION 0
 #define DW_SUB_VERSION 0
 
 #if !defined(__PHOTON__)
--- a/readme.txt	Fri Oct 25 16:56:08 2013 +0000
+++ b/readme.txt	Thu Feb 13 00:01:06 2014 +0000
@@ -1,4 +1,4 @@
-This is a pre-release of Dynamic Windows version 3.0.
+This is a stable release of Dynamic Windows version 3.0.
 
 The current Dynamic Windows source base is considered stable on:
 OS/2, Mac, Windows, Linux, FreeBSD and Solaris.
@@ -14,6 +14,9 @@
     minor bugs in entryfield based controls and major bugs in the MLE.
     The text displays properly but the cursor and selection jumps
     around oddly when passing over multibyte characters.
+Watcom builds on OS/2 currently leak handles when threads end.
+    If you require Watcom on OS/2 stay with version 2.5 or
+    do not use threads until fixed in a future version.
 
 Known limitations: