Skip to content

Releases: openbfdev/bfdev

Nightly v1.0.6 7b667de108598e4439d8abef50090a045af3fd87

07 Feb 18:05
7b667de
Compare
Choose a tag to compare

The nightly development builds are snapshots of the development (master branch) codebase at a specific time. This codebase is under active development, and while we try our best, may contain more bugs than usual. New features added to bfdev can be tested in these builds.

v1.0.6

17 Jan 03:34
v1.0.6
7194732
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

11 Jul 06:12
v1.0.5
cec4899
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release
Release version 1.0.5

- Added jhash hash algorithm.
- Added md5 hash algorithms.
- Added sha1/sha224/sha256 hash algorithms.
- Continuously improving more annotations

v1.0.4

23 May 11:17
v1.0.4
d983100
Compare
Choose a tag to compare
v1.0.4 Pre-release
Pre-release
Release version 1.0.4

- Added log error level flush.
- Rename minpool to memalloc.
- Remove list excess iterators.
- Fixed hlist continue iterators.
- Continuously improving testsuite.
- Continuously improving more annotations.

v1.0.3

14 Apr 08:10
v1.0.3
77b1a89
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release
Release version 1.0.3

- Added test suite framework.
- Further improve the platform compatibility framework.
- Fixed several bug.

bfdev v1.0.2

27 Mar 01:23
v1.0.2
5445196
Compare
Choose a tag to compare
bfdev v1.0.2 Pre-release
Pre-release
Release version 1.0.2

- Refactored matrix and respool.
- Fixed rbtree insert conflict.
- Fixed series of style issues.

bfdev v1.0.1

24 Feb 15:08
d055e6e
Compare
Choose a tag to compare
bfdev v1.0.1 Pre-release
Pre-release
Release version 1.0.1

- Support for multi precision integers (mpi).
- Added arc4 cryption algorithm.
- Refactoring and fixing several issues.