Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 3, 2017
1 parent 9d95914 commit 7c9950f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ matrix:
r_check_args: '--use-valgrind'
sudo: required
- os: osx
osx_image: xcode8.3
osx_image: xcode9.1
brew_packages: [email protected]
latex: false
- os: osx
osx_image: xcode8.3
osx_image: xcode9.1
brew_packages: openssl
latex: false
- os: osx
osx_image: xcode8.3
osx_image: xcode9.1
brew_packages: libressl
latex: false
- os: osx
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: openssl
Type: Package
Title: Toolkit for Encryption, Signatures and Certificates Based on OpenSSL
Version: 0.9.7
Version: 0.9.8
Authors@R: c(
person("Jeroen", "Ooms", , "[email protected]", role = c("cre", "aut")),
person("Oliver", "Keyes", role = "ctb"))
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.9.8
- Fix build on OSX Mavericks

0.9.7
- Configure script checks SHLIB_VERSION_NUMBER to find matching lib
- Added internal stopifnot() replacement to give more helpful error mesasges
Expand Down

0 comments on commit 7c9950f

Please sign in to comment.