[INN-COMMITTERS] inn (9 files)

Russ Allbery Russ_Allbery at isc.org
Sun Apr 10 07:27:35 UTC 2005


    Date: Sunday, April 10, 2005 @ 07:27:35
  Author: rra
    Path: /proj/cvs/isc/inn/inn

Modified: MANIFEST frontends/innconfval.c include/libinn.h innd/nc.c
          innd/status.c lib/Makefile nnrpd/commands.c nnrpd/nnrpd.c
 Removed: lib/version.c

Eliminate the inn_version* variables in libinn in favor of using the
compile-time constants in include/inn/version.h.  Not only does this
eliminate a redundant location for the same information but it produces
more accurate results; now the version strings will be fixed at compile
time rather than changing based on what shared libinn library is used.


------------------------+
 MANIFEST               |    1 -
 frontends/innconfval.c |   11 ++++++-----
 include/libinn.h       |   22 ++++++++--------------
 innd/nc.c              |    5 +++--
 innd/status.c          |    5 +++--
 lib/Makefile           |    8 +++-----
 lib/version.c          |   13 -------------
 nnrpd/commands.c       |    5 +++--
 nnrpd/nnrpd.c          |    7 ++++---
 9 files changed, 30 insertions(+), 47 deletions(-)


More information about the inn-committers mailing list