diff options
author | John Goerzen <jgoerzen@complete.org> | 2009-01-23 01:54:34 +0300 |
---|---|---|
committer | John Goerzen <jgoerzen@complete.org> | 2009-01-23 01:54:34 +0300 |
commit | b8fec6d36f59faed17030c654710689605708edd (patch) | |
tree | 0bde9336705ad7f61f8260da351311c70aec3786 /p | |
parent | f21bec20b4825de7201ca006110103a9497dbd7e (diff) | |
download | DHG_packages-b8fec6d36f59faed17030c654710689605708edd.tar.gz |
hdbc: Merge branch 'newtime'
Conflicts:
debian/changelog
Diffstat (limited to 'p')
-rw-r--r-- | p/hdbc/debian/changelog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/p/hdbc/debian/changelog b/p/hdbc/debian/changelog index c3ff2f520..89e2428c5 100644 --- a/p/hdbc/debian/changelog +++ b/p/hdbc/debian/changelog @@ -1,3 +1,48 @@ +hdbc (2.0.0-1) UNRELEASED; urgency=low + + * New release: + + Native support for the new exception handling in GHC 6.10, wich CPP + conditional compilation to continue supporting the old-style exceptions in + GHC 6.8 and Hugs. + + + Now supports converting Data.Time.* types to/from SqlValue. + + + Major expansion of SqlValue to be able to carry date/time data to/from + databases in terms of Data.Time.* types. + + + Rework how SqlType typeclass works. Replace fromSql with safeFromSql that + returns Left on impossible conversions instead raising an exception. Wrote + new fromSql that provides old behavior by raising the error from safeFromSql + in the old manner. Greatly enhanced many error messages throughout SqlType + instances. + + + Moved SqlType and SqlValue code from Database.HDBC.Satement to + Database.HDBC.SqlValue. Database.HDBC.Statement continues to re-export them + for compatibility, but this is deprecated. Database.HDBC and Database.HDBC.Types + both continue to re-export them, and this is not deprecated. + + + Old System.Time APIs are retained for now, but marked deprecated. The above + API changes are designed to be non-invasive in most cases, but may require + code change in some extremely rare corner cases. + + + Fixes for Haddock formatting. + + + Expansion of Haddock docs. + + * Noting addition of profiling libraries. Closes: #473520, #509848. + + * No longer a Debian-native package due to problems with dh_haskell_depends. + + * Adding doc package. + + -- John Goerzen <jgoerzen@complete.org> Tue, 13 Jan 2009 15:04:27 -0600 + +hdbc (1.1.6.2) unstable; urgency=high + + * Rebuild for new GHC. + + -- John Goerzen <jgoerzen@complete.org> Mon, 19 Jan 2009 16:07:43 -0600 + hdbc (1.1.6.1) unstable; urgency=low * Added dh_haskell_depends. |