Skip to content

Releases: julianaito/nokryptia

Release 1.3.1

11 Jun 11:59
Compare
Choose a tag to compare

It's time to let it go, here is the 1.3.1 release! There is no functional changes over 1.3.1rc3

1.3.1rc3

29 Dec 00:49
Compare
Choose a tag to compare
1.3.1rc3 Pre-release
Pre-release

This is probably the last rc before 1.3.1.

  • README.md: Updated contributors (from @roelderickx) and format improvements
  • Makefile: Use properly PHONY targets

1.3.1rc2

22 Feb 10:27
Compare
Choose a tag to compare
1.3.1rc2 Pre-release
Pre-release
  • Remove unused variables
  • Replace bcopy by memcpy
  • Use C++03 () initialisers instead of zero-filling with a for loop
  • Code style cleanup

1.3.1rc1

21 Feb 22:13
Compare
Choose a tag to compare
1.3.1rc1 Pre-release
Pre-release
  • Replace autotool by a simple Makefile (works with BSD and GNU Make)
  • Overhaul documentation
    • put all meta files in README.md
    • fix spacing and hardcode values in the manpage
    • remove mention of kernel patching, the 5510 is supported since Linux 2.6
  • Drop pre-udev hotplug support, it's totally outdated
  • Use iostream and proper namespacing to make it build with modern compilers
  • Cast string literals as char * where needed (may avoid errors if it's needed to bump to C++11 later)

This rc is the last one using the original code and can be used to test LSE generation against newer versions.

1.3.0 - original version

21 Feb 14:21
Compare
Choose a tag to compare

This is the last release of nokryptia made by Roel Derickx, the original author.

It won't build out the box with modern compilers, this will be fixed in 1.3.1 pretty soon.