version update for 5.7.3.pre4
diff --git a/ChangeLog b/ChangeLog
index 5fabc8a..2f30716 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,404 @@
 
 ----------------------------------------------------------------------
 
+Changes: V5.7.3.pre3 -> V5.7.3.pre4
+
+commit 864abb5ba1eb324e423157db5fb1723f855973b2
+Author: Wes Hardaker <hardaker@users.sourceforge.net>
+Date:   Wed Jul 23 15:07:41 2014 -0700
+
+    make depend for 5.7.3.pre4
+
+commit 5fc8f99c9f77ddadeeacedae7f06fea1767d4a9f
+Author: Wes Hardaker <hardaker@users.sourceforge.net>
+Date:   Wed Jul 23 15:02:19 2014 -0700
+
+    fix C++ style comment
+
+commit 54a4a90a5529ea58add9e6af6a7e8ad065440828
+Author: Wes Hardaker <hardaker@users.sourceforge.net>
+Date:   Wed Jul 23 14:49:41 2014 -0700
+
+    Version number update: 5.7.3.pre4
+
+commit c0d66826b71f05403f36c7f8234ff8f7ecbd1590
+Author: Bill Fenner <fenner@gmail.com>
+Date:   Tue Jul 22 06:49:28 2014 -0700
+
+    When enlarging a large_fd_set, use FD_ZERO if possible
+    
+    The most common case of creating a large_fd_set on UNIX
+    is to create it with size zero, and then immediately enlarge
+    it to size FD_SETSIZE.  Instead of looping and calling
+    FD_CLR(), we can optimize this common case with the OS's
+    FD_ZERO.
+
+commit dcad31aeb442369a6fb52f4dc7d4f781bc56006c
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Thu Jul 17 23:40:13 2014 +0200
+
+    Solaris does not like "grep -E" or "if !".
+    Propagate configures EGREP to man/Makefile.in and also used configured SED.
+
+commit a51cbedf7d1d424342ab5ca3a4b67217a364409a
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Tue Jul 15 21:45:54 2014 +0200
+
+    snmpnetstat/if.c: properly detect snmp exceptions
+
+commit eee92519f38e937f227bea7701ddb1157c8bcccc
+Author: Bill Fenner <fenner@gmail.com>
+Date:   Tue Jul 15 07:27:18 2014 -0700
+
+    Close pipes when freeing config and kill child process on error
+    
+    When freeing the config, close the pipes corresponding to that
+    config, so they don't get leaked.  Also, if we have an error,
+    send a SIGKILL to the child process in case it is blocked and
+    won't die just because we closed the pipes to it.
+
+commit 8431f913554e0cccc48bedce1fd4a8a288b6c27d
+Author: Bill Fenner <fenner@gmail.com>
+Date:   Tue Jul 15 07:19:33 2014 -0700
+
+    If the asp lookup returns NULL, don't try to use it
+    
+    If there is no corresponding asp, we set the result properly
+    but still fall through and attempt to use it.  Instead, just
+    continue.
+
+commit 146fa384d8b05e1e5a2c67f88d0eca0a304fa1f0
+Author: Bill Fenner <fenner@gmail.com>
+Date:   Mon Jul 14 15:26:14 2014 -0700
+
+    Fix dependencies for auto-generated man pages
+    
+    Also make sure that the auto-generated .so files are listed
+    in the right Makefile variables, and update the variables
+    to include the ones that had been left out already.
+
+commit 4431728cf7a0950aed293d48c02e69000f5b83e8
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sun Jul 13 03:07:21 2014 -0700
+
+    AIX: Fix more compiler warnings
+    
+    Avoid that the compiler complains about casting away const, about
+    unused variables or functions, about missing function prototypes
+    and also avoid that the compiler complains that the type of the
+    third argument of mntctl() is wrong.
+
+commit 42a65f11e3ed56963f78a5c1561edd67658ccd00
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sun Jul 13 09:47:26 2014 +0200
+
+    Remove C99 length specifier 'z' and use a cast instead
+    
+    See also commit b4eab11139eb122c9ad3c13ab8b9453e04e46842.
+
+commit 35d0f59cdd8894b8fbbad65370b5e301e377a37f
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Fri Jul 11 21:26:33 2014 +0200
+
+    Updated DOCS-IF-MIB reference
+
+commit 7a4d2ea2b3e163fdd98f067ae440faa3152c80c6
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Fri Jul 11 21:25:27 2014 +0200
+
+    Updated IANA mibs
+
+commit 01b3b6646413c14a050742726b97cf308b8fe09b
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Wed Jul 9 23:51:27 2014 +0200
+
+    Add RFC 7257 vpls mibs
+
+commit b0be1d8ad2ccbcaa29ffc7cf884d02438c4c1665
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Wed Jul 9 23:50:21 2014 +0200
+
+    adjust debug token for netsnmp_sockaddr_in6_2
+
+commit 9920e9e767b10f029ab4b020e8259676d1a32b2f
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Tue Jul 8 10:25:22 2014 +0200
+
+    AIX: Suppress a configure warning
+    
+    Avoid that the 'sort' command complains during the configure process
+    that its input is not terminated by a newline. See also commit
+    a63e381d9c1c9c87210bf2b022e3d6ac71d27a7e.
+
+commit b4eab11139eb122c9ad3c13ab8b9453e04e46842
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Mon Jul 7 14:04:45 2014 -0700
+
+    AIX: Fix a few compiler warnings
+    
+    Avoid that the following compiler warnings are reported:
+    - Assignment discards const.
+    - Unused local variable.
+    - Mismatch between format string and argument list.
+    
+    Also correct the indentation of two Solaris-specific code statements.
+
+commit 0dd2783b747fb96d74978e11c82a504c0df1d555
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sun Jul 6 11:12:30 2014 +0200
+
+    HP UX, CPU statistics: Fix an invalid pointer dereference
+    
+    See also commit 0034581deb3e676d328824c87637aaca31850c6a.
+
+commit dbd593132f719cc3d9bb5017ec8bc5c8cbb063b7
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Thu Jul 3 23:23:29 2014 +0200
+
+    T071com2sec6_simple: use private host to check ipv6 address resolution to make sure we get the expected result
+
+commit 0034581deb3e676d328824c87637aaca31850c6a
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Mon Jun 30 22:08:34 2014 +0200
+
+    BUG #a2551: fix non-sequential cpu numbers on HP-UX.
+    Thanks to Dave Olker.
+
+commit b0f49ba21fb810efcb0992f01c4fc5fd30cf69af
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Thu Jun 26 21:42:48 2014 +0200
+
+    cpu_pstat.c: fix missing break(s) in switch statement
+
+commit a63e381d9c1c9c87210bf2b022e3d6ac71d27a7e
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Fri Jun 20 10:57:39 2014 +0200
+
+    Recent patch from Bart (Display module names sorted) make configure lose all module names on Solaris 8 and 10.
+    This changes the way the sorting is done.
+
+commit 60cf6a06ff73ae7d4f2454f2ef40c56fcd394bfa
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Wed Jun 18 22:19:32 2014 +0200
+
+    make test: bail out if netstat not found.
+
+commit c10f2acbfcc3834cd938641dc1a2c72aca7f7845
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Tue Jun 10 16:06:59 2014 +0200
+
+    Fix stupid bug in pkg-ng patch
+
+commit e2da5489c3bb829762604c9d41f08cb3aedfd8a6
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Mon Jun 2 15:41:56 2014 +0200
+
+    PATCH #a1283: Recognize Oracle ACFS file system (Thanks John Haxby)
+
+commit 54c2cc2655c1b6c5485d99441aed2ac169eee5f9
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Mon Jun 2 15:26:00 2014 +0200
+
+    Install SNMP-TSM-MIB and SNMP-TLS-TM-MIB
+
+commit ce3091cbc48bc405c6eb1af7ddaeb370ed786471
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Mon Jun 2 15:23:24 2014 +0200
+
+    BUG #a2537: Support *BSD pkg-ng
+
+commit 49e4e49b12aae0d8f7572839365d46cf932bfec9
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Mon Jun 2 15:18:46 2014 +0200
+
+    Fix FreeBSD system define chain
+
+commit 3c5e7124b35fd6aca4284eac365d74b69810785a
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sun Jun 1 11:27:25 2014 +0200
+
+    CHANGES: BUG: 1267 snmplib: register_mib_context() fix for read-only variables
+    
+    This is a slightly modified version of a patch from Harsha Shivanna.
+
+commit 56ecc433b09e985f1fdd786aae60b061ffac0382
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sun Jun 1 11:12:47 2014 +0200
+
+    agent/mibgroup/ucd-snmp/lmsensorsMib.c: Fix compiler warnings
+
+commit c9cf8fd869f3791a58a71b8a63f5d61d67291fae
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sun Jun 1 10:09:28 2014 +0200
+
+    configure: Display modules names sorted
+
+commit 27a16054d656eb10abd032dbac68ebbc26c76007
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sun Jun 1 09:22:52 2014 +0200
+
+    agent/mibgroup/ip-mib/data_access/defaultrouter_linux: Rework netlink buffer alignment
+    
+    Based on a patch from Joshua Hoke. See also
+    https://sourceforge.net/p/net-snmp/bugs/2547/.
+
+commit bd13f004f6dc16dbe56ea5381662495745d937e1
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sat May 31 20:16:20 2014 +0200
+
+    Windows: 64-bit fix for build-binary.pl
+
+commit 1fa4da1c6cf967606333f7e77e408b7f51ef6256
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Fri May 30 17:42:07 2014 +0200
+
+    Windows: Suppress Visual Studio 2013 warnings about strtoull()
+
+commit b31aede9c8b63461b5092e16d626a676b172f8aa
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Thu May 22 23:05:19 2014 +0200
+
+    PATCH #1277: Fix ifspeed for Solaris zones. Thanks to lijo
+
+commit 869f785541a1ea3b4278145867b152bec50d3eb0
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Wed Apr 30 14:52:31 2014 +0200
+
+    winExtDLL: Translate SnmpExtensionQuery() PDU type correctly
+
+commit e0107c26b3a0e30ae83235bb225feb78a1a15638
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Wed Apr 30 15:38:55 2014 +0200
+
+    Windows: Silence a compiler warning
+
+commit 3a9f875423ccaa8baee7e164bb8a75dd8e0b7343
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Tue May 6 06:27:10 2014 +0200
+
+    PATCH #1279: Modified patch from Mohan for coredump after calling
+    free with a bad regex.
+
+commit 51302ba57285d4d47992ed15a460580112a3e924
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Tue May 6 06:21:24 2014 +0200
+
+    BUG #2521: AIX: dont die when CPU is dynamically added to system.
+
+commit 131c93ba92e46dddec4eb3a8208ab5a3c1026508
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Tue May 6 06:20:28 2014 +0200
+
+    Complain about -D option if debugging is disabled.
+
+commit 96a7a6a86895fdbf891799e3769b27a7e54af084
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Tue May 6 06:19:42 2014 +0200
+
+    snmptrapd.8: add some missing format tokens to man page.
+
+commit 80be907be9f4f1df6a1470feafaa916b9c9c4991
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sun Apr 27 15:25:30 2014 +0200
+
+    Fix bug 2313 for cross compilation.
+
+commit 9ae5981530fd2bdd9f2a5c86b7d6994b873033d7
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Apr 26 22:36:26 2014 +0200
+
+    Prepare for FreeBSD 11 and 12
+
+commit e32f70b12f57d26d69d491f1c742b0132aca7660
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Apr 26 21:42:21 2014 +0200
+
+    Fix a couple of struct sizes to better match declaration.
+
+commit 7cc2deb5d915d2572328317d3701d35d861d3d92
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Apr 26 21:34:26 2014 +0200
+
+    Use inet_pton onplace of inet_aton to help portability.
+
+commit a087fc9f164023de414b09bfd3747c72f1bca07f
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Apr 26 21:30:54 2014 +0200
+
+    Update to current IANA-ADDRESS-FAMILY-NUMBERS-MIB and current RFCs.
+
+commit 857037a8d2457ac9aa2a52510957647971a46634
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Apr 26 21:28:00 2014 +0200
+
+    Prepare for FreeBSD 11 and 12.
+
+commit b99308417d4be7e139f6103d44f11b55433a6bf1
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sun Mar 16 08:04:15 2014 +0100
+
+    Better documentation for trap logging formats.
+
+commit a6e4eb26f5c04d15761ceaf924580e0c40f72dfe
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sun Mar 9 08:46:57 2014 +0100
+
+    swrun_*: Simplify commit da00ba1
+
+commit 37af7923b832f2ec80837fa28edcac8eb0c7e8ea
+Author: Bart Van Assche <bvanassche@acm.org>
+Date:   Sun Mar 9 08:34:12 2014 +0100
+
+    swrun_*: Restore buffer overflow prevention code that was removed in da00ba1
+
+commit f436ce28fda3edc7010cd86ecf3c386c5af52196
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Mar 8 14:07:57 2014 +0100
+
+    util_func: fix skipping of digits which would run one too far
+
+commit da00ba142d6b504255889f09eb9f7d222ef40ada
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Mar 8 14:04:19 2014 +0100
+
+    swrun_*: snprint may have set a too long string length. Fix it if needed.
+
+commit 3b202eb05ec4e5f6f8f54bc8acb437373e6b5d03
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Mar 8 14:02:18 2014 +0100
+
+    swinst_apt: ensure room for string terminator
+
+commit 8a66814edad5a28fdbc8645fb0e14459bf915da0
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Mar 8 14:00:28 2014 +0100
+
+    mta_sendmail: isspace cannot take a char argument
+
+commit 3e734fb3bddf11b99b6ba7ddcb30ae932d8ba3b1
+Author: Niels Baggesen <nba@users.sourceforge.net>
+Date:   Sat Mar 8 13:58:07 2014 +0100
+
+    expExpressionConf, expValue: isspace cannot take a char argument.
+
+commit 76e8d6d100320629d8a23be4b0128619600c919d
+Author: Jan Safranek <jsafranek@users.sourceforge.net>
+Date:   Thu Mar 6 09:21:51 2014 +0100
+
+    CHANGES: snmpd: PATCH: 1275: from Viliam Púčik: fixed Perl trap handler when processing trap with empty community string.
+
+commit 5d06a5fbb5ed3ca2b5820e8ef2d5b5b88b9d7df8
+Author: Bill Fenner <fenner@gmail.com>
+Date:   Mon Feb 3 11:58:03 2014 -0800
+
+    Allow the nodemap to contain multiple nodes for mibs like IF-MIB
+    
+    In the IF-MIB, "interfaces" and "ifMIBObjects" both contain
+    significant subtrees.  Allow nodemap to contain a comma-separated
+    list of nodes, to handle MIBs like this.
+
+----------------------------------------------------------------------
+
 Changes: V5.7.3.pre2 -> V5.7.3.pre3
 
 commit 54166cf6c7a98bf8e5d0dbabf9b5e5a255c4c421
@@ -2048,12 +2446,12 @@
     Solaris /bin/sh does not understand 'local' builtin.
 
 commit 6257dea4827e85c7af845ae9cded48d44aa7bb3d
-Author: Jan Pokorný <jpokorny@redhat.com>
+Author: Jan Pokornテス <jpokorny@redhat.com>
 Date:   Thu Dec 20 14:45:45 2012 +0100
 
     Fix comment typos in example.c
     
-    Patch from Pokorný <jpokorny at redhat.com>
+    Patch from Pokornテス <jpokorny at redhat.com>
 
 commit 9dfc44c91d7a29a4c43f779085dde34c5fe6d5ab
 Author: Bart Van Assche <bvanassche@acm.org>
@@ -18713,7 +19111,7 @@
 
 2011-06-09  Niels Baggesen <nba@users.sourceforge.net>
 
-   *  snmplib/cert_util.c: Include stdॆआ†à¥†à¤……ॆअ†à¥†à¤††à¥†à¤……‡ib.h to make dmalloc happy
+   *  snmplib/cert_util.c: Include std爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´õ€’‘b.h to make dmalloc happy
       git-svn-id:
 
 
@@ -29508,7 +29906,7 @@
 
    * snmplib/cert_util.c:
 
-   Include stdॆआ†à¥†à¤……ॆअ†à¥†à¤††à¥†à¤……‡ib.h to make dmalloc happy
+   Include std爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´õ€’‘b.h to make dmalloc happy
 
 2011-06-09 14:35  rstory
 
@@ -49344,7 +49742,7 @@
 
    * agent/mibgroup/ip-mib/data_access/systemstats_common.c:
 
-   CHANGES: snmpd: from "Marcus Rॆआ†à¥†à¤……ॆअ†à¥†à¤††à¥†à¤……žckert": fix possible crash when
+   CHANGES: snmpd: from "Marcus R爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´æž‹kert": fix possible crash when
    64-bit counters in ipSystemStatsTable get bigger than 2^32
 
 2009-08-03 19:27  magfr
@@ -62937,7 +63335,7 @@
 
    * agent/mibgroup/ip-mib/data_access/systemstats_common.c:
 
-   CHANGES: snmpd: from "Marcus Rॆआ†à¥†à¤……ॆअ†à¥†à¤††à¥†à¤……žckert": fix possible crash when
+   CHANGES: snmpd: from "Marcus R爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´æž‹kert": fix possible crash when
    64-bit counters in ipSystemStatsTable get bigger than 2^32
 
 2009-08-03 19:27  magfr
@@ -65397,14 +65795,14 @@
    * snmplib/snmpUDPDomain.c:
 
    Fix src/dst confusion
-   Patch provided by Krzysztof Olॆआ†à¥†à¤……ॆअ‡™dzki
+   Patch provided by Krzysztof Ol爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´çˆ­õ€‘‹ï½¤õ€Œ¶å›˜zki
 
 2009-01-28 09:29  dts12
 
    * agent/mibgroup/smux/smux.c:
 
    CHANGES: Fix two bugs with smux password support.
