]> git.sur5r.net Git - bacula/bacula/commitdiff
update changelog
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Jul 2011 15:01:15 +0000 (17:01 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:04 +0000 (14:49 +0200)
bacula/ChangeLog

index 5f53f5fb6e49d236839233804d70b329bc2e350f..0fb8c2023cd9c822c002e678ce0359beafe17a3f 100644 (file)
@@ -1,21 +1,37 @@
               Changelog on version 5.2.0
 
 Bug fixes
-1389 1444 1448 1466 1467 1468 1476 1481 1486 1488 1493 1494 1497 1499 1501 1502 1504 1509 1511 1513 1516 1524 1526 1527 1532 1536 1538 1541 1542 1549 1551 1553 1554 1558 1559 1560 1564 1567 1568 1569 1571 1574 1577 1581 1582 1584 1587 1594 1595 1600 1601 1603 1604 1606 1608 1610 1612 1623 1624 1633 1643 1648 1655 1661 1666 1669 1672 1675 1684 1685 1695 1696 1699 1700 1703 1735
+1389 1444 1448 1466 1467 1468 1476 1481 1486 1488 1493 1494 1497 1499 1501 1502 1504 1509 1511 1513 1516 1524 1526 1527 1532 1536 1538 1541 1542 1549 1551 1553 1554 1558 1559 1560 1564 1567 1568 1569 1571 1574 1577 1581 1582 1584 1587 1594 1595 1600 1601 1603 1604 1606 1608 1610 1612 1623 1624 1633 1643 1648 1655 1661 1666 1669 1672 1675 1684 1685 1695 1696 1699 1700 1703 1735 
 
-17May11
-- Allow va_arg in Dmsg/Jmsg director plugin functions
+06Jul11
+- Add mutex priority check for changer mutex
+- Fix deadlock with autochanger
+- Fix #1602 about Uninstall /S that should not prompt for user interaction
 
-03Jun11
-- Fix debug code
+05Jul11
+- Change JobFiles display from %f to %F in RunScript because %f was already 
+  affected to Fileset name
 
-04Jun11
-- Add barcodes help to label command
+28Jun11
+- Update config.h.in for LZO flags
+- Fix brestore compilation from previous patch
 
-31May11
-- Fix the lockmgr test tool
+21Jun11
+- Solaris make doesn't like comments in make rules.
+- Fix OSX acl regression test.
+- Storing the result in a local variable from sql_num_fields saves us a lot of 
+  callbacks.
+
+15Jun11
+- Add extra check for pInfo size when loading plugin
+
+14Jun11
+- Fix [bs #2710] about Storage combo that is too small
+- Make bad Storage check in is_on_same_storage non-fatal
 
 04Jun11
+- Alter the manpages install target to handle optional compression
+- Add barcodes help to label command
 - Remove class member shadowing.
 - Eliminate some old bnet code
 
@@ -28,6 +44,7 @@ Bug fixes
 - Remove global variable shadowing by local variable.
 
 31May11
+- Fix the lockmgr test tool
 - Fix dbcheck to use the new runtime checks for mysql and not compile time.
 - Restore db_type printing to dbcheck -B
 
@@ -36,6 +53,13 @@ Bug fixes
 - Make delta_seq same size as in other places
 - Remove broken code
 
+18May11
+- Add LZO compression support in bacula-fd.
+- Add COMPRESS_MANPAGES substituted variable to autoconf
+
+17May11
+- Allow va_arg in Dmsg/Jmsg director plugin functions
+
 16May11
 - Add db_strtime_handler to get DATE fields from database
 - Drop AFS detection.