Skip to content

Commit e1e2302

Browse files
committed
release 1.8.5
1 parent 7defcab commit e1e2302

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

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)
28
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).
410
o fixed more issues with 'make -j'.
511

612
version 1.8.4, February 4, 2014

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ graph.cmo: $(CMI) $(CMO)
112112
graph.cmx: $(CMI) $(CMX)
113113
$(OCAMLOPT) $(INCLUDES) -pack -o $@ $^
114114

115-
VERSION=1.8.4+dev
115+
VERSION=1.8.5
116116

117117
src/version.ml: Makefile
118118
rm -f $@

0 commit comments

Comments
 (0)