FYI: Cabal-1.22.1.0 has been released

Where can we see the changelog?
https://github.com/haskell/cabal/blob/master/Cabal/changelog <- this
file has not been updated.
2015-02-22 12:08 GMT-05:00 Herbert Valerio Riedel
On 2015-02-22 at 13:35:33 +0100, Johan Tibell wrote:
We will probably want to ship that with GHC 7.10.
I've updated the ghc-7.10 branch's Cabal submodule to point to commit 9225192b7afc2b96062fb991cc3d16cccb9de1b0 (which corresponds to the Cabal-v1.22.1.0 tag)
Cheers, hvr _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

I didn't have the energy to write one.
On Sun, Feb 22, 2015 at 7:51 PM, Ömer Sinan Ağacan
Where can we see the changelog? https://github.com/haskell/cabal/blob/master/Cabal/changelog <- this file has not been updated.
2015-02-22 12:08 GMT-05:00 Herbert Valerio Riedel
: On 2015-02-22 at 13:35:33 +0100, Johan Tibell wrote:
We will probably want to ship that with GHC 7.10.
I've updated the ghc-7.10 branch's Cabal submodule to point to commit 9225192b7afc2b96062fb991cc3d16cccb9de1b0 (which corresponds to the Cabal-v1.22.1.0 tag)
Cheers, hvr _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

On 22 February 2015 at 19:51, Ömer Sinan Ağacan
Where can we see the changelog? https://github.com/haskell/cabal/blob/master/Cabal/changelog <- this file has not been updated.
It's a bugfix release. Check out https://github.com/haskell/cabal/compare/Cabal-v1.22.0.0...Cabal-v1.22.1.1

Rather than putting all the burden of the changelog on yourself and others
doing the release. you could try asking on every pull request that is
changelog-worthy for the author to put an entry in the changelog. This is
what GHC does (similar with respect to the user guide).
On Mon, Feb 23, 2015 at 11:54 AM, Johan Tibell
Make that 1.22.1.1. Had to fix a regression for Configure-based .cabal files.
On Sun, Feb 22, 2015 at 1:35 PM, Johan Tibell
wrote: We will probably want to ship that with GHC 7.10.
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Greg,
Yes I agree. I forget sometimes and we haven't managed to make it a policy
(I don't merge all pull requests myself.)
On Mon, Feb 23, 2015 at 9:45 PM, Greg Weber
Rather than putting all the burden of the changelog on yourself and others doing the release. you could try asking on every pull request that is changelog-worthy for the author to put an entry in the changelog. This is what GHC does (similar with respect to the user guide).
On Mon, Feb 23, 2015 at 11:54 AM, Johan Tibell
wrote: Make that 1.22.1.1. Had to fix a regression for Configure-based .cabal files.
On Sun, Feb 22, 2015 at 1:35 PM, Johan Tibell
wrote: We will probably want to ship that with GHC 7.10.
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (6)
-
Greg Weber
-
Herbert Valerio Riedel
-
Johan Tibell
-
Mikhail Glushenkov
-
Sven Panne
-
Ömer Sinan Ağacan