Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
stm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Glasgow Haskell Compiler
Packages
stm
Commits
3722e83b
Project 'TerrorJack/ghc' was moved to 'haskell-wasm/ghc'. Please update any links and bookmarks that may still have the old path.
Commit
3722e83b
authored
6 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 2.4.5.1 release
parent
743c0668
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.md
+7
-0
7 additions, 0 deletions
changelog.md
stm.cabal
+9
-3
9 additions, 3 deletions
stm.cabal
with
16 additions
and
3 deletions
changelog.md
+
7
−
0
View file @
3722e83b
# Changelog for [`stm` package](http://hackage.haskell.org/package/stm)
# Changelog for [`stm` package](http://hackage.haskell.org/package/stm)
## 2.4.5.1 *Sep 2018*
*
Fix incorrect bookkeeping of write capacity in
`flushTBQueue`
(gh-9)
*
Avoid redundant
`writeTVar`
s in
`flushTQueue`
to avoid unncessarily
invalidating other transactions (gh-6)
## 2.4.5.0 *Feb 2018*
## 2.4.5.0 *Feb 2018*
*
Fix space leak in
`TBQueue`
(gh-2, GHC#14494)
*
Fix space leak in
`TBQueue`
(gh-2, GHC#14494)
...
...
This diff is collapsed.
Click to expand it.
stm.cabal
+
9
−
3
View file @
3722e83b
cabal-version: >=1.10
name: stm
name: stm
version: 2.4.5.0
version: 2.4.5.1
-- don't forget to update changelog.md file!
-- don't forget to update changelog.md file & source-repo tag!
license: BSD3
license: BSD3
license-file: LICENSE
license-file: LICENSE
maintainer: libraries@haskell.org
maintainer: libraries@haskell.org
...
@@ -9,7 +11,6 @@ bug-reports: https://github.com/haskell/stm/issues
...
@@ -9,7 +11,6 @@ bug-reports: https://github.com/haskell/stm/issues
synopsis: Software Transactional Memory
synopsis: Software Transactional Memory
category: Concurrency
category: Concurrency
build-type: Simple
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*, GHC==7.2.*, GHC==7.0.*
tested-with: GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*, GHC==7.2.*, GHC==7.0.*
description:
description:
Software Transactional Memory, or STM, is an abstraction for
Software Transactional Memory, or STM, is an abstraction for
...
@@ -28,6 +29,11 @@ source-repository head
...
@@ -28,6 +29,11 @@ source-repository head
type: git
type: git
location: https://github.com/haskell/stm.git
location: https://github.com/haskell/stm.git
source-repository this
type: git
location: https://github.com/haskell/stm.git
tag: v2.4.5.1
library
library
default-language: Haskell2010
default-language: Haskell2010
other-extensions:
other-extensions:
...
...
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