diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 9 insertions, 2 deletions
@@ -6,6 +6,9 @@ Makefile Makefile.in +/bsnmp-jails-?.? +*.tar.gz +*~ /aclocal.m4 /autom4te.cache @@ -1,3 +1,7 @@ +0.9 + - If jail matches a file system, use that to figure out + disk space and file usage rather than enumerating files. + 0.8 - Support FreeBSD 7.2 jails. diff --git a/configure.in b/configure.in index 042cff5..d751838 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(bsnmp-jails, 0.8, stef@memberwebs.com) -AM_INIT_AUTOMAKE(bsnmp-jails, 0.8) +AC_INIT(bsnmp-jails, 0.9, stef@memberwebs.com) +AM_INIT_AUTOMAKE(bsnmp-jails, 0.9) AC_CONFIG_SRCDIR([module/bsnmp-jails.c]) AM_CONFIG_HEADER([config.h]) |