From 38b31a3148eb6cdcd44f468db1098fdd485565ba Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 29 Mar 2007 16:17:43 +0000 Subject: [PATCH] ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4452 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/ReleaseNotes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gui/brestore/ReleaseNotes b/gui/brestore/ReleaseNotes index 37a84b786d..41b1cd0cf5 100644 --- a/gui/brestore/ReleaseNotes +++ b/gui/brestore/ReleaseNotes @@ -1,5 +1,14 @@ Release Notes for brestore 2.0.3 +Version 2.0.3-4: + - fix a important bug about directory displayed 2 times + => YOU MUST RESET YOUR brestore_xxx tables + +DROP TABLES brestore_missing_path; +DROP TABLES brestore_pathvisibility; +DROP TABLES brestore_pathhierarchy; +DROP TABLES brestore_knownjobid; + Version 2.0.3-2: - fix mysql stuff -- 2.39.5