]> mj.ucw.cz Git - ywho.git/commitdiff
Released as version 1.12
authorMartin Mares <mj@ucw.cz>
Fri, 20 Aug 2010 15:53:51 +0000 (17:53 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 20 Aug 2010 15:53:51 +0000 (17:53 +0200)
ChangeLog
Makefile
ywho.c

index ba3e1d98502247cc5b49fc727f7de1c9c593a88c..eb48dbaec0b089c44a08e17355df92f443fa7b05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2010-08-20  Martin Mares  <mj@ucw.cz>
+
+       * 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  <mj@atrey.karlin.mff.cuni.cz>
 
        * Released as version 1.11.
index c7d0e74851f83a3595a921bd89a3a58eb0f10523..b5cbc89341c39fb4d762bf4a6c6a78677e8288e4 100644 (file)
--- 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 192c308a10f04e05e41b17bd9cea6fff5fd59b39..821b491081510bfb9d7577f4a36129305f8280d6 100644 (file)
--- 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 <mj@ucw.cz>
+ *     (c) 1996--2010 Martin Mares <mj@ucw.cz>
  *
  *     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.