[Wgui-cvs] wgui DevNotes,NONE,1.1 CHANGES,1.163,1.164 NEWS,1.11,1.12 configure.in,1.18,1.19
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2006-02-24 16:06:24
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17760 Modified Files: CHANGES NEWS configure.in Added Files: DevNotes Log Message: version bump Index: NEWS =================================================================== RCS file: /cvsroot/wgui/wgui/NEWS,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** NEWS 5 Oct 2005 01:48:11 -0000 1.11 --- NEWS 24 Feb 2006 16:06:14 -0000 1.12 *************** *** 1,4 **** --- 1,6 ---- For more current news, see Sourceforge at http://sourceforge.net/projects/wgui/ + 2/22/06 - Version 0.4.2 is released. + 10/4/05 - Version 0.4.1 is released. Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.163 retrieving revision 1.164 diff -C2 -d -r1.163 -r1.164 *** CHANGES 15 Feb 2006 16:09:26 -0000 1.163 --- CHANGES 24 Feb 2006 16:06:14 -0000 1.164 *************** *** 1,2 **** --- 1,5 ---- + 0.4.2 -> 0.4.3 + + 0.4.1 -> 0.4.2 + Added CDropDown: GetFirstSelectedIndex() which returns the index of the first selected item (courtesy of Jurgen De Backer) --- NEW FILE: DevNotes --- Version information can be found: Configure.in Wgui_win32_config.h Release Checklist: Ensure a clean build Update doc files: Authors, Bugs, Changes, Install, News, Readme Run Doxygen CVS Commit make dist screenshot cvs stat upload screenshot to boxedchaos upload to SourceForge SourceForge release Freshmeat release update wgui.sourceforge.net upload docs/cvsstats CVS Tag version increment Index: configure.in =================================================================== RCS file: /cvsroot/wgui/wgui/configure.in,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** configure.in 29 Dec 2005 13:46:18 -0000 1.18 --- configure.in 24 Feb 2006 16:06:14 -0000 1.19 *************** *** 5,9 **** WGUI_VERSION_MAJOR=0 WGUI_VERSION_MINOR=4 ! WGUI_VERSION_REVISION=2 WGUI_VERSION=$WGUI_VERSION_MAJOR.$WGUI_VERSION_MINOR.$WGUI_VERSION_REVISION VERSION=$WGUI_VERSION --- 5,9 ---- WGUI_VERSION_MAJOR=0 WGUI_VERSION_MINOR=4 ! WGUI_VERSION_REVISION=3 WGUI_VERSION=$WGUI_VERSION_MAJOR.$WGUI_VERSION_MINOR.$WGUI_VERSION_REVISION VERSION=$WGUI_VERSION |