[Fedora-directory-commits] adminutil adminutil.spec, 1.6, 1.7 configure, 1.8, 1.9 configure.ac, 1.5, 1.6 aclocal.m4, 1.8, 1.9 missing, 1.7, 1.8 install-sh, 1.7, 1.8 Makefile.in, 1.8, 1.9 depcomp, 1.7, 1.8 config.sub, 1.7, 1.8 config.guess, 1.7, 1.8 compile, 1.7, 1.8

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Jun 22 22:51:03 UTC 2007


Author: rmeggins

Update of /cvs/dirsec/adminutil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29556/adminutil

Modified Files:
	adminutil.spec configure configure.ac aclocal.m4 missing 
	install-sh Makefile.in depcomp config.sub config.guess compile 
Log Message:
bump version to 1.1.2


Index: adminutil.spec
===================================================================
RCS file: /cvs/dirsec/adminutil/adminutil.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- adminutil.spec	25 May 2007 22:55:54 -0000	1.6
+++ adminutil.spec	22 Jun 2007 22:51:00 -0000	1.7
@@ -6,8 +6,8 @@
 
 Summary:          Utility library for directory server administration
 Name:             adminutil
-Version:          1.1.1
-Release:          3%{?dist}
+Version:          1.1.2
+Release:          1%{?dist}
 License:          LGPL
 URL:              http://directory.fedoraproject.org/wiki/AdminUtil
 Group:            Development/Libraries
@@ -84,6 +84,11 @@
 %{_includedir}/libadmsslutil
 
 %changelog
+* Fri Jun 22 2007 Rich Megginson <rmeggins at redhat.com> - 1.1.2-1
+- Updated version to 1.1.2
+- This version fixes some memory leaks and invalid memory use
+- issues
+
 * Wed May 23 2007 Rich Megginson <rmeggins at redhat.com> - 1.1.1-3
 - more fedora review stuff - use macros consistently
 - make sure install preserves timestamps


Index: configure
===================================================================
RCS file: /cvs/dirsec/adminutil/configure,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- configure	22 Jun 2007 21:06:44 -0000	1.8
+++ configure	22 Jun 2007 22:51:00 -0000	1.9
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for adminutil 1.1.1.
+# Generated by GNU Autoconf 2.59 for adminutil 1.1.2.
 #
 # Report bugs to <http://bugzilla.redhat.com/>.
 #
@@ -423,8 +423,8 @@
 # Identity of this package.
 PACKAGE_NAME='adminutil'
 PACKAGE_TARNAME='adminutil'
-PACKAGE_VERSION='1.1.1'
-PACKAGE_STRING='adminutil 1.1.1'
+PACKAGE_VERSION='1.1.2'
+PACKAGE_STRING='adminutil 1.1.2'
 PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
 
 # Factoring default headers for most tests.
@@ -954,7 +954,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures adminutil 1.1.1 to adapt to many kinds of systems.
+\`configure' configures adminutil 1.1.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1020,7 +1020,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of adminutil 1.1.1:";;
+     short | recursive ) echo "Configuration of adminutil 1.1.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1180,7 +1180,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-adminutil configure 1.1.1
+adminutil configure 1.1.2
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1194,7 +1194,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by adminutil $as_me 1.1.1, which was
+It was created by adminutil $as_me 1.1.2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1837,7 +1837,7 @@
 
 # Define the identity of the package.
  PACKAGE='adminutil'
- VERSION='1.1.1'
+ VERSION='1.1.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -24367,7 +24367,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by adminutil $as_me 1.1.1, which was
+This file was extended by adminutil $as_me 1.1.2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -24425,7 +24425,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-adminutil config.status 1.1.1
+adminutil config.status 1.1.2
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 


Index: configure.ac
===================================================================
RCS file: /cvs/dirsec/adminutil/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- configure.ac	21 Jun 2007 21:28:00 -0000	1.5
+++ configure.ac	22 Jun 2007 22:51:01 -0000	1.6
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT([adminutil], [1.1.1], [http://bugzilla.redhat.com/])
+AC_INIT([adminutil], [1.1.2], [http://bugzilla.redhat.com/])
 AM_INIT_AUTOMAKE([1.9 foreign subdir-objects])
 AM_MAINTAINER_MODE
 AC_CANONICAL_HOST




















More information about the Fedora-directory-commits mailing list