]> git.sur5r.net Git - bacula/docs/commitdiff
Make changes to bacula.org for 5.2.6
authorKern Sibbald <kern@sibbald.com>
Wed, 22 Feb 2012 14:14:09 +0000 (15:14 +0100)
committerKern Sibbald <kern@sibbald.com>
Wed, 22 Feb 2012 14:14:09 +0000 (15:14 +0100)
docs/home-page/de/inc/header.php
docs/home-page/de/news.txt
docs/home-page/en/inc/header.php
docs/home-page/en/news.txt
docs/home-page/en/pages/home.php
docs/home-page/es/inc/header.php
docs/home-page/es/news.txt
docs/home-page/es/pages/home.php
docs/home-page/fr/inc/header.php
docs/home-page/fr/news.txt
docs/home-page/fr/pages/home.php

index 2610fbb1dc71e432b11027f0e9fdd5bf50f4a2d0..db516516f6808f842b0374d9f7c4d5fe97b89268 100644 (file)
         <div class="menuHead"> Downloads </div>
         <div class="menuItem">
            <ul class="menuitem">
-           <li class="menuItem"> <a href="http://sourceforge.net/projects/bacula/files/bacula/5.2.5/"> aktuelle Version </a> </li>
+           <li class="menuItem"> <a href="http://sourceforge.net/projects/bacula/files/bacula/5.2.6/"> aktuelle Version </a> </li>
 <!--       <li class="menuItem"> <a href="http://sourceforge.net/project/showfiles.php?group_id=50727&package_id=93946"> Patches </a> </li> -->
            <li class="menuItem"> <a href="http://sourceforge.net/project/showfiles.php?group_id=50727#files"> alle Versionen </a> </li>
            <li class="menuItem"> <a href="http://www.bacula.org/git/"> git Repository</a> </li>
index 9523da51fbcf64de1e28bbfeea57199455a1674a..6e82c8d12f48535773107892002733ab0b53412b 100644 (file)
@@ -1,3 +1,68 @@
+Kern;;;22 February 2012 at 15:03 CET
+We have released Bacula Version 5.2.6 to Source Forge
+
+               Release Notes for Bacula 5.2.6
+
+  Bacula code: Total files = 1,110 Total lines = 231,439 (Using SLOCCount)
+
+General:
+--------
+The 5.2.6 version is a bug fix release.
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+If you are upgrading directly from 5.0.3 to this version, please see the
+important notices below for version 5.2.3, particularly
+the database upgrade and the difference in packaging the
+SQL shared libraries.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+If you store .bsr or .mail files in the Bacula working
+directory, please be aware that they will all be deleted
+each time the Director starts.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+Compatibility:
+--------------
+ As always, both the Director and Storage daemon must be upgraded at
+ the same time.
+
+ Older 5.0.x and 3.0.x File Daemons are compatible with the 5.2.3
+ Director and Storage daemons. There should be no need to upgrade older File
+ Daemons.
+
+New Feature:
+ - The restore tree cd command accepts wild cards within each
+   part of a path. Wild cards apply only to a single part at a
+   time: i.e. cd a*/b*/xx* will match abc/bcd/xxfxx
+   but */xx* will not match the above filename.
+
+Changes since 5.2.5:
+
+17Feb12
+ - Fix old exchange-fd plugin Accurate checkFile code.
+ - Insert the slot field as a numeric field.
+ - Fix #1831 by dropping the table before creating it
+ - Make cd accept wildcards
+ - Remove bad optimization from Accurate code
+ - Lock read acquire in SD to prevent to read jobs getting the same thing
+ - Implement more robust check in other drives for tape slot wanted
+ - Fix lost dcr point -- memory loss in Copy/Migration + possible confusion
+ - Ensure that bvfs SQL link is not shared
+ - Fix error printing in acl and xattr code.
+ - Backport better error debug output for sd plugins.
+ - Add wait on bad connection for security
+ - Make mtx-changer more fault tolerant
+ - Fix 32/64 bit problems in SD sscanf commands
+ - Skip certain filesystem types on some platforms.
+ - Allow BVFS to browse and restore Base jobs
+ - Add error message to .bvfs_clear_cache command
+ - Fix plugin bug with multiple simultaneous jobs
+
+Bugs fixed/closed since last release:
+1831
+
+;;;;
 Kern;;;26 January 2012 at 07:55 CET
 We have released Bacula Version 5.2.5 to Source Forge
                Release Notes for Bacula 5.2.5
index 6b36dff2090bc272b9713ff27f6d16b617f7f9c4..3a8b7f2a107b5aff20d8e0e6b29ee03901e95a7a 100644 (file)
         <div class="menuHead"> Downloads </div>
         <div class="menuItem">
            <ul class="menuitem">
-           <li class="menuItem"> <a href="http://sourceforge.net/projects/bacula/files/bacula/5.2.5/"> Current Files </a> </li>
+           <li class="menuItem"> <a href="http://sourceforge.net/projects/bacula/files/bacula/5.2.6/"> Current Files </a> </li>
 <!--       <li class="menuItem"> <a href="http://sourceforge.net/project/showfiles.php?group_id=50727&package_id=93946"> Patches</a> </li> -->
            <li class="menuItem"> <a href="http://sourceforge.net/project/showfiles.php?group_id=50727#files"> All Files </a> </li>
            <li class="menuItem"> <a href="http://www.bacula.org/git/"> git Repository </a> </li>
index 9523da51fbcf64de1e28bbfeea57199455a1674a..6e82c8d12f48535773107892002733ab0b53412b 100644 (file)
@@ -1,3 +1,68 @@
+Kern;;;22 February 2012 at 15:03 CET
+We have released Bacula Version 5.2.6 to Source Forge
+
+               Release Notes for Bacula 5.2.6
+
+  Bacula code: Total files = 1,110 Total lines = 231,439 (Using SLOCCount)
+
+General:
+--------
+The 5.2.6 version is a bug fix release.
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+If you are upgrading directly from 5.0.3 to this version, please see the
+important notices below for version 5.2.3, particularly
+the database upgrade and the difference in packaging the
+SQL shared libraries.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+If you store .bsr or .mail files in the Bacula working
+directory, please be aware that they will all be deleted
+each time the Director starts.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+Compatibility:
+--------------
+ As always, both the Director and Storage daemon must be upgraded at
+ the same time.
+
+ Older 5.0.x and 3.0.x File Daemons are compatible with the 5.2.3
+ Director and Storage daemons. There should be no need to upgrade older File
+ Daemons.
+
+New Feature:
+ - The restore tree cd command accepts wild cards within each
+   part of a path. Wild cards apply only to a single part at a
+   time: i.e. cd a*/b*/xx* will match abc/bcd/xxfxx
+   but */xx* will not match the above filename.
+
+Changes since 5.2.5:
+
+17Feb12
+ - Fix old exchange-fd plugin Accurate checkFile code.
+ - Insert the slot field as a numeric field.
+ - Fix #1831 by dropping the table before creating it
+ - Make cd accept wildcards
+ - Remove bad optimization from Accurate code
+ - Lock read acquire in SD to prevent to read jobs getting the same thing
+ - Implement more robust check in other drives for tape slot wanted
+ - Fix lost dcr point -- memory loss in Copy/Migration + possible confusion
+ - Ensure that bvfs SQL link is not shared
+ - Fix error printing in acl and xattr code.
+ - Backport better error debug output for sd plugins.
+ - Add wait on bad connection for security
+ - Make mtx-changer more fault tolerant
+ - Fix 32/64 bit problems in SD sscanf commands
+ - Skip certain filesystem types on some platforms.
+ - Allow BVFS to browse and restore Base jobs
+ - Add error message to .bvfs_clear_cache command
+ - Fix plugin bug with multiple simultaneous jobs
+
+Bugs fixed/closed since last release:
+1831
+
+;;;;
 Kern;;;26 January 2012 at 07:55 CET
 We have released Bacula Version 5.2.5 to Source Forge
                Release Notes for Bacula 5.2.5
index ecbe05ce612c3f50ecc7a3b2f7b1b53ae6ac55b1..8d235e6782903f0927f75bd3a1f00ee4fa4c74e4 100644 (file)
@@ -61,7 +61,7 @@
     </tr>
     <tr height="68">
      <td height="68">
