[Git][ghc/ghc][ghc-9.10] 2 commits: Finalize 9.10.2

Zubin pushed to branch ghc-9.10 at Glasgow Haskell Compiler / GHC Commits: ed1a82f9 by Zubin Duggal at 2025-05-01T16:19:24+05:30 Finalize 9.10.2 - - - - - c9de16b5 by Zubin Duggal at 2025-05-01T18:48:01+05:30 release-notes: fix flag references - - - - - 2 changed files: - configure.ac - docs/users_guide/9.10.2-notes.rst Changes: ===================================== configure.ac ===================================== @@ -13,7 +13,7 @@ dnl # see what flags are available. (Better yet, read the documentation!) # -AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.10.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.10.2], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Version on master must be X.Y (not X.Y.Z) for ProjectVersionMunged variable # to be useful (cf #19058). However, the version must have three components # (X.Y.Z) on stable branches (e.g. ghc-9.2) to ensure that pre-releases are @@ -22,7 +22,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.10.1], [glasgow-ha AC_CONFIG_MACRO_DIRS([m4]) # Set this to YES for a released version, otherwise NO -: ${RELEASE=NO} +: ${RELEASE=YES} # The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line # above. If this is not a released version, then we will append the ===================================== docs/users_guide/9.10.2-notes.rst ===================================== @@ -149,7 +149,7 @@ Runtime system - Reduce fragmentation incurred by the non-moving GC's segment allocator. In one application this reduced resident set size by 26%. See :ghc-ticket:`24150`. -- Emit warning when :ghc-flag:`-M` is less than :ghc-flag:`-H`. +- Emit warning when :rts-flag:`-M ⟨size⟩` is less than :rts-flag:`-H [⟨size⟩]`. - Fix a bug ((:ghc-ticket:`24672`)) causing programms on FreeBSD to occasionally terminate with the error: ``internal error: Ticker: read(timerfd) failed with Operation not supported and returned -1`` @@ -178,7 +178,7 @@ Build system and packaging (From https://git.savannah.gnu.org/cgit/config.git/) - GHC now distinguishes more between the Cmm and C preprocessor. The new flags - :ghc-flag:`-pgmCmmP` and :ghc-flag:`-optCmmP` can be used to control + :ghc-flag:`-pgmCmmP ⟨cmd⟩` and :ghc-flag:`-optCmmP ⟨option⟩` can be used to control the Cmm preprocessor. C preprocessor flags will still be passed to the Cmm preprocessor, expect for :ghc-flag:`-g` flags which have special handling. Fixes (:ghc-ticket:`24474`) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/5e26d065451c849d266df6b7a0f02f6... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/5e26d065451c849d266df6b7a0f02f6... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Zubin (@wz1000)