From: Joe Z. <jz...@us...> - 2005-05-28 22:03:00
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1196 Modified Files: ChangeLog Makefile.am Makefile.in bobs.spec configure configure.in Removed Files: mkinstalldirs Log Message: Get ready for release 0.6.3. Index: ChangeLog =================================================================== RCS file: /cvsroot/bobs/bobs/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ChangeLog 28 May 2005 04:20:02 -0000 1.18 +++ ChangeLog 28 May 2005 22:02:45 -0000 1.19 @@ -5,15 +5,18 @@ Version 0.6.3 Joe Zacky ( jz...@us... ) + 05-28-2005 + -- Replaced 'mkinstalldirs' with 'install-sh -d' in Makefile.am. + 'mkinstalldirs' is obsolete. 05-26-2005 - --Fix error in backup_create_databases.php when a recursive link is backed up. - It should now treat links to directories as files on the restore menu. - That's a link like this: 'ln -s . linkname'. - I have recursive links on a qmail server for bincimap like this: 'link -s . INBOX' + -- Fix error in backup_create_databases.php when a recursive link is backed up. + It should now treat links to directories as files on the restore menu. + That's a link like this: 'ln -s . linkname'. + I have recursive links on a qmail server for bincimap like this: 'link -s . INBOX' 01-23-2005 - --Add completion status messages to bobs.log and optional email. + -- Add completion status messages to bobs.log and optional email. 08-08-2004 - --Fixed several PHP Notices: + -- Fixed several PHP Notices: Undefined variable: result in /var/www/html/bobs/inc/class_backup.php on line 266 Undefined variable: i in backup_create_databases.php on line 39 Undefined variable: f in backup_create_databases.php on line 41 Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Makefile.am 23 May 2004 21:25:37 -0000 1.19 +++ Makefile.am 28 May 2005 22:02:45 -0000 1.20 @@ -79,7 +79,7 @@ # Create bobs data directories - $(srcdir)/mkinstalldirs $(myBOBSDATA)/current/process/cmd \ + $(srcdir)/install-sh -d $(myBOBSDATA)/current/process/cmd \ $(myBOBSDATA)/current/process/mounts \ $(myBOBSDATA)/current/process/session @@ -164,7 +164,7 @@ # make the rpm directories RPMDIR = $(PWD)/rpmdir - mkdir -p \ + $(srcdir)/install-sh -d \ $(RPMDIR)/BUILD \ $(RPMDIR)/SPECS \ $(RPMDIR)/SOURCES \ Index: Makefile.in =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Makefile.in 9 Aug 2004 02:19:45 -0000 1.19 +++ Makefile.in 28 May 2005 22:02:46 -0000 1.20 @@ -622,7 +622,7 @@ # Create bobs data directories - $(srcdir)/mkinstalldirs $(myBOBSDATA)/current/process/cmd \ + $(srcdir)/install-sh -d $(myBOBSDATA)/current/process/cmd \ $(myBOBSDATA)/current/process/mounts \ $(myBOBSDATA)/current/process/session @@ -701,7 +701,7 @@ fi rpm: dist - mkdir -p \ + $(srcdir)/install-sh -d \ $(RPMDIR)/BUILD \ $(RPMDIR)/SPECS \ $(RPMDIR)/SOURCES \ Index: bobs.spec =================================================================== RCS file: /cvsroot/bobs/bobs/bobs.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- bobs.spec 18 Apr 2004 23:25:37 -0000 1.8 +++ bobs.spec 28 May 2005 22:02:46 -0000 1.9 @@ -1,6 +1,6 @@ Summary: Browseable Online Backup System (BOBS). Name: bobs -Version: 0.6.2 +Version: 0.6.3 Release: 1 License: GPL Group: Applications/Archiving Index: configure =================================================================== RCS file: /cvsroot/bobs/bobs/configure,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- configure 9 Aug 2004 02:19:45 -0000 1.17 +++ configure 28 May 2005 22:02:46 -0000 1.18 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for bobs 0.6.2. +# Generated by GNU Autoconf 2.59 for bobs 0.6.3. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -267,8 +267,8 @@ # Identity of this package. PACKAGE_NAME='bobs' PACKAGE_TARNAME='bobs' -PACKAGE_VERSION='0.6.2' -PACKAGE_STRING='bobs 0.6.2' +PACKAGE_VERSION='0.6.3' +PACKAGE_STRING='bobs 0.6.3' PACKAGE_BUGREPORT='' ac_unique_file="admin.php" @@ -722,7 +722,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 bobs 0.6.2 to adapt to many kinds of systems. +\`configure' configures bobs 0.6.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -784,7 +784,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bobs 0.6.2:";; + short | recursive ) echo "Configuration of bobs 0.6.3:";; esac cat <<\_ACEOF @@ -891,7 +891,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -bobs configure 0.6.2 +bobs configure 0.6.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -905,7 +905,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bobs $as_me 0.6.2, which was +It was created by bobs $as_me 0.6.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1541,7 +1541,7 @@ # Define the identity of the package. PACKAGE='bobs' - VERSION='0.6.2' + VERSION='0.6.3' cat >>confdefs.h <<_ACEOF @@ -2263,7 +2263,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by bobs $as_me 0.6.2, which was +This file was extended by bobs $as_me 0.6.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2318,7 +2318,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -bobs config.status 0.6.2 +bobs config.status 0.6.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Index: configure.in =================================================================== RCS file: /cvsroot/bobs/bobs/configure.in,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- configure.in 9 Aug 2004 02:19:45 -0000 1.19 +++ configure.in 28 May 2005 22:02:46 -0000 1.20 @@ -15,13 +15,13 @@ dnl> a service. PACKAGE=bobs -VERSION=0.6.2 +VERSION=0.6.3 dnl> dnl> Verify we're in the right directory by looking for a unique file. dnl> -AC_INIT(bobs, 0.6.2) +AC_INIT(bobs, 0.6.3) AC_CONFIG_SRCDIR(admin.php) AM_INIT_AUTOMAKE --- mkinstalldirs DELETED --- |