changeset 1108:772d4c692ea5

Update readme and up version to 2.1 in the header in preparaton for release.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 26 Jul 2011 10:38:31 +0000
parents 884951ef2e7f
children 1c24949cf853
files dw.h readme
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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__)
--- 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: