From: Eric Bollengier Date: Thu, 29 Mar 2007 16:17:43 +0000 (+0000) Subject: ebl update X-Git-Tag: Release-2.2.0~822 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=38b31a3148eb6cdcd44f468db1098fdd485565ba;p=bacula%2Fbacula ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4452 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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