-   Patch supplied by Krzysztof Olॆआ†à¥†à¤……ॆअ‡™dzki
+   Patch supplied by Krzysztof Ol爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´çˆ­õ€‘‹ï½¤õ€Œ¶å›˜zki
 
 2009-01-23 14:53  jsafranek
 
@@ -79317,7 +79715,7 @@
 
    * agent/mibgroup/ip-mib/data_access/ipaddress_linux.c:
 
-   Handle full-length IPv6 addresses.  Fix supplied by Radek Vokॆआ†à¥†à¤……ॆअ†à¥†à¤††à¥†à¤……l
+   Handle full-length IPv6 addresses.  Fix supplied by Radek Vok爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´ã€•
 
 2006-01-30 01:52  dts12
 
@@ -79364,7 +79762,7 @@
 , snmplib/snmp_api.c, perl/SNMP/SNMP.pm:
 
    Handle non-increasing OIDs during a (perl) bulkwalk.
-   Patch #1364650 from Ole Bjॆआ†à¥†à¤……ॆअ†à¥†à¤††à¥†à¤……šrn Hessen
+   Patch #1364650 from Ole Bj爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´å—·n Hessen
 
 2006-01-27 03:07  dts12
 
@@ -95103,7 +95501,7 @@
 
    * agent/mibgroup/ucd-snmp/disk.c:
 
