PERFORCE change 129468 for review

Robert Watson rwatson at FreeBSD.org
Sat Nov 24 13:28:28 PST 2007


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

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


More information about the p4-projects mailing list