Changeset 3392

Show
Ignore:
Timestamp:
03/18/08 14:36:42 (9 months ago)
Author:
pkropf
Message:

graphvix release 0.6.10 for use on trac 0.10.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • graphvizplugin/0.10/graphviz/graphviz.py

    r3383 r3392  
    5656                     '/usr/local/bin',], 
    5757         
    58         'win32':    ['c:\\Program Files\\ATT\\Graphviz\\bin', 
     58        'win32':    ['c:\\Program Files\\Graphviz\\bin', 
     59                     'c:\\Program Files\\ATT\\Graphviz\\bin', 
    5960                     ], 
    6061         
  • graphvizplugin/0.10/ReleaseNotes.txt

    r1730 r3392  
    1 Trac Graphviz Plugin v0.6.9 Release Notes 
    2 ========================================= 
    3 December 22, 2006 
    4  
    5 Graphviz plugin v0.6.9 for Trac is now available. The Graphviz wiki 
    6 processor is a plugin for Trac that allows the the dynamic generation 
    7 of diagrams by the various graphviz programs. The text of a wiki page 
    8 can contain the source text for graphviz and the web browser will show 
    9 the resulting image. 
     1Trac Graphviz Plugin v0.6.10 Release Notes 
     2========================================== 
     3March 18, 2008 
     4 
     5Graphviz plugin v0.6.10 for Trac is now available. The v0.6.x series 
     6provides support for Trac 0.10. The Graphviz wiki processor is a 
     7plugin for Trac that allows the the dynamic generation of diagrams by 
     8the various graphviz programs. The text of a wiki page can contain the 
     9source text for graphviz and the web browser will show the resulting 
     10image. 
     11 
     12 
     13Changes for release v0.6.10 
     14--------------------------- 
     15 
     16* Renamed GraphvizMacro to Graphviz 
     17 
     18* Added support for OS X when searching for the Graphviz executable 
     19  programs. Fixes #1999. 
     20 
     21* Expanded the default locations used when searching for the Graphviz 
     22  executable programs. 
     23 
     24* Removed the extra <b> in error messages. 
    1025 
    1126 
  • graphvizplugin/0.10/setup.py

    r3390 r3392  
    1313__headurl__   = '$HeadURL$' 
    1414__docformat__ = 'restructuredtext' 
    15 __version__   = '0.6.9
     15__version__   = '0.6.10
    1616 
    1717from setuptools import setup, find_packages