We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe87e4 commit 40addc0Copy full SHA for 40addc0
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v1.13.0
4
+
5
+* New features
6
+ * Save and restore random number seeds with [SeedRNG](https://git.zx2c4.com/seedrng/tree/README.md).
7
+ This saves seeds to `/root/seedrng` since that's a persisted, writable
8
+ location on Nerves. If not using Nerves, this location can be changed at
9
+ compile-time using `LOCALSTATEDIR`.
10
11
## v1.12.3
12
13
* Bug fixes
Makefile
@@ -1,4 +1,4 @@
-VERSION=1.12.3
+VERSION=1.13.0
CFLAGS+=-Wall -Wextra -O2
0 commit comments