GDP version 0.7.1 now available
GDP version 0.7.1 now available
Look in the 'Files' section for downloadable pre-packaged .deb files for Debian based systems. For compiling from source, checkout source:@r0.7.1
Here are the relevant debian packages:
- For client side:
- C library and included utilities:
gdp-client_0.7.1-1_amd64.deb
(for x86) orgdp-client_0.7.1-1_armhf.deb
(for ARM, specifically beaglebone). - Python bindings (requires C library as well):
python-gdp_0.7.1_all.deb
(architecture independent)
- C library and included utilities:
- For server side:
gdp-server_0.7.1-1_amd64.deb
(for systemd based x86 systems, ubuntu>=16.04)
Changelog:
- Tolerate corrupt indices on server side: move them aside rather than just crashing.
- On server side, fsync all files when a GCL is closed.
- Systemd compatible packaging for log-server.
- Better log-rotation for log-files on server-side.
- Fix Assertion Failure after timeout in the GDP library.
Comments