From a71cd632d89f11497b0192d1554b93d2024d9be5 Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@haskell.org> Date: Thu, 29 May 2008 17:23:38 +0000 Subject: [PATCH] Bump version number to 1.2.4.0 And update the changelog. There should be no incompatible API changes or incompatible behaviour changes. There are a number of compatible API extensions and behaviour fixes. In particular this gives us a limited amount of forward compatabilty with Cabal-1.4, ie there are things that work in 1.4 that would break with 1.2.3.0 but should work with 1.2.4.0. --- Cabal.cabal | 4 ++-- Makefile | 4 ++-- changelog | 14 ++++++++++++++ releaseNotes | 2 +- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/Cabal.cabal b/Cabal.cabal index a3c4453b70..85c4e6320b 100644 --- a/Cabal.cabal +++ b/Cabal.cabal @@ -1,5 +1,5 @@ Name: Cabal -Version: 1.2.3.0 +Version: 1.2.4.0 Copyright: 2003-2006, Isaac Jones License: BSD3 License-File: LICENSE @@ -37,7 +37,7 @@ Library Build-Depends: unix GHC-Options: -Wall - CPP-Options: "-DCABAL_VERSION=1,2,3,0" + CPP-Options: "-DCABAL_VERSION=1,2,4,0" nhc98-Options: -K4M Exposed-Modules: diff --git a/Makefile b/Makefile index 5afc2cf581..9a276efdf6 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -CABALVERSION=1.2.3.0 +CABALVERSION=1.2.4.0 KIND=rc #KIND=latest -GHCFLAGS= --make -cpp -Wall -DCABAL_VERSION=1,2,3,0 +GHCFLAGS= --make -cpp -Wall -DCABAL_VERSION=1,2,4,0 # later: -Wall PREF=/usr/local USER_FLAG = diff --git a/changelog b/changelog index 83a0312980..3579eb791e 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,19 @@ -*-change-log-*- +1.2.4.0 Duncan Coutts <duncan@haskell.org> May 2008 + * Released with GHC 6.8.3 + * Backported several fixes and minor improvements from Cabal-1.4 + * Use a default colour scheme for sources with hscolour >=1.9 + * Support --hyperlink-source for Haddock >= 2.0 + * Fix for running in a non-writable directory + * Add OSX -framework arguments when linking executables + * Updates to the user guide + * Allow build-tools names to include + and _ + * Export autoconfUserHooks and simpleUserHooks + * Export ccLdOptionsBuildInfo for Setup.hs scripts + * Export unionBuildInfo and make BuildInfo an instance of Monoid + * Fix to allow the 'main-is' module to use a pre-processor + 1.2.3.0 Duncan Coutts <duncan@haskell.org> Nov 2007 * Released with GHC 6.8.2 * Includes full list of GHC language extensions diff --git a/releaseNotes b/releaseNotes index fbf4838940..0e9ffbfee9 100644 --- a/releaseNotes +++ b/releaseNotes @@ -9,7 +9,7 @@ changes and installation instructions. DOWNLOAD: -The Haskell Cabal has reached version 1.2.3.0 +The Haskell Cabal has reached version 1.2.4.0 Download the Cabal here (source and debian versions available): http://www.haskell.org/cabal/download.html -- GitLab