Updated version to 0.4.2 and added comments to ChangeLog documenting

the updates.
This commit is contained in:
ppokorny
2001-07-19 01:07:33 +00:00
parent e7316389e8
commit 761e4d3938
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -11,6 +11,13 @@ Coming soon: (?) (my list of stuff to do soon...)
* Better syntax for driver parameters
* Dynamically-loaded driver system
v0.4.2:
+ Added --waittime server argument. You can now specify how long
a screen should stay on the display. The default is 64 ticks or
8 seconds.
+ Fixed compile problems on non-Linux platforms where cfmakeraw,
CBAUD, and ioperm don't exist. All drivers now use the same code
to initialize a serial port.
v0.4.1:
+ Changed protocol to 0.3 because we now accept both -foo and foo
as argument introducers. in 0.4-pre10, these were changed
+1 -1
View File
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(clients/lcdproc/batt.c)
AM_INIT_AUTOMAKE(lcdproc, 0.4.1)
AM_INIT_AUTOMAKE(lcdproc, 0.4.2)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST