From 267efbed236128b1ce389b1d8df931379e724cd3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 10 Apr 2008 06:18:06 +0000 Subject: [PATCH] Tweak + version update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6783 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/lib/mem_pool.h | 2 +- bacula/src/stored/reserve.c | 2 -- bacula/src/version.h | 6 +++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bacula/src/lib/mem_pool.h b/bacula/src/lib/mem_pool.h index cd8dcad6d0..e407522a63 100644 --- a/bacula/src/lib/mem_pool.h +++ b/bacula/src/lib/mem_pool.h @@ -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. diff --git a/bacula/src/stored/reserve.c b/bacula/src/stored/reserve.c index 2880fb500f..2497541489 100644 --- a/bacula/src/stored/reserve.c +++ b/bacula/src/stored/reserve.c @@ -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"); } } diff --git a/bacula/src/version.h b/bacula/src/version.h index 95579a4335..4029714c26 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -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 */ -- 2.39.5