]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak + version update
authorKern Sibbald <kern@sibbald.com>
Thu, 10 Apr 2008 06:18:06 +0000 (06:18 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 10 Apr 2008 06:18:06 +0000 (06:18 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6783 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/mem_pool.h
bacula/src/stored/reserve.c
bacula/src/version.h

index cd8dcad6d0dcca8a92ff722ddab8f9f60e681d27..e407522a63fd9da0760d2aaef85460064f669cf0 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2008 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.
index 2880fb500f4c6e930627ceedc6d145ddad6b3e4c..249754148914b440e0586713e7750a032312e7d0 100644 (file)
@@ -197,7 +197,6 @@ static void debug_list_volumes(const char *imsg)
    }
 #endif
 
-// Dmsg2(dbglvl, "List from %s: %d volumes\n", imsg, count);
    unlock_volumes();
 }
 
@@ -358,7 +357,6 @@ VOLRES *reserve_volume(DCR *dcr, const char *VolumeName)
          Dmsg2(dbglvl, "reserve_vol free vol=%s at %p\n", vol->vol_name, vol->vol_name);
          free_volume(dev);
          dcr->unload_device = true;     /* have to unload current volume */
-//       unload_autochanger(dcr, -1);   /* unload the volume */
          debug_list_volumes("reserve_vol free");
       }
    }
index 95579a4335d65fb798e27e7bfff9eac889bbed70..4029714c26e34da1912973ea20b8a10ca5e0c82a 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.3.16"
-#define BDATE   "09 April 2008"
-#define LSMDATE "09Apr08"
+#define VERSION "2.3.18"
+#define BDATE   "10 April 2008"
+#define LSMDATE "10Apr08"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2008"       /* year for copyright messages in progs */