The unified diff between revisions [f5fe1748..] and [7d875567..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "NEWS"
#  from [9598d2e29b7129d7fe749fcb6ea8cd75d647a982]
#    to [71057e70a09a20c4d356f18b3e19f197c3c46bcd]
#
# patch "README"
#  from [9f1dc09432c4dbc1e8165520bb69dbfcb2eb8ace]
#    to [7df1a7e44da44166e93bc4d1a627c19082634036]
#
# patch "configure.ac"
#  from [17305341cea3227e4fd1f8480d68df096610765f]
#    to [28cc3999f3e5277dea5b79dfc04c1f8396c3af9d]
#
============================================================
--- NEWS	9598d2e29b7129d7fe749fcb6ea8cd75d647a982
+++ NEWS	71057e70a09a20c4d356f18b3e19f197c3c46bcd
@@ -1,3 +1,7 @@
+1.0.1:
+- fix a compilation problem on some systems
+- be more precise concerning the license (GPL 2+)
+
 1.0:
 - do not access the monotone database directly: obtain all necessay
   information via the "mtn automate" mechanism
============================================================
--- README	9f1dc09432c4dbc1e8165520bb69dbfcb2eb8ace
+++ README	7df1a7e44da44166e93bc4d1a627c19082634036
@@ -5,8 +5,8 @@
 This is a small GNOME application to visualize monotone ancestry
 graphs.

-Monotone-viz is licensed under the GPL (General Public License,
-version 2).
+Monotone-viz is licensed under the GPL (General Public License),
+either version 2, or (at your option) any later version.


 REQUIREMENTS
============================================================
--- configure.ac	17305341cea3227e4fd1f8480d68df096610765f
+++ configure.ac	28cc3999f3e5277dea5b79dfc04c1f8396c3af9d
@@ -1,4 +1,4 @@
-AC_INIT(monotone-viz, 1.0)
+AC_INIT(monotone-viz, 1.0.1)

 AC_PROG_OCAML
 AC_PROG_OCAML_TOOLS