summaryrefslogtreecommitdiff
path: root/sysutils/bacula-doc
diff options
context:
space:
mode:
authoradam <adam>2010-05-08 09:05:47 +0000
committeradam <adam>2010-05-08 09:05:47 +0000
commit4d3b7317a7f3e8244a8c187b177dbbd5f5bdb329 (patch)
tree52e0571f37f81bec301f49c0958c309ec2d5d25e /sysutils/bacula-doc
parentea0810da9bab308325076d99e2c250637a679d88 (diff)
downloadpkgsrc-4d3b7317a7f3e8244a8c187b177dbbd5f5bdb329.tar.gz
Changes 5.0.2:
- Add lmgr_is_locked() function to test if a thread own a mutex - Remove comment field added in last patch - Check if sql backend is thread-safe - Fix cancel crash reported by Stephen Thompson - fix grant_postgresql_privileges doesn t grant permissions on jobhisto_jobid_seq - Add lock position info to volume manager - Permits to use lock manager with file/line from outside - Replace ASSERT in block.c with fail Job - Use uint32_t for max_concurrent_jobs - Use file and line for rwlock and lmgr in db_lock() - Add File and Line info to rw_lock for lmgr - Fix database locking calling db_lock and returning from function without calling db_unlock. - Add missing db_unlock to bvfs_update_cache. - Allow users to build bat without static QT if desired. - Fix for qt mkspecs location on Fedora 12. - Another fix for OpenSSLv1 - Add -lrt to Solaris links - Fix tls.c for OpenSSLv1 - Fix plugin load not to stop if one plugin bad -- pointed out by James - Remove --without-qwt from configure statement. - Fix bug in bvfs_update function, should work much better now - Lets not generate the ingres code automatically when the .sc or .sh files changes as it seems these files get outdated on some systems and then this rule kicks in on systems that don't have the esqlcc ingres compiler installed. - Fix CentOS detection in regression get-os script - Create subroutines to add exclusion for plugins - This adds sql debugging to these classes that Eric wrote. - This is a 1/2 fix of the issue. It allows for the sorting of the two non graphic columns, but still does not allow for sorting the graphic columns. The issue is with last. By setting the sort value, you are setting the value on the last. To experiment with what I mean, use the set background that I have commented out in this commit. - Fix OpenSSL 1.x problem in crypto.c on Fedora 12 - Display AllowCompress warning message only if compression used in FileSet - Added comment on dbi backend needing a recent version of libdbi from CVS as the version currently released 0.8.3 wont work for compiling the code. - Add Warning check to SQL - Fix readline to use TERM_LIB found for conio - Move bacula shared objects in separate bacula-libs package. - Fix for termcap lib on suse. - Fix for shared objects name convention change. - Remove mandrive and suse bacula.spec from configure - Fix compile link flags for gigaslam - Add missing defines for gccver.
Diffstat (limited to 'sysutils/bacula-doc')
-rw-r--r--sysutils/bacula-doc/Makefile4
-rw-r--r--sysutils/bacula-doc/PLIST5
-rw-r--r--sysutils/bacula-doc/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/bacula-doc/Makefile b/sysutils/bacula-doc/Makefile
index d233331f117..e85f4c97f44 100644
--- a/sysutils/bacula-doc/Makefile
+++ b/sysutils/bacula-doc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2010/03/09 07:06:00 adam Exp $
+# $NetBSD: Makefile,v 1.24 2010/05/08 09:05:47 adam Exp $
-DISTNAME= bacula-docs-5.0.1
+DISTNAME= bacula-docs-5.0.2
PKGNAME= ${DISTNAME:S/docs/doc/}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/}
diff --git a/sysutils/bacula-doc/PLIST b/sysutils/bacula-doc/PLIST
index 25330e570e0..36e9ec2b933 100644
--- a/sysutils/bacula-doc/PLIST
+++ b/sysutils/bacula-doc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2010/03/09 07:06:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2010/05/08 09:05:47 adam Exp $
share/doc/bacula/console/About_this_document.html
share/doc/bacula/console/Bacula_Console.html
share/doc/bacula/console/Bacula_Console_Operators_Gu.html
@@ -86,6 +86,7 @@ share/doc/bacula/developers/Save_Protocol_Between_File.html
share/doc/bacula/developers/Sequence_Creation_Records_S.html
share/doc/bacula/developers/Serialization.html
share/doc/bacula/developers/Session_Label.html
+share/doc/bacula/developers/Setting_up_Regession_Testin.html
share/doc/bacula/developers/Smart_Memory_Allocation.html
share/doc/bacula/developers/Step_Step_Modifying_Bacula.html
share/doc/bacula/developers/Steps_Take_Porting.html
@@ -169,6 +170,7 @@ share/doc/bacula/main/New_Features_in_3_0_0.html
share/doc/bacula/main/New_Features_in_5_0_0.html
share/doc/bacula/main/New_Features_in_5_0_1.html
share/doc/bacula/main/New_Features_in_Released.html
+share/doc/bacula/main/Release_Version_5_0_2.html
share/doc/bacula/main/Released_Version_3_0_3_3_0_.html
share/doc/bacula/main/Restore_Command.html
share/doc/bacula/main/Storage_Daemon_Configuratio.html
@@ -221,7 +223,6 @@ share/doc/bacula/main/img38.png
share/doc/bacula/main/img39.png
share/doc/bacula/main/img4.png
share/doc/bacula/main/img40.png
-share/doc/bacula/main/img41.png
share/doc/bacula/main/img5.png
share/doc/bacula/main/img6.png
share/doc/bacula/main/img7.png
diff --git a/sysutils/bacula-doc/distinfo b/sysutils/bacula-doc/distinfo
index 77fd4d5edff..d266b6de270 100644
--- a/sysutils/bacula-doc/distinfo
+++ b/sysutils/bacula-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2010/03/09 07:06:00 adam Exp $
+$NetBSD: distinfo,v 1.21 2010/05/08 09:05:47 adam Exp $
-SHA1 (bacula-docs-5.0.1.tar.bz2) = db69fa81810b3716aa9d05755e51f3375e423b66
-RMD160 (bacula-docs-5.0.1.tar.bz2) = af8378d90abcc70b6e26a2434daf25c3f7329c6d
-Size (bacula-docs-5.0.1.tar.bz2) = 34571061 bytes
+SHA1 (bacula-docs-5.0.2.tar.bz2) = e5d5494883492ef60c70b72dee62ae08a9a133c3
+RMD160 (bacula-docs-5.0.2.tar.bz2) = fbcbc3c46bd4b5c326ec454b0055029513412b4c
+Size (bacula-docs-5.0.2.tar.bz2) = 34587039 bytes