From 095bddd01150fee782457fedd3b270fe6e3afb17 Mon Sep 17 00:00:00 2001 From: Stephen C North Date: Wed, 2 Oct 2019 08:03:44 -0400 Subject: [PATCH] Move back to development version and fix documentation to warn regarding HTML labels within record shapes. --- autogen.sh | 16 ++++++++-------- doc/info/shapes.html | 2 +- doc/infosrc/html.1 | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1309c7caa..a70835a1d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -33,16 +33,16 @@ dnl For the micro number: 0 => in-progress development dnl timestamp => tar-file snapshot or release dnl uncomment the next 4 lines for development releases, minor version must be odd -dnl m4_define([graphviz_version_major],[2]) -dnl m4_define([graphviz_version_minor],[43]) -dnl m4_define([graphviz_version_micro],[$GRAPHVIZ_VERSION_DATE]) -dnl m4_define([graphviz_collection],[development]) +m4_define([graphviz_version_major],[2]) +m4_define([graphviz_version_minor],[43]) +m4_define([graphviz_version_micro],[$GRAPHVIZ_VERSION_DATE]) +m4_define([graphviz_collection],[development]) dnl uncomment the next 4 lines for stable releases, minor version must be even -m4_define([graphviz_version_major],[2]) -m4_define([graphviz_version_minor],[42]) -m4_define([graphviz_version_micro],[2]) -m4_define([graphviz_collection],[stable]) +dnl m4_define([graphviz_version_major],[2]) +dnl m4_define([graphviz_version_minor],[42]) +dnl m4_define([graphviz_version_micro],[2]) +dnl m4_define([graphviz_collection],[stable]) m4_define([graphviz_version_date],[$GRAPHVIZ_VERSION_DATE]) m4_define([graphviz_change_date],["$GRAPHVIZ_CHANGE_DATE"]) diff --git a/doc/info/shapes.html b/doc/info/shapes.html index 1f84cf127..4819099f2 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -499,7 +499,7 @@ In particular, if a node has set its attribute to none or plaintext, the HTML label will be the node's shape. On the other hand, if the node has any other shape (except point), the HTML label will be embedded within the node the -same way an ordinary label would be. +same way an ordinary label would be. Adding HTML labels to record-based shapes (record and Mrecord) is discouraged and may lead to unexpected behavior because of their conflicting label schemas and overlapping functionality.

The following is an abstract grammar for HTML labels. Terminals, corresponding to elements, are shown in bold font, diff --git a/doc/infosrc/html.1 b/doc/infosrc/html.1 index 6a20508c8..dc2d58a88 100644 --- a/doc/infosrc/html.1 +++ b/doc/infosrc/html.1 @@ -54,7 +54,7 @@ In particular, if a node has set its attribute to none or plaintext, the HTML label will be the node's shape. On the other hand, if the node has any other shape (except point), the HTML label will be embedded within the node the -same way an ordinary label would be. +same way an ordinary label would be. Adding HTML labels to record-based shapes (record and Mrecord) is discouraged and may lead to unexpected behavior because of their conflicting label schemas and overlapping functionality.

The following is an abstract grammar for HTML labels. Terminals, corresponding to elements, are shown in bold font, -- 2.40.0