-      <p>26 January 2012: <strong>Bacula 5.2.5</strong> has been released.</p>
+      <p>22 February 2012: <strong>Bacula 5.2.6</strong> has been released.</p>
       <p></p>
       <p>See: <a href="http://www.bacula.org/en/?page=news">News</a></p>
      </td>
index e3c9f4c088208963778a2d04b4fd962bb0eb15fd..7dab841c19e78eb6a5eb351cc80295be77eaa9a4 100644 (file)
         <div class="menuHead"> Descargas </div>
         <div class="menuItem">
            <ul class="menuitem">
-           <li class="menuItem"> <a href="http://sourceforge.net/projects/bacula/files/bacula/5.2.5/"> Archivos actuales </a> </li>
+           <li class="menuItem"> <a href="http://sourceforge.net/projects/bacula/files/bacula/5.2.6/"> Archivos actuales </a> </li>
 <!--       <li class="menuItem"> <a href="http://sourceforge.net/project/showfiles.php?group_id=50727&package_id=93946"> Patches</a> </li> -->
            <li class="menuItem"> <a href="http://sourceforge.net/project/showfiles.php?group_id=50727#files"> Todos los archivos </a> </li>
            <li class="menuItem"> <a href="http://www.bacula.org/git/"> Repositorio de Git </a> </li>
index 9523da51fbcf64de1e28bbfeea57199455a1674a..6e82c8d12f48535773107892002733ab0b53412b 100644 (file)
@@ -1,3 +1,68 @@
+Kern;;;22 February 2012 at 15:03 CET
+We have released Bacula Version 5.2.6 to Source Forge
+
+               Release Notes for Bacula 5.2.6
+
+  Bacula code: Total files = 1,110 Total lines = 231,439 (Using SLOCCount)
+
+General:
+--------
+The 5.2.6 version is a bug fix release.
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+If you are upgrading directly from 5.0.3 to this version, please see the
+important notices below for version 5.2.3, particularly
+the database upgrade and the difference in packaging the
+SQL shared libraries.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+If you store .bsr or .mail files in the Bacula working
+directory, please be aware that they will all be deleted
+each time the Director starts.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+Compatibility:
+--------------
+ As always, both the Director and Storage daemon must be upgraded at
+ the same time.
+
+ Older 5.0.x and 3.0.x File Daemons are compatible with the 5.2.3
+ Director and Storage daemons. There should be no need to upgrade older File
+ Daemons.
+
+New Feature:
+ - The restore tree cd command accepts wild cards within each
+   part of a path. Wild cards apply only to a single part at a
+   time: i.e. cd a*/b*/xx* will match abc/bcd/xxfxx
+   but */xx* will not match the above filename.
+
+Changes since 5.2.5:
+
+17Feb12
+ - Fix old exchange-fd plugin Accurate checkFile code.
+ - Insert the slot field as a numeric field.
+ - Fix #1831 by dropping the table before creating it
+ - Make cd accept wildcards
+ - Remove bad optimization from Accurate code
+ - Lock read acquire in SD to prevent to read jobs getting the same thing
+ - Implement more robust check in other drives for tape slot wanted
+ - Fix lost dcr point -- memory loss in Copy/Migration + possible confusion
+ - Ensure that bvfs SQL link is not shared
+ - Fix error printing in acl and xattr code.
+ - Backport better error debug output for sd plugins.
+ - Add wait on bad connection for security
+ - Make mtx-changer more fault tolerant
+ - Fix 32/64 bit problems in SD sscanf commands
+ - Skip certain filesystem types on some platforms.
+ - Allow BVFS to browse and restore Base jobs
+ - Add error message to .bvfs_clear_cache command
+ - Fix plugin bug with multiple simultaneous jobs
+
+Bugs fixed/closed since last release:
+1831
+
+;;;;
 Kern;;;26 January 2012 at 07:55 CET
 We have released Bacula Version 5.2.5 to Source Forge
                Release Notes for Bacula 5.2.5
index 9088a8d3689bdafdf252956f301014e390a064f6..306a37e2012a50d6b697fd6b0ac7461410c8984f 100644 (file)
@@ -49,7 +49,7 @@
     </tr>
     <tr height="68">
      <td height="68">
-      <p>26 Enero 2012: <strong>Bacula 5.2.5</strong> lanzado.</p>
+      <p>22 febrero 2012: <strong>Bacula 5.2.6</strong> lanzado.</p>
       <p></p>
       <p>Ver: <a href="http://www.bacula.org/en/?page=news">Noticias</a></p>
      </td>
