diff options
author | xtraeme <xtraeme> | 2004-06-27 20:21:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-06-27 20:21:52 +0000 |
commit | 88f0519db75d751f8201011edc168d5a18ea6bfd (patch) | |
tree | 49a8a58c724123d7e2267629f650e08da7c6a444 /doc | |
parent | 6ee1c12aa465abb8a23a3760cf345537a554ff38 (diff) | |
download | pkgsrc-88f0519db75d751f8201011edc168d5a18ea6bfd.tar.gz |
Update misc/uptimec to 0.2p3, closes PR pkg/26082.
Changes:
Version 0.2p3
-------------
Fixed problem when compiling on some HP/UX systems.
Implemented changes that forces uptimec to use select() on HP/UX
systems even if sys/select.h is not availible.
Version 0.2p2
-------------
Imported new routines to extract uptime on Tru64 which enables the client
to run in a chrooted environment.
Will now bind() socket before using it, which seems to be required on some
platforms. (Noted when running in FreeBSD jail)
Contributors to this release:
Tobias Nygren
Aaron D. Gifford
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ed8777f054e..a2107d5be8c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6353 2004/06/27 17:32:48 jmmv Exp $ +$NetBSD: CHANGES,v 1.6354 2004/06/27 20:21:52 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3113,3 +3113,4 @@ Changes to the packages collection and infrastructure in 2004: Updated jdbc-postgresql74 to 7.4.3 [recht 2004-06-27] Updated intltool to 0.31 [jmmv 2004-06-27] Removed xml-i18n-tools [jmmv 2004-06-27] + Updated uptimec to 0.2p3 [xtraeme 2004-06-27] |