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
Browse files Browse the repository at this point in the history
Ignore-this: 692823099bcd4f2e689a4c652d0e6c71

darcs-hash:20110725161211-62b54-a2bd556d36de183a4002b5f9667e1e17f640cef0.gz
  • Loading branch information
depressed-pho committed Jul 25, 2011
1 parent a9feb49 commit 80612ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HsOpenSSL.cabal
Expand Up @@ -5,7 +5,7 @@ Description:
can generate RSA and DSA keys, read and write PEM files,
generate message digests, sign and verify messages, encrypt
and decrypt messages.
Version: 0.9.0.1
Version: 0.10
License: PublicDomain
License-File: COPYING
Author: Adam Langley <agl at imperialviolet dot org>,
Expand All @@ -15,7 +15,7 @@ Maintainer: PHO <pho at cielonegro dot org>
Stability: stable
Homepage: http://cielonegro.org/HsOpenSSL.html
Category: Cryptography
Tested-With: GHC == 6.12.3
Tested-With: GHC == 7.0.3
Cabal-Version: >= 1.6
Build-Type: Simple
Extra-Source-Files:
Expand Down
15 changes: 15 additions & 0 deletions NEWS
@@ -1,5 +1,20 @@
-*- coding: utf-8 -*-

Changes from 0.9.0.1 to 0.10
----------------------------

* Applied a patch by Mikhail Vorozhtsov to support wrapping plain file
descriptors in SSL connections.

- New function:
fdConnection :: SSLContext -> Socket -> IO SSL
sslFd :: SSL -> Fd

- Function signature change:
sslSocket :: SSL -> Maybe Socket
(It was "SSL -> Socket" before.)


Changes from 0.9 to 0.9.0.1
---------------------------
* Applied a patch by Mikhail Vorozhtsov
Expand Down

0 comments on commit 80612ea

Please sign in to comment.