From 761e4d39385057365332d4a8458e357c779ff6d0 Mon Sep 17 00:00:00 2001 From: ppokorny Date: Thu, 19 Jul 2001 01:07:33 +0000 Subject: [PATCH] Updated version to 0.4.2 and added comments to ChangeLog documenting the updates. --- ChangeLog | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 26f977a..db3541c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index 3866bf9..7826b1d 100644 --- a/configure.in +++ b/configure.in @@ -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