From: Kern Sibbald Date: Tue, 3 Nov 2009 15:57:15 +0000 (+0100) Subject: Updates X-Git-Tag: Release-5.0.0~53 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fdocs;a=commitdiff_plain;h=6d8050a299a052df03ad298933733da0b7efe3fd Updates --- diff --git a/docs/manuals/en/concepts/Makefile.in b/docs/manuals/en/concepts/Makefile.in index 702a78bd..c5ed634c 100644 --- a/docs/manuals/en/concepts/Makefile.in +++ b/docs/manuals/en/concepts/Makefile.in @@ -70,7 +70,7 @@ pdf: dvipdf: @echo "Making dvi to pdf" @cp -fp ${IMAGES}/hires/*.eps . - dvipdf ${DOC}.dvi ${DOC}.pdf + dvipdfm ${DOC}.dvi html: @echo " " diff --git a/docs/manuals/en/install/installation.tex b/docs/manuals/en/install/installation.tex index 66c8a5ce..83b62a96 100644 --- a/docs/manuals/en/install/installation.tex +++ b/docs/manuals/en/install/installation.tex @@ -27,23 +27,23 @@ them. the Bacula SVN. The released files are: \begin{description} -\item [bacula-2.2.8.tar.gz] +\item [bacula-3.0.3.tar.gz] This is the primary source code release for Bacula. On each - release the version number (2.2.8) will be updated. + release the version number (3.0.3) will be updated. -\item [bacula-docs-2.2.8.tar.gz] +\item [bacula-docs-3.0.3.tar.gz] This file contains a copy of the docs directory with the documents prebuild. English HTML directory, single HTML file, and pdf file. The French and German translations are in progress, but are not built. -\item [bacula-gui-2.2.8.tar.gz] +\item [bacula-gui-3.0.3.tar.gz] This file contains the non-core GUI programs. Currently, it contains bacula-web, a PHP program for producing management viewing of your Bacula job status in a browser; and bimagemgr a browser program for burning CDROM images with Bacula Volumes. -\item [bacula-rescue-2.0.0.tar.gz] +\item [bacula-rescue-3.0.3.tar.gz] This is the Bacula Rescue CDROM code. Note, the version number of this package is not tied to the Bacula release version, so it will be different. Using this code, you can burn a CDROM @@ -59,10 +59,10 @@ them. This package evolves slower than the Bacula source code, so there may not always be a new release of the rescue package when making minor updates to the Bacula code. For example, when releasing - Bacula version 2.2.8, the rescue package may still be at version - 2.0.0 if there were no updates. + Bacula version 3.0.3, the rescue package may still be at a prior + version if there were no updates. -\item [winbacula-2.2.8.exe] +\item [winbacula-3.0.3.exe] This file is the 32 bit Windows installer for installing the Windows client (File daemon) on a Windows machine. This client will also run on 64 bit Windows machines. @@ -70,6 +70,16 @@ them. also optionally load the Win32 Director and the Win32 Storage daemon. +\item [win64bacula-3.0.3.exe] + This file is the 64 bit Windows installer for installing + the Windows client (File daemon) on a Windows machine. + This client will only run on 64 bit Windows OS machines. + It will not run on 32 bit machines or 32 bit Windows OSes. + The win64bacula release is necessary for Volume Shadow + Copy (VSS) to work on Win64 OSes. This installer + installs only the FD, the Director and Storage daemon + are not included. + \end{description} \label{upgrading1} @@ -262,7 +272,7 @@ for compatibility with Bacula. Typically, a dependency package will be named {\bf depkgs-ddMMMyy.tar.gz} where {\bf dd} is the day we release it, {\bf MMM} is the abbreviated month (e.g. Jan), and {\bf yy} is the year. An actual -example is: {\bf depkgs-07Apr02.tar.gz}. To install and build this package (if +example is: {\bf depkgs-24Jul09.tar.gz}. To install and build this package (if needed), you do the following: \begin{enumerate} diff --git a/docs/manuals/en/misc/Makefile.in b/docs/manuals/en/misc/Makefile.in index ae4ac916..09d1845c 100644 --- a/docs/manuals/en/misc/Makefile.in +++ b/docs/manuals/en/misc/Makefile.in @@ -73,13 +73,10 @@ html: @echo "Making html" @cp -fp ${IMAGES}/*.eps . @rm -f next.eps next.png prev.eps prev.png up.eps up.png - @(if [ -f imagename_translations ] ; then \ - ./translate_images.pl --from_meaningful_names ${DOC}.html; \ - fi) latex2html -white -no_subdir -split 0 -toc_stars -white \ -init_file latex2html-init.pl ${DOC} >tex.out 2>&1 @(if [ -f imagename_translations ] ; then \ - ./translate_images.pl --from_meaningful_names ${DOC}.html; \ + ./translate_images.pl --from_meaningful_names ${DOC}/${MAINDOC}; \ fi) (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done) @echo "Done making html" @@ -97,7 +94,7 @@ web: latex2html -split 3 -local_icons -t "Bacula Miscellaneous Guide" -long_titles 4 \ -toc_stars -contents_in_nav -init_file latex2html-init.pl -white ${DOC} >tex.out 2>&1 @(if [ -f imagename_translations ] ; then \ - ./translate_images.pl --from_meaningful_names ${DOC}.html; \ + ./translate_images.pl --from_meaningful_names ${DOC}/${MAINDOC}; \ fi) (cd ${DOC}; for i in *.png ; do cp -fp ../${IMAGES}/$${i} . 2>/dev/null; done) @cp -f ${DOC}/${MAINDOC} ${DOC}/index.html