Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
lcdproc-0.5.6-user-html.tar.gz | 2012-11-04 | 110.2 kB |
|
lcdproc-0.5.6-dev-html.tar.gz | 2012-11-04 | 47.4 kB |
|
Readme.txt | 2012-11-04 | 2.3 kB |
|
lcdproc-0.5.6.tar.gz | 2012-11-04 | 999.0 kB | |
Totals: 4 Items | 1.2 MB | 8 |
Notes: ====== These are the release notes for LCDproc v0.5.6, the next stable version of LCDproc. This release includes some new drivers and some important updates to the build system. See below for a brief list or the file ChangeLog for a more comprehensive one. The CFontz633 driver has been removed. Please use the CFontzPacket driver instead (setting Model=633 in LCDd.conf). The new glcd driver supports graphic displays and can use a built-in 5x8 font or FreeType 2 to render text. Currently supported are T6963 displays connected to the parallel port, the GLCD2USB device, and all devices supported by the serdisplib library. Fingerprint: ============ SHA1 (lcdproc-0.5.6.tar.gz) = 1d0a4d068141f3c8526cadea035b58b37697600c Known bugs: =========== - If vBars are used together with ICON_BLOCK_FILLED on the same screen and that icon is implemented as a custom char, it sometimes is replaced with a non full block from the vBar. Affected drivers: IOWarrior, CwLinux - On Solaris the mtc_s16209x driver fails to compile. Configure LCDproc to exclude this driver. - The lcdproc client currently ignores errors from the machine dependent functions. This may result in strange behaviour of the screens or core dumps. Changes: ======== Key: - Something removed + Something added * Something changed / fixed New drivers ----------- + vlsys_m428 driver for Moneual MonCaso 320 + sdeclcd driver for Watchguard FireBox appliances + hd44780-usb4all connection type + glcd unified graphic display driver Updated drivers --------------- * sed1520: Make it work without using an external inverter * picolcd: Use libusb-1.0 asynchronous transfers * hd44780: * hd44780-serial: Fix key handling on LoS-Panel * Improve backlight operation in hd44780-serial and hd44780-ftdi * vBars and block icon now working correctly on the same screen Build system ------------ * Link LCDd itself with pthread library if that is available * Fix build with automake >= 1.11.3 (#3494755) lcdproc client -------------- * Unbreak build on OpenBSD non-i386 and OpenBSD >= 5.0 * Fix core dumps on FreeBSD if started as non-root * On FreeBSD show only unique processes in 'S' screen Other changes ------------- * Fix RPM init script hanging on recent OS (#3488223)