Skip to content

Commit

Permalink
Release version 0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
glv2 committed Jan 20, 2020
1 parent 5e61470 commit 0a13922
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 315 deletions.
10 changes: 9 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
-*- mode: outline -*-

* Changes since version 0.47
* Version 0.48, released 2020-01-20

** bug fixes

Fixed compiling with the ':invert' readtable-case.

** new features

Added the '*number-of-miller-rabin-tests*' parameter allowing to configure the
number of rounds of Miller-Rabin to do in the 'prime-p' function.

** improvements

Some improvements of assembly functions for CCL and ECL.

Improved the probable primality test by adding a Lucas test after the
Miller-Rabin tests.

* Version 0.47, released 2019-09-11

** bug fixes
Expand Down
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ thread. There is an example showing how it can be done in the section about
:CUSTOM_ID: installation
:END:

The current version of Ironclad is 0.47. It can be downloaded
at [[https://github.com/sharplispers/ironclad/archive/v0.47.tar.gz]].
The current version of Ironclad is 0.48. It can be downloaded
at [[https://github.com/sharplispers/ironclad/archive/v0.48.tar.gz]].
If you are feeling adventurous, you can download a bleeding-edge version
at [[https://github.com/sharplispers/ironclad]].

Expand Down
2 changes: 1 addition & 1 deletion doc/generate-html-doc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

DIR=$(dirname $(readlink -f "$0"))

Expand Down

0 comments on commit 0a13922

Please sign in to comment.