Changelog for
libopendht1-1.3.0-1.2.x86_64.rpm :
Sat Jan 21 13:00:00 2017 szotsakiAATTgmail.com
- 1.3.0
* crypto: support for revocation lists (CRLs)
* dht: add per-ip-range storage ratio. This means a single IP or IP range won\'t be able to exhaust the DHT storage anymore. If storage is full, the oldest value of the most consuming IP range will be dropped
* dht: drop values as soon as they expire
* dht: better support for multiple listens on a single hash
* dht: various optimisations
* abi: symbols are not exported by default anymore
* build: install in standard GNU directories by default to support multi-arch systems
* python: properly check for Cython
* python: small tools updates and fixes
Wed Nov 2 13:00:00 2016 szotsakiAATTgmail.com
- 1.2.1
* fix bugs that would cause encryptedPut and signedPut to silently fail
* add log filters to show DHT log for related hash
Sat Oct 22 14:00:00 2016 szotsakiAATTgmail.com
- 1.2.0
* several clang related bug fixes;
* connectivity changes related enhancements;
* new \"refresh\" protocol primitive (not exposed to API);
* \"permanent put\" operation fixes/enhancements;
* fixed general efficiency issues;
Thu Oct 13 14:00:00 2016 szotsakiAATTgmail.com
- 1.1.0
* automatic connection loss recovery
* dhtrunner: asynchronous DNS lookup for bootstrap
* handle values up to 64k
* better support for large values on macOS
* dht: add callback to pingNode
* fix compilation with recent clang versions
Thu Oct 6 14:00:00 2016 szotsakiAATTgmail.com
- 1.0.2
* Per IP rate limiting;
* (#133) fix major syncing issues since 1.0.0;
* cmake: Removed -DOPENDHT_DEBUG flag in favor of -DCMAKE_BUILD_TYPE=Debug ;
* clang: backward compatibility changes;
Thu Sep 15 14:00:00 2016 szotsakiAATTgmail.com
- 1.0.1
* Data persistence enabled (missing in 1.0.0)
* Fixed cricital bug since the queries (#128)
* Dropped support for GnuTLS < 3.3
* Fully compliant with -pedantic-errors compiler flag (since 1.0.0)
Fri Sep 2 14:00:00 2016 szotsakiAATTgmail.com
- 1.0.0
* add Prefix Hash Tree (PHT) for data indexation (Nicolas Reynaud, Simon Désaulniers)
* add Queries (Simon Désaulniers)
* add long-term data persistance (Simon Désaulniers)
* add data pagination (Simon Désaulniers)
* reduced bandwith usage
Fri Jul 29 14:00:00 2016 szotsakiAATTgmail.com
- Added Python 3 support
- 0.6.3
* Add Microsoft compiler support;
* Work around the issue compiling on Apple\'s LLVM 7.3.0 (#94);
* Add Network id feature;
* License OpenDHT compatible with GPL>=3;
* Adding cryptographic API;
* Consistent library naming between diffrent build tools.
- 0.6.2
* Permanent \'put\' feature;
* Enhanced search\'s nodes handler algorithm;
* fix #73 bug when IPv[46] empty table;
* man page for dhtnode;
* support for make DESTDIR= syntax (#72);
Tue May 31 14:00:00 2016 szotsakiAATTgmail.com
- 0.6.1
- Many network engine related bug fixes
- Improved performance and reliability
- MinGW build fixes
Tue Nov 25 13:00:00 2014 szotsakiAATTgmail.com
- 0.0.0 Initial version