index 26c8c3510f745ae83e49d04fd74ddd5613f2f8fa..aa84b17982eb07c8068d3b15b86c66ac6640e05c 100644 (file)
       <div class="menuHead"> T&eacute;l&eacute;chargements </div>
       <div class="menuItem">
         <ul class="menuitem">
-          <li class="menuItem"> <a href="http://sourceforge.net/projects/bacula/files/bacula/5.2.5/"> Derni&egrave;re version </a> </li>
+          <li class="menuItem"> <a href="http://sourceforge.net/projects/bacula/files/bacula/5.2.6/"> Derni&egrave;re version </a> </li>
           <li class="menuItem"> <a
             href="http://sourceforge.net/project/showfiles.php?group_id=50727#files">
             Toutes les versions </a> </li>
index 9523da51fbcf64de1e28bbfeea57199455a1674a..6e82c8d12f48535773107892002733ab0b53412b 100644 (file)
@@ -1,3 +1,68 @@
+Kern;;;22 February 2012 at 15:03 CET
+We have released Bacula Version 5.2.6 to Source Forge
+
+               Release Notes for Bacula 5.2.6
+
+  Bacula code: Total files = 1,110 Total lines = 231,439 (Using SLOCCount)
+
+General:
+--------
+The 5.2.6 version is a bug fix release.
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+If you are upgrading directly from 5.0.3 to this version, please see the
+important notices below for version 5.2.3, particularly
+the database upgrade and the difference in packaging the
+SQL shared libraries.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+If you store .bsr or .mail files in the Bacula working
+directory, please be aware that they will all be deleted
+each time the Director starts.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+Compatibility:
+--------------
+ As always, both the Director and Storage daemon must be upgraded at
+ the same time.
+
+ Older 5.0.x and 3.0.x File Daemons are compatible with the 5.2.3
+ Director and Storage daemons. There should be no need to upgrade older File
+ Daemons.
+
+New Feature:
+ - The restore tree cd command accepts wild cards within each
+   part of a path. Wild cards apply only to a single part at a
+   time: i.e. cd a*/b*/xx* will match abc/bcd/xxfxx
+   but */xx* will not match the above filename.
+
+Changes since 5.2.5:
+
+17Feb12
+ - Fix old exchange-fd plugin Accurate checkFile code.
+ - Insert the slot field as a numeric field.
+ - Fix #1831 by dropping the table before creating it
+ - Make cd accept wildcards
+ - Remove bad optimization from Accurate code
+ - Lock read acquire in SD to prevent to read jobs getting the same thing
+ - Implement more robust check in other drives for tape slot wanted
+ - Fix lost dcr point -- memory loss in Copy/Migration + possible confusion
+ - Ensure that bvfs SQL link is not shared
+ - Fix error printing in acl and xattr code.
+ - Backport better error debug output for sd plugins.
+ - Add wait on bad connection for security
+ - Make mtx-changer more fault tolerant
+ - Fix 32/64 bit problems in SD sscanf commands
+ - Skip certain filesystem types on some platforms.
+ - Allow BVFS to browse and restore Base jobs
+ - Add error message to .bvfs_clear_cache command
+ - Fix plugin bug with multiple simultaneous jobs
+
+Bugs fixed/closed since last release:
+1831
+
+;;;;
 Kern;;;26 January 2012 at 07:55 CET
 We have released Bacula Version 5.2.5 to Source Forge
                Release Notes for Bacula 5.2.5
index c18dc9f9b4f58c5c6e08c75b402b7e76e8544fce..5e40015c7de5b67192bb7bc5b218344cf3a2ba83 100644 (file)
@@ -68,7 +68,7 @@
     </tr>
     <tr height="68">
      <td height="68">
-      <p>268 janvier 2012: <strong>Bacula 5.2.5</strong> a &eacute;t&eacute; relach&eacute;.</p> 
+      <p>22 f&eacute;vrier 2012: <strong>Bacula 5.2.6</strong> a &eacute;t&eacute; relach&eacute;.</p> 
       <p></p>
       <p>Voir: <a href="http://www.bacula.org/en/?page=news">News</a></p>
      </td>