aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer-scripts/ChangeLog')
-rw-r--r--maintainer-scripts/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 505c207..d08a03b 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,18 @@
+2025-04-07 Jakub Jelinek <jakub@redhat.com>
+
+ PR web/119227
+ * update_web_docs_git: Rename mdoc2pdf_html to cobol_mdoc2pdf_html,
+ perform mkdir -p $DOCSDIR/gcobol gcobol, remove $d/ from pdf and in
+ html replace it with gcobol/; update uses of the renamed function.
+
+2025-03-31 Jakub Jelinek <jakub@redhat.com>
+
+ PR other/119510
+ * gcc_release: Use --enable-languages=c,c++,lto and if m2 is available,
+ with,m2 appended to that. Check for all possible languages and run
+ make $lang.srcextra $lang.srcinfo $lang.srcman for those. Add
+ libffi/doc/libffi.info.
+
2025-03-28 Richard Biener <rguenther@suse.de>
PR other/119510