From owner-p4-projects@FreeBSD.ORG Sat Nov 24 21:28:28 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E2C3216A41B; Sat, 24 Nov 2007 21:28:27 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93EF016A417 for ; Sat, 24 Nov 2007 21:28:27 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BB1E13C43E for ; Sat, 24 Nov 2007 21:28:27 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAOLSRs3080987 for ; Sat, 24 Nov 2007 21:28:27 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAOLSROX080984 for perforce@freebsd.org; Sat, 24 Nov 2007 21:28:27 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 24 Nov 2007 21:28:27 GMT Message-Id: <200711242128.lAOLSROX080984@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 129468 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2007 21:28:28 -0000 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])