# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1311676711 0 # Node ID 772d4c692ea5400468cac1af94833706d05b9483 # Parent 884951ef2e7fb0e82677a808817b9d93588c83ed Update readme and up version to 2.1 in the header in preparaton for release. diff -r 884951ef2e7f -r 772d4c692ea5 dw.h --- a/dw.h Tue Jul 26 09:39:36 2011 +0000 +++ b/dw.h Tue Jul 26 10:38:31 2011 +0000 @@ -5,7 +5,7 @@ /* Dynamic Windows version numbers */ #define DW_MAJOR_VERSION 2 -#define DW_MINOR_VERSION 0 +#define DW_MINOR_VERSION 1 #define DW_SUB_VERSION 0 #if !defined(__PHOTON__) diff -r 884951ef2e7f -r 772d4c692ea5 readme --- a/readme Tue Jul 26 09:39:36 2011 +0000 +++ b/readme Tue Jul 26 10:38:31 2011 +0000 @@ -1,4 +1,4 @@ -This is a pre-release of Dynamic Windows version 2.1.0. +This is a stable release of Dynamic Windows version 2.1.0. The current Dynamic Windows source base is stable on OS/2, Mac, Windows, Linux, FreeBSD and Solaris. @@ -46,6 +46,9 @@ Added dw_font_choose() to display a dialog to pick a font. Added dw_box_pack_at_index() like the other dw_box_pack_*() functions except packing at arbitrary locations is possible. +Added DW_INT_TO_POINTER/DW_POINTER_TO_INT/etc macros. +Fixed gcc warnings on 64bit systems and others. +Fixes for loading images from files on Windows and GTK3. Dynamic Windows Documentation is available at: