diff --git a/_posts/releases/2026-03-15-v2.9.6.3.md b/_posts/releases/2026-03-15-v2.9.6.3.md new file mode 100644 index 0000000..3192a64 --- /dev/null +++ b/_posts/releases/2026-03-15-v2.9.6.3.md @@ -0,0 +1,23 @@ +--- +layout: post +version: 2.9.6.3 +categories: +- releases +packages: + linux64: bnfc-2.9.6.3-linux-x86_64.binary + mac: bnfc-2.9.6.3-mac.pkg + source: BNFC-2.9.6.3.tar.gz + win: bnfc-2.9.6.3-win.exe +--- + +* C++: fixing a regression introduced in 2.9.6.2 + - `std::to_string` is not compatible to `--ansi` standard + [[#534](https://github.com/BNFC/bnfc/issues/534)] +* Pygments: fix escaping of non-alphanumeric characters in python regexes + [[#547](https://github.com/BNFC/bnfc/pull/547)] +* Agda: the generated `Makefile` now accepts variable `AGDA_OPTS` + [[#544](https://github.com/BNFC/bnfc/pull/544)] + +Builds with GHC versions: +* with `cabal`, GHC 8.0 - 9.12 +* with `stack`, GHC 8.4 - 9.12 diff --git a/download/BNFC-2.9.6.3.tar.gz b/download/BNFC-2.9.6.3.tar.gz new file mode 100644 index 0000000..3651d0a Binary files /dev/null and b/download/BNFC-2.9.6.3.tar.gz differ diff --git a/download/bnfc-2.9.6.3-linux-x86_64.binary b/download/bnfc-2.9.6.3-linux-x86_64.binary new file mode 100644 index 0000000..979724c Binary files /dev/null and b/download/bnfc-2.9.6.3-linux-x86_64.binary differ diff --git a/download/bnfc-2.9.6.3-mac.pkg b/download/bnfc-2.9.6.3-mac.pkg new file mode 100644 index 0000000..c619082 Binary files /dev/null and b/download/bnfc-2.9.6.3-mac.pkg differ diff --git a/download/bnfc-2.9.6.3-win.exe b/download/bnfc-2.9.6.3-win.exe new file mode 100644 index 0000000..9ea0727 Binary files /dev/null and b/download/bnfc-2.9.6.3-win.exe differ