Hi -

Trac Graphviz Plugin v0.6.1 Release Notes
=========================================
Mar 23, 2006

Graphviz plugin v0.6.1 for Trac is now available. The Graphviz wiki
processor is a plugin for Trac that allows the the dynamic generation
of diagrams by the various graphviz programs. The text of a wiki page
can contain the source text for graphviz and the web browser will show
the resulting image.


Changes for release v0.6.1
--------------------------

* Applied patch from eblot to correct the regular expression for
  embedded URLs. Resolves issue http://trac-hacks.org/ticket/161.

* Renamed module variable __version__ to __revision__ to better
  reflect the intent.

* Moved the release version number from setup.py to
  graphviz/graphviz.py. The version number is now logged when the
  graphviz module is initialized.

* Commented out the many self.log.debug messages. As pointed out in,
  http://trac-hacks.org/ticket/238, the core seems to be mostly stable
  and having lots and lots of debugging messages may no longer be
  needed.

* Added defaults for the cache management control values:

  * cache_max_size = 10,000,000
  * cache_min_size = 5,000,000
  * cache_max_count = 2,000
  * cache_min_count = 1,500

  The resolves issue http://trac-hacks.org/ticket/160.

The graphviz plugin macro home page can be found at:
https://trac-hacks.swapoff.org/wiki/GraphvizPlugin

The plugin has been tested on a Linux x86 system running python 2.4
with the 0.9.4 and latest subversion release of trac. Testing on other
platforms would be appreciated.

Bugs and enhancement requests can be submitted at:
http://trac-hacks.swapoff.org/newticket?component=GraphvizPlugin&owner=pkropf

- Peter
_______________________________________________
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to