Updated version to 0.4.2 and added comments to ChangeLog documenting
the updates.
This commit is contained in:
@@ -11,6 +11,13 @@ Coming soon: (?) (my list of stuff to do soon...)
|
|||||||
* Better syntax for driver parameters
|
* Better syntax for driver parameters
|
||||||
* Dynamically-loaded driver system
|
* 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:
|
v0.4.1:
|
||||||
+ Changed protocol to 0.3 because we now accept both -foo and foo
|
+ Changed protocol to 0.3 because we now accept both -foo and foo
|
||||||
as argument introducers. in 0.4-pre10, these were changed
|
as argument introducers. in 0.4-pre10, these were changed
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(clients/lcdproc/batt.c)
|
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)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|||||||
Reference in New Issue
Block a user