From 985c5ac0b90dad4fec6189925bbef1c13008ebcb Mon Sep 17 00:00:00 2001 From: Jodok Batlogg Date: Tue, 13 Mar 2012 20:53:15 +0100 Subject: [PATCH] ReST style docs, version bump --- CHANGES.txt | 25 ++++++++++++++++++++----- README.txt | 8 +++++++- ganglia-logtailer.spec | 2 +- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5438bbb..b14546c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,20 @@ -- forced to use python2.7 to avoid errors in python2.6 (which is scientific linux default) logging -File "/usr/lib64/python2.6/logging/handlers.py", line 150, in shouldRollover - self.stream.seek(0, 2) #due to non-posix-compliant Windows feature -ValueError: I/O operation on closed file -- tuned nginx format \ No newline at end of file +============================= +Changes for ganglia-logtailer +============================= + +2012/03/13 1.3-5 +================ + + - rpm now uses /opt/python-2.7/bin/python + + - forced to use python2.7 to avoid errors in python2.6 (which is scientific linux default) logging + File "/usr/lib64/python2.6/logging/handlers.py", line 150, in shouldRollover + self.stream.seek(0, 2) #due to non-posix-compliant Windows feature + ValueError: I/O operation on closed file + +earlier +======= + + - tuned nginx format + + - spec file \ No newline at end of file diff --git a/README.txt b/README.txt index 4c83ed7..b58d2ce 100644 --- a/README.txt +++ b/README.txt @@ -1 +1,7 @@ -this project was forked from https://bitbucket.org/maplebed/ganglia-logtailer to have it in git. \ No newline at end of file +================= +ganglia-logtailer +================= + +this project was "forked from https://bitbucket.org/maplebed/ganglia-logtailer +it's no "official" fork, rather copy to github and add changes specific to the +lovely environment. diff --git a/ganglia-logtailer.spec b/ganglia-logtailer.spec index 5dacb2b..9549350 100644 --- a/ganglia-logtailer.spec +++ b/ganglia-logtailer.spec @@ -1,6 +1,6 @@ Name: ganglia-logtailer Version: 1.3 -Release: 4%{?dist} +Release: 5 Summary: Framework to crunch data from logfiles and send using gmetric.