diff options
-rw-r--r-- | SiteSummary.pm | 1 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm index d07d27c..944d964 100644 --- a/SiteSummary.pm +++ b/SiteSummary.pm @@ -16,6 +16,7 @@ our @EXPORT = qw( get_hostname get_dns_address get_primary_macaddress + get_primary_ip_address get_linux_kernel_ver get_debian_edu_profile get_debian_edu_ver diff --git a/debian/changelog b/debian/changelog index b420c54..aa53ea8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ sitesummary (0.0.47) UNRELEASED; urgency=low * Fix bug in collector hook handling. Now it uses the correct 'update' argument when calling hook scripts on updates. + * Make sure to export the get_primary_ip_address function in the + SiteSummary perl module. * Add Swedish translation from Martin Ă…gren (Closes: #492067). -- Petter Reinholdtsen <pere@debian.org> Mon, 28 Jul 2008 18:23:41 +0200 |