File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
* marks some incompatible change
3
3
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)
4
8
* fixed method get_edge_layout of class abstract_model of DGraphModel.Make. The
5
9
bug could have occured when there are several edges between two vertices.
6
10
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)
112
112
graph.cmx : $(CMI ) $(CMX )
113
113
$(OCAMLOPT ) $(INCLUDES ) -pack -o $@ $^
114
114
115
- VERSION =1.8.7
115
+ VERSION =1.8.8
116
116
117
117
ifdef SOURCE_DATE_EPOCH
118
118
BUILD_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