Opened 3 years ago
Closed 3 years ago
#16755 closed enhancement (fixed)
graphviz-5.0.0
Reported by: | Bruce Dubbs | Owned by: | pierre |
---|---|---|---|
Priority: | normal | Milestone: | 11.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New major version.
Change History (5)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
There is a warning about not being a git clone and the date when doing 'dot -V' shows 0 (zero).
The can be fixed with a sed AFTER ./configure:
sed -i "s/0/$(date +%Y%m%d)/" builddate.h
comment:3 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 3 years ago
The warning comes from autogen.sh. Actually, running autogen.sh is not needed anymore: the sed can be applied to configure directly. Then the date should be ok.
EDIT: this is only true for the distributed source. For the gitlab tag, running autogen.sh is mandatory (configure does not exist).
comment:5 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at 951fd4ebff. Added a note to apply the sed above.
Note:
See TracTickets
for help on using tickets.
5.0.0 – 2022-07-07
Changed
Fixed