Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Kaznacheev
GHC
Commits
edbea0b7
Commit
edbea0b7
authored
13 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Add release notes for 7.2.2.
parent
4ca8ef87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/users_guide/7.2.2-notes.xml
+80
-0
80 additions, 0 deletions
docs/users_guide/7.2.2-notes.xml
docs/users_guide/intro.xml
+1
-0
1 addition, 0 deletions
docs/users_guide/intro.xml
docs/users_guide/ug-ent.xml.in
+1
-0
1 addition, 0 deletions
docs/users_guide/ug-ent.xml.in
with
82 additions
and
0 deletions
docs/users_guide/7.2.2-notes.xml
0 → 100644
+
80
−
0
View file @
edbea0b7
<?xml version="1.0" encoding="iso-8859-1"?>
<sect1
id=
"release-7-2-2"
>
<title>
Release notes for version 7.2.2
</title>
<para>
The 7.2.2 release is a bugfix release. The changes relative to 7.2.1
are listed below. The 7.2 branch is intended to be more of a
"technology preview" than normal GHC stable branches.
</para>
<itemizedlist>
<listitem>
<para>
A native code generator bug
(
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5393"
>
#5393
</ulink>
)
which can cause segfaults on x86 and
amd64 has been fixed.
</para>
</listitem>
<listitem>
<para>
A race condition in the runtime system
(
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5552"
>
#5552
</ulink>
)
that can cause segfaults
has been fixed.
</para>
</listitem>
<listitem>
<para>
Exception handlers are now run in the
<literal>
mask
</literal>
state, rather than the
<literal>
maskUninterruptible
</literal>
state. Fixes a bug that could cause the GHCi debugger to hang
(
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/4988"
>
#4988
</ulink>
),
amongst other things.
</para>
</listitem>
<listitem>
<para>
The
<literal>
shutdownHaskellAndExit
</literal>
function now
immediately exits, even if
<literal>
hs_init
</literal>
has
been called multiple times.
</para>
</listitem>
<listitem>
<para>
A bug arising when using type signature declarations in
Template Haskell splices
(
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5404"
>
#5404
</ulink>
)
has been fixed.
</para>
</listitem>
<listitem>
<para>
A bug arising when using class instances in
Template Haskell splices
(
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5410"
>
#5410
</ulink>
)
has been fixed.
</para>
</listitem>
<listitem>
<para>
Incorrectly encoded text at the end of a file is now handled
correctly
(
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5436"
>
#5436
</ulink>
).
</para>
</listitem>
<listitem>
<para>
The base package is now version 4.4.1.0 (was 4.4.0.0).
</para>
</listitem>
</itemizedlist>
</sect1>
This diff is collapsed.
Click to expand it.
docs/users_guide/intro.xml
+
1
−
0
View file @
edbea0b7
...
@@ -347,6 +347,7 @@
...
@@ -347,6 +347,7 @@
&relnotes1;
&relnotes1;
&relnotes2;
</chapter>
</chapter>
...
...
This diff is collapsed.
Click to expand it.
docs/users_guide/ug-ent.xml.in
+
1
−
0
View file @
edbea0b7
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<!ENTITY license SYSTEM "license.xml">
<!ENTITY license SYSTEM "license.xml">
<!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY relnotes1 SYSTEM "7.2.1-notes.xml" >
<!ENTITY relnotes1 SYSTEM "7.2.1-notes.xml" >
<!ENTITY relnotes2 SYSTEM "7.2.2-notes.xml" >
<!ENTITY using SYSTEM "using.xml" >
<!ENTITY using SYSTEM "using.xml" >
<!ENTITY runtime SYSTEM "runtime_control.xml" >
<!ENTITY runtime SYSTEM "runtime_control.xml" >
<!ENTITY prof SYSTEM "profiling.xml" >
<!ENTITY prof SYSTEM "profiling.xml" >
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment