Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depressed-pho committed Sep 22, 2011
1 parent 9c845f7 commit 0d599fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HsOpenSSL.cabal
Expand Up @@ -6,7 +6,7 @@ Description:
generate message digests, sign and verify messages, encrypt
and decrypt messages. It also has some capabilities of
creating SSL clients and servers.
Version: 0.10.1
Version: 0.10.1.1
License: PublicDomain
License-File: COPYING
Author: Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen
Expand Down
6 changes: 5 additions & 1 deletion NEWS
@@ -1,6 +1,6 @@
-*- coding: utf-8 -*-

Changes from 0.10.1 to (unreleased)
Changes from 0.10.1 to 0.10.1.1
-----------------------------------
* Applied a patch by Peter Gammie:
- GHC 6.12.3 friendliness: don't use Control.Monad.void
Expand All @@ -12,6 +12,10 @@ Changes from 0.10.1 to (unreleased)
* Applied a patch by Mikhail Vorozhtsov:
- Use throwIO instead of throw to raise SSL exceptions.

* Fixed breakage on OpenSSL 0.9.8:
- DHparams_dup() is a function in OpenSSL 1.0.0 but is a macro in 0.9.8.
- OpenSSL 0.9.8 doesn't provide X509_CRL_get0_by_serial().


Changes from 0.10 to 0.10.1
---------------------------
Expand Down

0 comments on commit 0d599fb

Please sign in to comment.