From 34552173661b13419cec50628604ad37b19856f2 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 18 Jun 2023 16:06:35 -0700 Subject: [PATCH] [ci skip] Added info on byacc difference to CHANGES.txt --- CHANGES.txt | 9 +++++---- RELEASE.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 627644395..9bd0fbe23 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -80,10 +80,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER --defines and --graph being called without option-argument as being synonyms for -d (first two) and -g. -H also recognized as a synonym for -d. Default value for $YACC_GRAPH_FILE_SUFFIX changed to '.gv' - to match current bison default (since bison 3.8). The graph file name - (-g) is now generated relative to the requested target file name, - not to the source file name, to match actual current behavior (only - affects if target explicitly requested with a different base name + to match current bison default (since bison 3.8). Set this variable + to '.dot' if using byacc. The graph file name (-g) is now generated + relative to the requested target file name, not to the source file + name, to match actual current behavior (only affects if target + explicitly requested with a different base name than source). Docs updated. Fixes #4326 and #4327. diff --git a/RELEASE.txt b/RELEASE.txt index 45a5f4b93..ee270812a 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -44,7 +44,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY for -d (first two) and -g. -H also recognized as a synonym for -d. Default value for $YACC_GRAPH_FILE_SUFFIX changed to '.gv' to match current bison default (since bison 3.8). Set this variable to '.dot' - if using byacc. + if using byacc. Fixes #4326 and #4327. FIXES ----- -- 2.11.4.GIT