# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1392249666 0 # Node ID 951356ced7d590ad1a27229f44fa0f8edc1bcd26 # Parent 8637a32d33d954648bd3f585e712e94013696805 Changes preparing for 3.0 release. diff -r 8637a32d33d9 -r 951356ced7d5 Version --- 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 diff -r 8637a32d33d9 -r 951356ced7d5 dw.h --- 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__) diff -r 8637a32d33d9 -r 951356ced7d5 readme.txt --- 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: