File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ version 1.8.5, March 4, 2014
3
+ -----------------------------
4
+ o Graphviz: reverted to the old API where edges and vertices are
5
+ given a single style attribute; but such attributes are collected
6
+ and output in the DOT file into a list (thus allowing multiple style
7
+ attributes)
2
8
o fixed issue in ./configure with ocamlfind on Win32.
3
- o fixed compilation when laglgnomecanvas is missing (bug introduced in 1.8.4).
9
+ o fixed compilation when laglgnomecanvas is missing (bug introduced in 1.8.4).
4
10
o fixed more issues with 'make -j'.
5
11
6
12
version 1.8.4, February 4, 2014
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.4+dev
115
+ VERSION =1.8.5
116
116
117
117
src/version.ml : Makefile
118
118
rm -f $@
You can’t perform that action at this time.
0 commit comments