-December 5, 2016
+December 18, 2016
- Release 2.40.0
- - number rounding added to SVG renderer (same as PS and TK rounding) to
- aid regression testing.
- - additional regressson test framework, used in Travis CI builds. (Erwin
- Janssen)
+ - built-in tred tool now available in the various swig generated language bindings
+ - number rounding added to SVG renderer (same as PS and TK rounding) to aid regression testing.
+ - additional regressson test framework, used in Travis CI builds. (Erwin Janssen)
- PHP7 support (requires swig-3.0.11 or later)
- Allow user to specify clustering algorithm in gvmap.
- Add Sierpinski graph generator to gvgen
noinst_HEADERS = colortbl.h convert.h mmio.h matrix_market.h \
graph_generator.h gml2gv.h gmlparse.h
if ENABLE_STATIC
-bin_PROGRAMS = gc gvcolor gxl2gv acyclic nop ccomps sccmap tred tred2\
+bin_PROGRAMS = gc gvcolor gxl2gv acyclic nop ccomps sccmap tred \
unflatten gvpack gvpack_static dijkstra bcomps mm2gv gvgen gml2gv gv2gml graphml2gv
else
-bin_PROGRAMS = gc gvcolor gxl2gv acyclic nop ccomps sccmap tred tred2\
+bin_PROGRAMS = gc gvcolor gxl2gv acyclic nop ccomps sccmap tred \
unflatten gvpack dijkstra bcomps mm2gv gvgen gml2gv gv2gml graphml2gv
endif
%endif
%doc COPYING AUTHORS ChangeLog NEWS README
%exclude %{_bindir}/dot_builtins
-%exclude %{_bindir}/tred2
%{_bindir}/acyclic
%{_bindir}/bcomps
%{_bindir}/ccomps