filters and similiar applications. Clamassassin's interface is similiar to
that of spamassassin, making it easy to implement for those familiar with
that tool. Clamassassin is designed with an emphasis on security, robustness
and simplicity.
WWW: http://drivel.com/clamassassin/
the builtin 3D graphing routines, but not the PLplot or PGPLOT bindings. I hope
to soon package up PLplot so that PDL can use it. I do not plan to do so for
PGPLOT, as it its license would be problematic for many people.
Fuller description of PDL follows:
=======
PDL ("Perl Data Language") gives standard Perl the ability to compactly store
and speedily manipulate the large N-dimensional data arrays which are the bread
and butter of scientific computing.
PDL turns perl in to a free, array-oriented, numerical language similar to (but,
we believe, better than) such commerical packages as IDL and MatLab. One can
write simple perl expressions to manipulate entire numerical arrays all at once.
For example, using PDL the perl variable $a can hold a 1024x1024 floating point
image, it only takes 4MB of memory to store it and expressions like
$a=sqrt($a)+2 manipulate the whole image in a few milliseconds.
A simple interactive shell (perldl) is provided for use from the command line
and a module (PDL) for use in perl scripts.
General:
* Remember last active view (Richard)
* Implement opening files by drag and drop (Richard)
* 64-bit and Darwin build fixes (Richard)
* Bug Buddy support (Christoffer Olsen)
* Support new mime system (Anders, Richard, Takao Fujiwara)
* Move from bonoboui to gtkuimanager (Xavier Ordoquy, Richard)
* Added GConf abstraction layer (Mikael Hallendal)
* Use new filechooser (Anders, Richard)
* Basic import of MS Project XML files (Kurt Maute, Richard)
* Updated user guide (Kurt)
* Improved HTML export (Richard, David Sundstrom)
* Implement undo transactions (Richard)
* Experimental support for Evolution (Alvaro)
* Improved Python bindings (Xavier)
Database support:
* Work with remote servers (Alvaro del Castillo)
* Handle installing schemas and upgrading (Alvaro)
Task, gantt, resource usage views:
* Add duration column to task view (Richard)
* Show date when hovering over the date scale (Richard)
* Add column for assigned resources (Chris Morgan)
* Display allocation percent (Chris Ladd)
Task dialog:
* Add scheduling editor (Richard)
* Handle units in lag time (Richard)
* Handle units in work and duration times (Richard)
Task scheduling:
* Fix milestone start times (Richard)
* Improve critical path calculation (Jani Tiainen)
* Cache task costs (Richard, Doroszlai Attila)
* New scheduler, fixes bugs and improves performance (Richard)
Printing:
* Use the printer settings for print preview (Richard)
* Fix page orientation (Richard)
* Print percent complete for tasks (Richard)
* Print the timeline (Richard, Satyadadi)
There are also a number of updated and new translations. Many thanks to
everyone who has contributed to this release:
Java-GNOME is a set of Java bindings for GNOME and GTK libraries,
so GNOME applications can be written in Java. It is implemented
as a JNI layer that delegates the Java calls out to the underlying
C library.
This package provides GtkHtml bindings for Java.
=== RELEASE 1.00pre14 ===
Sun May 8 15:37:42 cet 2005 mikulas:
Fix lockup with terminal height only 1 or 2 characters
Sun May 8 14:33:50 cet 2005 mikulas:
Do not handle SIGTERM
Sat Apr 2 20:13:39 MET DST 2005 mikulas:
Workaround for bug in Sun C compiler