diff options
author | Stef Walter <stef@memberwebs.com> | 2010-08-03 12:24:49 +0000 |
---|---|---|
committer | Charlie <root@a5.ams.npubs.net> | 2010-08-03 12:24:49 +0000 |
commit | 5030d63cadb04f20131b052a457c98d97705a24a (patch) | |
tree | 7d91449393411e8f8d89e7fea7c31a6adb3cafb5 | |
parent | f96d190facbbd33b09163b77ba4e681ca48a5d17 (diff) |
Release version 0.9
-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]) |