]> git.sur5r.net Git - bacula/bacula/commitdiff
Misc tweaks
authorKern Sibbald <kern@sibbald.com>
Tue, 31 Mar 2009 09:46:54 +0000 (09:46 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 31 Mar 2009 09:46:54 +0000 (09:46 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8661 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/projects
bacula/release-3-status.txt
bacula/src/qt-console/run/estimate.cpp

index b7ada730796ad619ae1ed8f4955d8ec2b29fdfa7..1606fb963e62cb1582bf4783aab25001de06b651 100644 (file)
@@ -1,6 +1,14 @@
                     Kern's ToDo List
                     02 May 2008
 
+Rescue:
+Add to USB key:
+  gftp sshfs kile kate lsssci m4 mtx nfs-common nfs-server
+  patch squashfs-tools strace sg3-utils screen scsiadd
+  system-tools-backend telnet dpkg traceroute urar usbutils
+  whois apt-file autofs busybox chkrootkit clamav dmidecode
+  manpages-dev manpages-posix manpages-posix-dev
+
 
 Document:
 - package sg3-utils, program sg_map
index 744589e03fbf22fadfc6e80e39a93812484f048c..da299dfcd8bbd34ac60af34e5e0d3eae5c660038 100644 (file)
@@ -1179,7 +1179,6 @@ Notes:  Director resource tunneling: This configuration option to utilize a
         One could also possibly use stunnel, netcat, etc.
 
 
-
 ========= Add new items above this line =================
 
 
index b938121caa6fbd3c1d5b8035bb79520d141c9d37..67fcf84754063a1843da381040670c561174ef4c 100644 (file)
@@ -4,17 +4,11 @@ Target:
   Release before 15 April
 
 New features needing documentation:
-- Eliminated license problems with OpenSSL.
 - The exchange plugin truncates the exchange logs as soon as it has
   sent the data to the sd.  If the sd is spooling and something
   goes wrong and the data doesn't make it to the backup medium then
   the logs are lost, which could be a problem under some
   restore scenarios.
-- New configure options --disable-libtool, --docdir, --htmldir, ...
-- Virtual Full and Pools
-
-Code to be completed before 3.0.0 is released:
-2. Finish documentation (some noted above)
 
 New features implemented:
 - Accurate Backup
index 32b8fcb12539349d0ca8b4e8945cdd9d2a3f29e5..413c4b5ac21598e2c93d2f689179b9695ddec018 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -55,7 +55,7 @@ estimatePage::estimatePage()
    levelCombo->addItems(m_console->level_list);
    clientCombo->addItems(m_console->client_list);
    job_name_change(0);
-   Pmsg1(000, "connecting estimate buttons : %i\n", m_conn);
+   Pmsg1(100, "connecting estimate buttons : %i\n", m_conn);
    connect(jobCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(job_name_change(int)));
    connect(okButton, SIGNAL(pressed()), this, SLOT(okButtonPushed()));
    connect(cancelButton, SIGNAL(pressed()), this, SLOT(cancelButtonPushed()));