Added the license and changelog files
git-svn-id: http://pydot.googlecode.com/svn/trunk@4 06aa9b79-7134-0410-ae7e-c1cd3e483e87
This commit is contained in:
parent
8de371e941
commit
6764361cd9
64
ChangeLog
Normal file
64
ChangeLog
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
2004-04-28 21:50 carrer
|
||||||
|
|
||||||
|
* pydot.py: Some of the changes already made should allow pydot to
|
||||||
|
run on OSX. Bumped version to 0.9.2
|
||||||
|
|
||||||
|
2004-04-24 17:52 carrer
|
||||||
|
|
||||||
|
* setup.py: Added more metainformation to the distribution.
|
||||||
|
|
||||||
|
2004-04-24 17:51 carrer
|
||||||
|
|
||||||
|
* pydot.py: Added support for circo and fdp. Fixed piping mechanism
|
||||||
|
to not to capture stderr.
|
||||||
|
|
||||||
|
2004-04-24 13:26 carrer
|
||||||
|
|
||||||
|
* ChangeLog, LICENSE, MANIFEST, README, setup.py: Adding
|
||||||
|
suplementary files to the distribution to the CVS.
|
||||||
|
|
||||||
|
2004-04-24 12:57 carrer
|
||||||
|
|
||||||
|
* pydot.py: Bumped version to 0.9.1
|
||||||
|
|
||||||
|
2004-04-24 01:36 carrer
|
||||||
|
|
||||||
|
* pydot.py: Implemented tweaks suggested by John B. Cole to handle
|
||||||
|
non-str nodes, converting them to strings.
|
||||||
|
|
||||||
|
2004-04-24 01:10 carrer
|
||||||
|
|
||||||
|
* pydot.py: Applied patch for Windows support by Kent Johnson.
|
||||||
|
|
||||||
|
2004-04-24 01:05 carrer
|
||||||
|
|
||||||
|
* pydot.py: Fixed to properly handle unicode strings in attributes.
|
||||||
|
|
||||||
|
2004-04-20 00:06 carrer
|
||||||
|
|
||||||
|
* pydot.py:
|
||||||
|
Fixed silly error in graph_from_edges. When pasting the function
|
||||||
|
into the code, the references to the pydot module were not
|
||||||
|
removed, which are no longer needed since we now are _in_ the
|
||||||
|
module.
|
||||||
|
|
||||||
|
2004-04-19 23:33 carrer
|
||||||
|
|
||||||
|
* pydot.py:
|
||||||
|
Added support to write files with the desired output format with
|
||||||
|
write_[format]
|
||||||
|
|
||||||
|
2004-04-19 22:53 carrer
|
||||||
|
|
||||||
|
* pydot.py:
|
||||||
|
Done some clean up, no major changes.
|
||||||
|
|
||||||
|
2004-04-08 00:22 carrer
|
||||||
|
|
||||||
|
* pydot.py:
|
||||||
|
Initial revision.
|
||||||
|
|
||||||
|
2004-04-08 00:22 carrer
|
||||||
|
|
||||||
|
* pydot.py: Initial revision
|
||||||
|
|
16
LICENSE
Normal file
16
LICENSE
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Copyright (c) 2004 Ero Carrera
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
||||||
|
associated documentation files (the "Software"), to deal in the Software without restriction,
|
||||||
|
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
||||||
|
subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial
|
||||||
|
portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
||||||
|
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
Loading…
Reference in New Issue
Block a user