From: Martin Mares Date: Fri, 20 Aug 2010 15:53:51 +0000 (+0200) Subject: Released as version 1.12 X-Git-Tag: v1.12~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a3cd34e5702937708db1fb98721d9510753c8d50;p=ywho.git Released as version 1.12 --- diff --git a/ChangeLog b/ChangeLog index ba3e1d9..eb48dba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2010-08-20 Martin Mares + + * Released as version 1.12. + + * Changed the first line of output, which was too cluttered + by the long descriptions of recent CPU's. The CPU description + has been replaced by just the number of CPU's (cores). + The UE time has been removed. + + * Host name has been added to the first line. + + * System run time is now reported correctly on SMP machines. + 2003-01-13 Martin Mares * Released as version 1.11. diff --git a/Makefile b/Makefile index c7d0e74..b5cbc89 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS=-O2 -Wall -Wno-parentheses LDFLAGS=-s ROOT=/ -REL=ywho-1.11 +REL=ywho-1.12 all: ywho diff --git a/ywho.c b/ywho.c index 192c308..821b491 100644 --- a/ywho.c +++ b/ywho.c @@ -1,7 +1,7 @@ /* - * Extended `who' command, version 1.11. + * Extended `who' command, version 1.12. * - * (c) 1996--2003 Martin Mares + * (c) 1996--2010 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU General Public License. See file COPYING in any of the GNU packages.