-   fix float calc in var_extensible_disk per Harald Straॆआ†à¥†à¤…†ƒberger <hs@syslog.at>
+   fix float calc in var_extensible_disk per Harald Stra爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµãƒƒerger <hs@syslog.at>
 
 2004-08-31 14:02  hardaker
 
@@ -97690,7 +98088,7 @@
    * configure.in, configure:
 
    Fix handling of --enable-local-smux option
-   (Patch #949808 from Erik ॆआ†à¥†à¤……ॆअ‡nggॆआ†à¥†à¤…†‹rd)
+   (Patch #949808 from Erik 爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œ´çˆ­õ€‘‹ï½¤õ€Œ¶ngg爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµè„šd)
 
 2004-06-18 06:46  dts12
 
@@ -128656,7 +129054,7 @@
    * agent/mibgroup/host/: hr_swrun.c (V4-2-patches.5), hr_swrun.c
 :
 
-   Fix Linux file descriptor leak (reported by Oliver Fॆआ†à¥†à¤…†Šnger)
+   Fix Linux file descriptor leak (reported by Oliver F爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµç©«ger)
    
 2001-03-14 05:22  jbpn
 
@@ -133181,7 +133579,7 @@
 
    * agent/mibgroup/ucd-snmp/memory.c:
 
-   - (memory.c): Patch from Ragnar Kjॆआ†à¥†à¤…†à¥†à¤…rstad:
+   - (memory.c): Patch from Ragnar Kj爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€Œ¿rstad:
      - fixed linux problem: wrong params getting returned.
    
 2000-05-25 05:38  mslifcak
@@ -134961,7 +135359,7 @@
 
    - (configure* ucd-snmp/vmstat_solaris2.c):
      - Provide missing 'getpagesize' routine for Solaris 2.4
-       (Thanks to Ragnar Kjॆआ†à¥†à¤…†à¥†à¤…rstad)
+       (Thanks to Ragnar Kj爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€Œ¿rstad)
    
 2000-02-16 20:17  mslifcak
 
@@ -142289,7 +142687,7 @@
      loadave.c, memory_solaris2.c, pass.c, pass_persist.c, proc.c,
      versioninfo.c, alarm.c, event.c, Makefile.in, parse.c, snmp.c,
      snmp_debug.c, snmp_logging.c, snmp_logging.h): Patch from Ragnar
-     Kjॆआ†à¥†à¤…†à¥†à¤…rstad:
+     Kj爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€Œ¿rstad:
      - do file, stderr, and syslog support.
    
 1999-07-15 08:45  hardaker
@@ -142432,7 +142830,7 @@
 
    * agent/snmpd.c:
 
-   - (snmpd.c): Patch from Ragnar Kjॆआ†à¥†à¤…†à¥†à¤…rstad:
+   - (snmpd.c): Patch from Ragnar Kj爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€Œ¿rstad:
      - Add options for switching to a given uid and gid.
    
 1999-07-08 15:16  hardaker
@@ -159201,7 +159599,7 @@
 
    * snmplib/mib.c:
 
-   Fix a C precedence botch-up, thanks to Fabrॆआऎ€Œcio Las Casas <Fabricio@atan.com.br>
+   Fix a C precedence botch-up, thanks to Fabr爭õ€‘‹ï½¤õ€‘‹ï½¤æ­»â€²cio Las Casas <Fabricio@atan.com.br>
    
 2003-02-26 14:14  nba
 
@@ -175984,7 +176382,7 @@
 
    * agent/mibgroup/host/: hr_swrun.c (V4-2-patches.5), hr_swrun.c:
 
-   Fix Linux file descriptor leak (reported by Oliver Fॆआ†à¥†à¤…†Šnger)
+   Fix Linux file descriptor leak (reported by Oliver F爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµç©«ger)
    
 2001-03-14 05:22  jbpn
 
@@ -180229,7 +180627,7 @@
 
    * agent/mibgroup/host/hr_swrun.c:
 
-   Fix Linux file descriptor leak (reported by Oliver Fॆआ†à¥†à¤…†Šnger)
+   Fix Linux file descriptor leak (reported by Oliver F爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµç©«ger)
    
 2001-03-13 13:20  hardaker
 
@@ -183475,7 +183873,7 @@
 	
 2000-05-25 10:07  hardaker
 
-	- (memory.c): Patch from Ragnar Kjॆआ†à¥†à¤…†à¥†à¤…rstad:
+	- (memory.c): Patch from Ragnar Kj爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€Œ¿rstad:
 	  - fixed linux problem: wrong params getting returned.
 	
 2000-05-25 05:38  mslifcak
@@ -184664,7 +185062,7 @@
 
 	- (configure* ucd-snmp/vmstat_solaris2.c):
 	  - Provide missing 'getpagesize' routine for Solaris 2.4
-	    (Thanks to Ragnar Kjॆआ†à¥†à¤…†à¥†à¤…rstad)
+	    (Thanks to Ragnar Kj爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€Œ¿rstad)
 	
 2000-02-16 20:17  mslifcak
 
@@ -189998,7 +190396,7 @@
     - (snmpdelta.c, int64.c, int64.h): minimal c64 support for snmpdelta. Untested.
 
 hardaker  8 Jul 99 16:02:58
-    - (snmpd.c): Patch from Ragnar Kjॆआ†à¥†à¤…†à¥†à¤…rstad:
+    - (snmpd.c): Patch from Ragnar Kj爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€Œ¿rstad:
       - Add options for switching to a given uid and gid.
 
 daves  9 Jul 99 01:49:49
@@ -190045,7 +190443,7 @@
       loadave.c, memory_solaris2.c, pass.c, pass_persist.c, proc.c,
       versioninfo.c, alarm.c, event.c, Makefile.in, parse.c, snmp.c,
       snmp_debug.c, snmp_logging.c, snmp_logging.h): Patch from Ragnar
-      Kjॆआ†à¥†à¤…†à¥†à¤…rstad:
+      Kj爭õ€‘‹ï½¤õ€±çˆ­õ€‘‹ï½¤õ€Œµçˆ­õ€‘‹ï½¤õ€Œ¿rstad:
       - do file, stderr, and syslog support.
 
 hardaker 20 Jul 99 17:06:53