- fix test

- final
- last week's history
This commit is contained in:
zzz
2014-07-15 14:30:19 +00:00
parent 0998738e94
commit 8b2ffada10
3 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
2014-07-15 str4d
* I2CP: Stubs for I2CP connections over Unix domain sockets
2014-07-11 zzz
* Datagrams:
- Redefine the repliable datagram signature for non-DSA_SHA1 sig types;
was the sig of the SHA-256 of the payload, now the sig of the payload itself.
2014-07-03 zzz
* Base64:
- Catch numerous decoding errors that were previously misdecoded (ticket #1318)