From: Nicolas B. <nbo...@us...> - 2006-03-08 21:36:23
|
Update of /cvsroot/ddccontrol/ddccontrol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28895 Modified Files: NEWS TODO Log Message: Prepare Release 0.4 Index: NEWS =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/NEWS,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- NEWS 18 Nov 2005 16:07:22 -0000 1.8 +++ NEWS 8 Mar 2006 21:36:19 -0000 1.9 @@ -1,3 +1,9 @@ +Version 0.4 - 2006-03-08 + - New database version (3), supporting generic profiles for monitors. + - Add support for VIA and SiS chipsets (Thanks to Johannes Deisenhofer) + - Fix memory leaks using valgrind. + - Fix various compilation errors. + Version 0.3 - 2005-11-14 - Use GTK/GDK high-level API to determine current screen (instead of Xinerama API). - Add Chinese translation (Thanks to "waq_cn"). Index: TODO =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/TODO,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- TODO 21 Sep 2005 20:45:37 -0000 1.10 +++ TODO 8 Mar 2006 21:36:19 -0000 1.11 @@ -1,10 +1,9 @@ Nicolas: - - Read EDID info - - Use this instead of Xinerama ? - http://developer.gnome.org/doc/API/2.0/gdk/multihead.html + - Read EDID info, show it in gddccontrol - Add support for more than 2 monitors - See what to do with engineering VCP. - - Show a nice message when a monitor is not supported and allow at least brightness/contrast to be controlled. + - Better handling of --enable-doc. + - Use rsync for SF file transfers. BUGS: - When changing a control value quickly (moving the mouse outside the control), |