updates in preparation of version 0.5

This commit is contained in:
marschap
2006-03-29 06:34:41 +00:00
parent 0dc290c722
commit d9999ff9d3
3 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ This version has split off from unstable-0.4.3. Includes major changes.
to 32Hz. to 32Hz.
* Priority scheme changed. Priority classes are now used, that indicate what * Priority scheme changed. Priority classes are now used, that indicate what
kind of a screen we're dealing with. More useful for interactive clients. 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 CFontz633 driver for CrytalFontz CFA633
+ Added CFontzPacket driver fro CrystalFontz CFA-633, CFA-631, CFA-635 + Added CFontzPacket driver fro CrystalFontz CFA-633, CFA-631, CFA-635
+ Added glcdlib meta-driver for all LCDs supported by graphlcd-base + Added glcdlib meta-driver for all LCDs supported by graphlcd-base
+5 -4
View File
@@ -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. 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
<guillaume@filion.org> maintained by Guillaume Filion <guillaume@filion.org>
+1 -1
View File
@@ -4,7 +4,7 @@ SSH=/usr/bin/ssh
MAKENIGHTLY=${NIGHTLYDIR}/make-nightly.sh 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 ${MAKENIGHTLY} $branch
${SSH} -q lcdproc.sourceforge.net "sh lcdproc-finish-nightly.sh $branch" ${SSH} -q lcdproc.sourceforge.net "sh lcdproc-finish-nightly.sh $branch"
done done