File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
22* marks some incompatible change
33
4+ version 1.8.8, October 17, 2017
5+ -------------------------------
6+ o fixed installation (Virgile Prevosto, Jacques-Pascal Deplaix)
7+ o safe-string compatible (Jacques-Pascal Deplaix)
48 * fixed method get_edge_layout of class abstract_model of DGraphModel.Make. The
59 bug could have occured when there are several edges between two vertices.
610 o [Traverse/Pack] added Dfs.fold and Dfs.fold_component (tail-recursive)
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ graph.cmo: $(CMI) $(CMO)
112112graph.cmx : $(CMI ) $(CMX )
113113 $(OCAMLOPT ) $(INCLUDES ) -pack -o $@ $^
114114
115- VERSION =1.8.7
115+ VERSION =1.8.8
116116
117117ifdef SOURCE_DATE_EPOCH
118118BUILD_DATE =$(shell date -u -d "@$(SOURCE_DATE_EPOCH ) " 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH ) " 2>/dev/null || date)
You can’t perform that action at this time.
0 commit comments