Skip to content

Commit

Permalink
Bump to v1.1.1
Browse files Browse the repository at this point in the history
and update changelog, LTS version, maintainer guide
  • Loading branch information
borsboom committed May 2, 2016
1 parent c341aab commit 737211f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Major changes:

Behavior changes:

Other enhancements:

Bug fixes:

## 1.1.0

Behavior changes:

* Snapshot packages are no longer built with executable profiling. See
[#1179](https://github.com/commercialhaskell/stack/issues/1179).
* `stack init` now ignores symlinks when searching for cabal files. It also now
Expand Down
11 changes: 2 additions & 9 deletions doc/MAINTAINER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@

## Next release:

* Check that GPG signature for
[Releases](https://s3.amazonaws.com/download.fpcomplete.com/debian/dists/jessie/Release)
uses SHA512, and close
[#1943](https://github.com/commercialhaskell/stack/issues/1934)
* Integrate FreeBSD binaries and packages
[#1253](https://github.com/commercialhaskell/stack/issues/1253#issuecomment-185993240)

## Pre-release checks

The following should be tested minimally before a release is considered good
to go:
## Pre-release steps

* Ensure `release` and `stable` branches merged to `master`
* Integration tests pass on a representative Windows, Mac OS X, and Linux (Linux
* Ensure integration tests pass on a representative Windows, Mac OS X, and Linux (Linux
is handled by Jenkins automatically): `stack install --pedantic && stack test
--pedantic --flag stack:integration-tests` . The actual release script will
perform a more thorough test for every platform/variant prior to uploading, so
Expand Down
2 changes: 1 addition & 1 deletion stack.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stack
version: 1.0.5
version: 1.1.1
synopsis: The Haskell Tool Stack
description: Please see the README.md for usage information, and
the wiki on Github for more details. Also, note that
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-5.14
resolver: lts-5.15
# docker:
# enable: true
# repo: fpco/stack-full
Expand Down

0 comments on commit 737211f

Please sign in to comment.