PERFORCE change 123109 for review

Robert Watson rwatson at FreeBSD.org
Sun Jul 8 11:28:29 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123109

Change 123109 by rwatson at 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 at TrustesdBSD.org],[openbsm])
-AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#34 $])
+AC_INIT([OpenBSM], [1.0alpha15], [trustedbsd-audit at 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])


More information about the p4-projects mailing list