A series of commits beginning with
8c099fc032074a0bb5961d67ef4df05ddca7eba4
raised the minimum required versions of Flex and Bison. No changelog entries
were added at the time because we were working under an ad hoc policy that
changes that only affected users compiling from source were not eligible for
changelog entries. This has since changed. Related to #1806.
- Build system work arounds for GCC 3 have been removed
- Incomplete support for running the test suite under CMake has been removed
- Portable source tarballs now use the “ustar” POSIX format
+- Minimum version of Flex required to build Graphviz is now 2.5.2
+- Minimum version of Bison required to build Graphviz is now 3.0
### Fixed
- gvpr: line numbers in gvpr errors/warnings are incorrect #1594