| 1 | --- LCD4Linux News --- |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | lcd4linux-0.98 |
|---|
| 6 | |
|---|
| 7 | - improved signal-handling: lcd4linux can be restarted by sending a SIGHUP |
|---|
| 8 | |
|---|
| 9 | - lcd4linux uses syslog for messages/warnings etc. |
|---|
| 10 | |
|---|
| 11 | - support for GPO's (general purpose outputs, e.g. to connect a LED) |
|---|
| 12 | The MatroxOrbital Displays have one GPO, and you can connect up to eight |
|---|
| 13 | LED's to the parallel port using two IC's (see README.HD44780.GPO) |
|---|
| 14 | |
|---|
| 15 | - new delay loop for parallel port displays: uses either gettimeofday() or |
|---|
| 16 | rdtsc (time stamp counter on newer processors). This delay needs no longer |
|---|
| 17 | a calibration! The 'Delay'-entry in lcd4linux.conf has gone. |
|---|
| 18 | |
|---|
| 19 | - new raster driver for PNG creation |
|---|
| 20 | |
|---|
| 21 | - new curses-based text driver |
|---|
| 22 | |
|---|
| 23 | - security: lcd4linux.conf must have the same user/group than the executable, |
|---|
| 24 | and must not me accesible by group and other (i.e. mode 0600). This is |
|---|
| 25 | necessary because lcd4linux.conf can contain usernames and passwords for |
|---|
| 26 | POP and IMAP queries. |
|---|
| 27 | |
|---|
| 28 | - support for plugins: new token 'x1'..'x9' for externel programs |
|---|
| 29 | |
|---|
| 30 | - new token 'ic' (ISDN connected/offline, mainly for a LED connected to a GPO) |
|---|
| 31 | |
|---|
| 32 | - APM client: new tokens 'bp', 'bs', 'bd' (battery percentage, status and |
|---|
| 33 | duration) |
|---|
| 34 | |
|---|
| 35 | - mail client: new tokens 'e1'..'e9' for counting emails in local mailboxes |
|---|
| 36 | |
|---|
| 37 | - new configure-options '--with-drivers=<list>', so you can compile a minimal |
|---|
| 38 | executable which contains only the drivers you need. |
|---|
| 39 | |
|---|
| 40 | - seti@home client: new tokens 'hc' (% completed) and 'ht' (cpu time needed) |
|---|
| 41 | |
|---|
| 42 | - simple web-server driver (see README.Webinterface) |
|---|
| 43 | |
|---|
| 44 | - uses new (kernel 2.4) ppdev system to access parallel port via ioctl() |
|---|
| 45 | |
|---|
| 46 | - mail suport for pop3 and imap4, token 'u1' ..'u9' show unseen mail |
|---|
| 47 | (which is propably incorrect for normal mbox) |
|---|
| 48 | |
|---|
| 49 | - added another verbose level (-vvv) for debugging socket traffic |
|---|
| 50 | |
|---|
| 51 | - added nntp support for count of news/unread messages in subscribed NGs |
|---|
| 52 | |
|---|
| 53 | - implemented time series bar '$t' |
|---|