From: Nicolas B. <nbo...@us...> - 2006-03-08 20:52:19
|
Update of /cvsroot/ddccontrol/ddccontrol-db In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1969 Modified Files: Makefile.am NEWS configure.ac Log Message: Prepare release 20060308 Index: NEWS =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/NEWS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- NEWS 14 Nov 2005 17:59:25 -0000 1.4 +++ NEWS 8 Mar 2006 20:52:15 -0000 1.5 @@ -1,3 +1,23 @@ +Version 20060308: + - New database format, using generic profiles. + - Add support for new monitors: + + Samsung Syncmaster 970P (Thanks to Martin Kalkman) + + Dell 2005FPW (Thanks to Miguel) + + Samsung 770P (Thanks to Mateusz Drach) + + Samsung 970P analog + + Samsung 701T + + Samsung 760BF + + Samsung 910T + + Samsung 960BF + + Samsung SyncMaster 913V (Thanks to Hubai Tamas) + + Samsung SyncMaster 730BF (Thanks to Gergely Nagy) + + SUN GDM-5410 (Thanks to "bman") + + Samsung 740T (Thanks to Guryanov Dmitry) + + Dell 2405FPW (Thanks to Alexander McLeay) + + Samsung 920N + - Complete support for these monitors: + + Samsung 171P (Thanks to Radoslaw Marcinkowski) + Version 20051114: - Add support for new monitors: + Dell 1704FPT (Digital). Index: configure.ac =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/configure.ac,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- configure.ac 23 Feb 2006 00:54:30 -0000 1.9 +++ configure.ac 8 Mar 2006 20:52:15 -0000 1.10 @@ -1,4 +1,4 @@ -AC_INIT([DDC/CI control tool database], [20060222], +AC_INIT([DDC/CI control tool database], [20060308], [DDCControl users list <ddc...@li...>], [ddccontrol-db]) AM_INIT_AUTOMAKE @@ -10,8 +10,6 @@ GETTEXT_PACKAGE=ddccontrol-db AC_SUBST([GETTEXT_PACKAGE]) -AC_PROG_INTLTOOL - AC_CHECK_PROG(PERL,perl,perl,) AM_CONDITIONAL(HAVE_PERL, test -n $PERL) @@ -20,4 +18,7 @@ po/Makefile.in Makefile db/Makefile]) + +AC_PROG_INTLTOOL + AC_OUTPUT Index: Makefile.am =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 13 Jul 2005 23:30:01 -0000 1.4 +++ Makefile.am 8 Mar 2006 20:52:15 -0000 1.5 @@ -1,6 +1,6 @@ SUBDIRS= db po -EXTRA_DIST = config.rpath xml2h.pl +EXTRA_DIST = config.rpath intltool-extract.in intltool-merge.in intltool-update.in xml2h.pl po/POTFILES check-db: cd db && make check-db |