A widget to display large sets of data as dots (or lines). Different
data sets will have different colors, you may change colors and style of
the data The widget gives the possibility to zoom into and out of the
data and to scroll around. It also offers a grid like on an
oscilloscope.
With tweaks from landry@
ok landry@
* Shared objects
* Virtual backups
* Duplicate Job Control
* TLS Authentication
* Exclude Dir Containing = <filename-string>
* Plugins including Exchange 2003/2007 Plugin
* libdbi backend abstraction
* Bat enhancements
Upgrading from 2.4.4 to 3.0.2 requires updating the database using
/usr/local/libexec/bacula/update_bacula_database. Database upgrades
from older databases can be done with other scripts in
/usr/local/libexec/bacula/updatedb. You can determine your database
version in mysql and postgresql with 'select * from version'.
As sthen@ reminded me and the documentation points out, when upgrading
between major versions (2.x.x -> 3.x.x), you should upgrade all of your
components at the same time due to protocol changes.
a *lot* of help from and ok sthen@
help from me. The IPv6 features provided by scapy6 are integrated (still
some problems with them, but working well enough) so pkgpath/conflict
markers are set to replace an existing scapy6 installation.
ok wcmaier@ "if it works go for it" claudio@
Thunar vcs plugin adds Subversion actions to the context menu of thunar.
The current features are:
* Most of the svn action: add, checkout, cleanup, commit, copy, delete,
export, import, lock, log, move, properties, resolved, revert, status,
unlock, update.
* Subversion info in file properties dialog.
Limited git support is available, but disabled by default.
Test::LeakTrace module provides several functions that trace
memory leaks. This module scans arenas, the memory allocation
system, so it can detect any leaked SVs in given blocks.
ok sthen@
A unique flat-file database module, written in pure perl. True multi-level
hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface,
cross-platform FTPable files, and quite fast. Can handle millions of keys and
unlimited hash levels without significant slow-down. Written from the ground-up
in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box
compatibility with Unix, Mac OS X and Windows.
ok sthen@
It was designed from scratch to be easy to use and easier to maintain,
and works inside or outside of the OpenBSD httpd chroot with no changes.
suggestions from and ok phessler@
for perl. It is not intended as a replacement for the
fully-featured LWP module. Instead, it is intended for use in
situations where it is desirable to install the minimal number of
modules to achieve HTTP support, or where LWP is not a good
candidate due to CPU overhead, such as slower processors.
HTTP::Lite is also significantly faster than LWP.
ok phessler@