From: Kern Sibbald Date: Mon, 26 Apr 2004 06:45:01 +0000 (+0000) Subject: Final changes X-Git-Tag: Release-1.34.3~93 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=335f99a7f7e5130f914a090378aa08ef106f569e;p=bacula%2Fbacula Final changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1306 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index 6ebe117daa..34db384b91 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -43,6 +43,8 @@ For 1.33 Testing/Documentation: For version 1.35: +- When unmarking a directory check if all files below are unmarked and + then remove the + flag -- in the restore tree. - Possibly implement: Action = Unmount Device="TapeDrive1" in Admin jobs. - Setup lrrd graphs: (http://www.linpro.no/projects/lrrd/) Mike Acar. - Revisit the question of multiple Volumes (disk) on a single device. diff --git a/bacula/src/win32/winbacula.nsi.in b/bacula/src/win32/winbacula.nsi.in index 98358b6078..34086b3136 100755 --- a/bacula/src/win32/winbacula.nsi.in +++ b/bacula/src/win32/winbacula.nsi.in @@ -193,7 +193,7 @@ SectionEnd LangString DESC_SecService ${LANG_ENGLISH} "Install Bacula client on this system." LangString DESC_SecConsole ${LANG_ENGLISH} "Install Console program on this system." LangString DESC_SecWxConsole ${LANG_ENGLISH} "Install graphical console program on this system." - LangString DESC_SecDoc ${LANG_ENGLISH} "Install Documenation on this system." + LangString DESC_SecDoc ${LANG_ENGLISH} "Install Documentation on this system." !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${SecService} $(DESC_SecService)