From 004f4d40def028c6c101f252780cdadd06bb3ba2 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 8 Sep 2008 19:21:08 +0000 Subject: [PATCH] kes Fix SQL case problem that may cause the failure of DiskToCatalog in bug #1149. kes Copy missing storage name into edit buffer. As far as I can tell this never caused a bug. --- docs/developers/version.tex | 2 +- docs/manual-de/update_version | 4 ++-- docs/manual-de/version.tex | 2 +- docs/manual-fr/update_version | 4 ++-- docs/manual/version.tex | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/developers/version.tex b/docs/developers/version.tex index e355a1ec..1f6fb174 100644 --- a/docs/developers/version.tex +++ b/docs/developers/version.tex @@ -1 +1 @@ -2.2.8 (26 January 2008) +2.4.2 (26 July 2008) diff --git a/docs/manual-de/update_version b/docs/manual-de/update_version index 687c0988..e03957d5 100755 --- a/docs/manual-de/update_version +++ b/docs/manual-de/update_version @@ -3,8 +3,8 @@ # Script file to update the Bacula version # out=/tmp/$$ -VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/Branch-2.2/bacula/src/version.h` -DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/Branch-2.2/bacula/src/version.h` +VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/Branch-2.4/bacula/src/version.h` +DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/Branch-2.4/bacula/src/version.h` . ./do_echo sed -f ${out} version.tex.in >version.tex rm -f ${out} diff --git a/docs/manual-de/version.tex b/docs/manual-de/version.tex index e355a1ec..1f6fb174 100644 --- a/docs/manual-de/version.tex +++ b/docs/manual-de/version.tex @@ -1 +1 @@ -2.2.8 (26 January 2008) +2.4.2 (26 July 2008) diff --git a/docs/manual-fr/update_version b/docs/manual-fr/update_version index 687c0988..e03957d5 100755 --- a/docs/manual-fr/update_version +++ b/docs/manual-fr/update_version @@ -3,8 +3,8 @@ # Script file to update the Bacula version # out=/tmp/$$ -VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/Branch-2.2/bacula/src/version.h` -DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/Branch-2.2/bacula/src/version.h` +VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/Branch-2.4/bacula/src/version.h` +DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/Branch-2.4/bacula/src/version.h` . ./do_echo sed -f ${out} version.tex.in >version.tex rm -f ${out} diff --git a/docs/manual/version.tex b/docs/manual/version.tex index e355a1ec..1f6fb174 100644 --- a/docs/manual/version.tex +++ b/docs/manual/version.tex @@ -1 +1 @@ -2.2.8 (26 January 2008) +2.4.2 (26 July 2008) -- 2.39.5