[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

conserver-8.2.0 is available

Bryan Stansell bryan@conserver.com
Mon, 21 Apr 2014 04:58:47 GMT


I've integrated a few more submissions and bug fixes, and decided that
it's time up the numbering to 8.2.0.  Mainly it signifies the addition
of IPv6-aware code and the assumption of an ANSI C compiler (shows you
how old this code is).

As always, feedback, code, etc is greatly appreciated (preferably via
the users mailing list so everyone can see, but direct mail is fine
too).

version 8.2.0 (Apr 20, 2014):
        - added --with-trust-uds-cred which uses getsockopt() to fetch and
          trust the client uid, bypassing password lookups - patch by Anton
          Lundin <glance@acc.umu.se>
        - missing closedir() causing memory leak - patch by Anton Lundin
          <glance@acc.umu.se>
        - sending a break signal over IPMI was broken - based on patch by
          Alexander Y.  Fomichev <git.user@gmail.com>
        - IPv6 support (marked as experimental at this point because it's
          untested (except by the author), there's a lack of documentation, and
          I'm hoping for non-getifaddrs() system support) - patch by Milos
          Vyletel <milos.vyletel@gmail.com>
        - no more K&R compiler support

Bryan Stansell