From owner-p4-projects@FreeBSD.ORG Sun Jul 8 11:28:29 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0C17C16A469; Sun, 8 Jul 2007 11:28:29 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4FB316A400 for ; Sun, 8 Jul 2007 11:28:25 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A9E7013C458 for ; Sun, 8 Jul 2007 11:28:25 +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.13.8/8.13.8) with ESMTP id l68BSOJj078567 for ; Sun, 8 Jul 2007 11:28:24 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68BSOsh078564 for perforce@freebsd.org; Sun, 8 Jul 2007 11:28:24 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 8 Jul 2007 11:28:24 GMT Message-Id: <200707081128.l68BSOsh078564@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 123109 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: Sun, 08 Jul 2007 11:28:29 -0000 http://perforce.freebsd.org/chv.cgi?CH=123109 Change 123109 by rwatson@rwatson_peppercorn on 2007/07/08 11:28:00 We're now working on OpenBSM 1.0alpah15 not alpha14; move some recent history into a new section and update configure.ac. Affected files ... .. //depot/projects/trustedbsd/openbsm/HISTORY#52 edit .. //depot/projects/trustedbsd/openbsm/VERSION#16 edit .. //depot/projects/trustedbsd/openbsm/configure.ac#35 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/HISTORY#52 (text+ko) ==== @@ -1,3 +1,9 @@ +OpenBSM 1.0 alpha 15 + +- Fix bug when processing in_addr_ex tokens. +- Restore the behavior of printing the string/text specified while + auditing arg32 tokens. + OpenBSM 1.0 alpha 14 - Fix endian issues when processing IPv6 addresses for extended subject @@ -5,9 +11,6 @@ - gcc41 warnings clean. - Teach audit_submit(3) about getaudit_addr(2). - Add support for zonename tokens. -- Fix bug when processing in_addr_ex tokens. -- Restore the behavior of printing the string/text specified while - auditing arg32 tokens. OpenBSM 1.0 alpha 13 @@ -287,4 +290,4 @@ to support reloading of kernel event table. - Allow comments in /etc/security configuration files. -$P4: //depot/projects/trustedbsd/openbsm/HISTORY#51 $ +$P4: //depot/projects/trustedbsd/openbsm/HISTORY#52 $ ==== //depot/projects/trustedbsd/openbsm/VERSION#16 (text+ko) ==== @@ -1,1 +1,1 @@ -OPENBSM_1_0_ALPHA_14 +OPENBSM_1_0_ALPHA_15 ==== //depot/projects/trustedbsd/openbsm/configure.ac#35 (text+ko) ==== @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([OpenBSM], [1.0alpha14], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) -AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#34 $]) +AC_INIT([OpenBSM], [1.0alpha15], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) +AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#35 $]) AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADER([config/config.h])