diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2007-12-02 17:24:58 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2007-12-02 17:24:58 +0000 |
commit | fd4f771b65e8f23b50fa45f357f0d9e181c82b84 (patch) | |
tree | 8bb3b6a644110fadee4d63f7f1333cd275fd5905 /debian | |
parent | c469022db1c9ae932fa95cd45613f670281a8255 (diff) | |
download | sitesummary-fd4f771b65e8f23b50fa45f357f0d9e181c82b84.tar.gz sitesummary-fd4f771b65e8f23b50fa45f357f0d9e181c82b84.tar.bz2 sitesummary-fd4f771b65e8f23b50fa45f357f0d9e181c82b84.tar.xz |
* Prefer REMOTE_ADDR over the output from gethostbyaddr() in
get_peername, to avoid "Bad arg length" problem.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 08f6c16..0c69423 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.34) UNRELEASED; urgency=low + + * Prefer REMOTE_ADDR over the output from gethostbyaddr() in + get_peername, to avoid "Bad arg length" problem. + + -- Petter Reinholdtsen <pere@debian.org> Sun, 2 Dec 2007 18:23:51 +0100 + sitesummary (0.0.33) unstable; urgency=low * Collect loaded kernel modules, to ease nagios autoconfiguration. |