Date: Sat, 24 Nov 2007 21:28:27 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 129468 for review Message-ID: <200711242128.lAOLSROX080984@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129468 Change 129468 by rwatson@rwatson_cinnamon on 2007/11/24 21:27:43 Bump some version numbers as we begin work on OpenBSM 1.1. Affected files ... .. //depot/projects/trustedbsd/openbsm/HISTORY#58 edit .. //depot/projects/trustedbsd/openbsm/VERSION#18 edit .. //depot/projects/trustedbsd/openbsm/configure.ac#37 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/HISTORY#58 (text+ko) ==== @@ -1,3 +1,5 @@ +OpenBSM 1.0 alpha 1 + OpenBSM 1.0 - Fix bug in auditreduce(8) which resulted in a memory fault/crash when @@ -302,4 +304,4 @@ to support reloading of kernel event table. - Allow comments in /etc/security configuration files. -$P4: //depot/projects/trustedbsd/openbsm/HISTORY#57 $ +$P4: //depot/projects/trustedbsd/openbsm/HISTORY#58 $ ==== //depot/projects/trustedbsd/openbsm/VERSION#18 (text+ko) ==== @@ -1,1 +1,1 @@ -OPENBSM_1_0 +OPENBSM_1_1_ALPHA_1 ==== //depot/projects/trustedbsd/openbsm/configure.ac#37 (text+ko) ==== @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([OpenBSM], [1.0], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) -AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#36 $]) +AC_INIT([OpenBSM], [1.1alpha1], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) +AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#37 $]) AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADER([config/config.h])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711242128.lAOLSROX080984>