From d9999ff9d34a6899835764b35668274693f654da Mon Sep 17 00:00:00 2001 From: marschap Date: Wed, 29 Mar 2006 06:34:41 +0000 Subject: [PATCH] updates in preparation of version 0.5 --- ChangeLog | 3 ++- scripts/nightly/README | 9 +++++---- scripts/nightly/generate-nightlies.sh | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 883be1d..f0a5fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,8 @@ This version has split off from unstable-0.4.3. Includes major changes. to 32Hz. * Priority scheme changed. Priority classes are now used, that indicate what kind of a screen we're dealing with. More useful for interactive clients. - * better support for operating systems other than Linux: *BSD, Darwin + + better support for operating systems other than Linux: *BSD, Darwin + + menu support for lcdproc client (configure option) + Added CFontz633 driver for CrytalFontz CFA633 + Added CFontzPacket driver fro CrystalFontz CFA-633, CFA-631, CFA-635 + Added glcdlib meta-driver for all LCDs supported by graphlcd-base diff --git a/scripts/nightly/README b/scripts/nightly/README index b4abe23..059d46a 100644 --- a/scripts/nightly/README +++ b/scripts/nightly/README @@ -1,9 +1,10 @@ -lcdproc-finish-nightly.sh sit on the sourceforge server located at lcdproc.sf.net +lcdproc-finish-nightly.sh sits on the sourceforge server located at lcdproc.sf.net -The two other scripts (generate-nightlies.sh and make-nightly.sh) sit on a local server and are run every night. +The two other scripts (generate-nightlies.sh and make-nightly.sh) sit on a +local server and are run every night. generate-nightlies.sh calls make-nightly.sh for each cvs branch. -At the time of writing the nightly are generated on a PC running debian linux maintained by Guillaume Filion - +At the time of writing the nightly are generated on a PC running Debian Linux +maintained by Guillaume Filion diff --git a/scripts/nightly/generate-nightlies.sh b/scripts/nightly/generate-nightlies.sh index 9b287f1..28ffaa7 100755 --- a/scripts/nightly/generate-nightlies.sh +++ b/scripts/nightly/generate-nightlies.sh @@ -4,7 +4,7 @@ SSH=/usr/bin/ssh MAKENIGHTLY=${NIGHTLYDIR}/make-nightly.sh ##### -for branch in current stable-0-4-x; do +for branch in current stable-0-5-x; do ${MAKENIGHTLY} $branch ${SSH} -q lcdproc.sourceforge.net "sh lcdproc-finish-nightly.sh $branch" done