Skip to content

Commit 459282e

Browse files
committed
Released 0.1.8.8:
Fixed newline timestamping to generate timestamp on char following line break.
1 parent 76308a1 commit 459282e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

ChangeLog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
2003-10-07 Chris Dunlap <cdunlap@llnl.gov>
22

3+
* : Released 0.1.8.8.
4+
35
* etc/conman.conf, man/conman.conf.5.in: Tweaked timestamp logopt docs.
46

57
2003-10-03 Chris Dunlap <cdunlap@llnl.gov>
68

79
* server-logfile.c, server-obj.c, server.h: Fixed newline timestamping
8-
so that the timestamp is associated with the first character output on
9-
the line instead of the preceding newline transition character.
10+
so that the timestamp is generated when the first character following
11+
the line break is output (instead of when the line break occurs).
1012

1113
2003-10-01 Chris Dunlap <cdunlap@llnl.gov>
1214

META

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
##
2-
# $Id: META,v 1.9.2.6 2003/10/01 23:24:48 dun Exp $
2+
# $Id: META,v 1.9.2.7 2003/10/07 23:24:47 dun Exp $
33
##
44
# Metadata for RPM/TAR makefile targets
55
##
66
Meta: 1
7-
Date: 2003-10-01
7+
Date: 2003-10-07
88
Name: conman
9-
Version: 0.1.8.7
9+
Version: 0.1.8.8
1010
# Release: 1

0 commit comments

Comments
 (0)