summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume LE VAILLANT <glv@posteo.net>2017-11-23 14:28:07 +0100
committerGuillaume LE VAILLANT <glv@posteo.net>2017-11-23 14:28:07 +0100
commitcd70eb1985a008deff84ca8e30af0e2024e6f734 (patch)
treeb1c572d4b444cfc78ac07e393acfbe64df2a816f
parent912a94b0dba8c395698835933d139a902e34f51f (diff)
Release version 0.37v0.37
-rw-r--r--NEWS2
-rw-r--r--README.org4
-rw-r--r--doc/ironclad.html6
-rw-r--r--ironclad.asd4
4 files changed, 8 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index b23bc70..3d9c604 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-*- mode: outline -*-
-* Changes since version 0.36
+* Version 0.37, released 2017-11-23
Renamed NULL cipher to XOR. It's a better description of what it does,
and it allows not having to shadow cl:null.
diff --git a/README.org b/README.org
index a3c39ae..c4ab88f 100644
--- a/README.org
+++ b/README.org
@@ -57,8 +57,8 @@ usually not safe against side channel attacks.
:CUSTOM_ID: installation
:END:
-The current version of Ironclad is 0.36. It can be downloaded
-at [[https://github.com/sharplispers/ironclad/archive/v0.36.tar.gz]].
+The current version of Ironclad is 0.37. It can be downloaded
+at [[https://github.com/sharplispers/ironclad/archive/v0.37.tar.gz]].
If you are feeling adventurous, you can download a bleeding-edge version
at [[https://github.com/sharplispers/ironclad]].
diff --git a/doc/ironclad.html b/doc/ironclad.html
index 918ff8e..f31b92a 100644
--- a/doc/ironclad.html
+++ b/doc/ironclad.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Ironclad</title>
-<!-- 2017-11-20 lun. 17:24 -->
+<!-- 2017-11-23 jeu. 14:19 -->
<meta charset="utf-8">
<meta name="generator" content="Org-mode">
<meta name="author" content="The Ironclad developers">
@@ -93,8 +93,8 @@ usually not safe against side channel attacks.
<div class="outline-text-2" id="text-installation">
<p>
-The current version of Ironclad is 0.36. It can be downloaded
-at <a href="https://github.com/sharplispers/ironclad/archive/v0.36.tar.gz">https://github.com/sharplispers/ironclad/archive/v0.36.tar.gz</a>.
+The current version of Ironclad is 0.37. It can be downloaded
+at <a href="https://github.com/sharplispers/ironclad/archive/v0.37.tar.gz">https://github.com/sharplispers/ironclad/archive/v0.37.tar.gz</a>.
If you are feeling adventurous, you can download a bleeding-edge version
at <a href="https://github.com/sharplispers/ironclad">https://github.com/sharplispers/ironclad</a>.
</p>
diff --git a/ironclad.asd b/ironclad.asd
index d326e24..9a20750 100644
--- a/ironclad.asd
+++ b/ironclad.asd
@@ -23,7 +23,7 @@
(defclass ironclad-source-file (cl-source-file) ())
(defsystem "ironclad"
- :version "0.36"
+ :version "0.37"
:author "Nathan Froyd <froydnj@gmail.com>"
:maintainer "Guillaume LE VAILLANT <glv@posteo.net>"
:description "A cryptographic toolkit written in pure Common Lisp"
@@ -218,7 +218,7 @@
(defsystem "ironclad/tests"
:depends-on ("ironclad")
- :version "0.36"
+ :version "0.37"
:in-order-to ((test-op (load-op "ironclad/tests")))
:perform (test-op (o s)
(or (funcall (intern "DO-TESTS" (find-package "RTEST")))