Navigation Menu

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.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depressed-pho committed Apr 16, 2012
1 parent 0efc202 commit 812bf8c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
10 changes: 8 additions & 2 deletions HsOpenSSL.cabal
Expand Up @@ -15,7 +15,7 @@ Description:
encourages you to use and improve the tls package instead as long
as possible.
.
Version: 0.10.2
Version: 0.10.2.1
License: PublicDomain
License-File: COPYING
Author: Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen
Expand Down Expand Up @@ -47,7 +47,13 @@ Source-Repository head
Location: git://github.com/phonohawk/HsOpenSSL.git

Library
Build-Depends: base >= 4 && < 5, bytestring, ghc-prim, time >= 1.1.1, old-locale, network>=2.1.0.0
Build-Depends:
base >= 4 && < 5,
bytestring,
ghc-prim,
network >= 2.1.0.0,
old-locale,
time >= 1.1.1

if impl(ghc >= 6.11)
Build-Depends: integer-gmp
Expand Down
11 changes: 11 additions & 0 deletions NEWS
@@ -1,5 +1,16 @@
-*- coding: utf-8 -*-

Changes from 0.10.2 to 0.10.2.1
-------------------------------
* Merged #10 "Fix X509 PEM reading/writing" by Mikhail Vorozhtsov:

- OpenSSL.PEM.readX509 now uses PEM_read_bio_X509() instead of
PEM_read_bio_X509_AUX().

- OpenSSL.PEM.writeX509 now uses PEM_write_bio_X509() instead of
PEM_write_bio_X509_AUX().


Changes from 0.10.1.4 to 0.10.2
-------------------------------
* Merged #9 "Add raw pointer read/write operations" by Iavor
Expand Down

0 comments on commit 812bf8c

Please sign in to comment.