[Registry] Elektra 0.4.4 released
Brought to you by:
aviram
|
From: Avi A. <avi...@gm...> - 2004-10-25 02:58:45
|
Elektra 0.4.4 was just released. Get it from http://sourceforge.net/project/showfiles.php?group_id=117521 This is the changelog: - Added documentation on how to write new backends - Fixed "kdb get" when getting binary values - Fixed a bug when converting binary key values to hex digits - Fixed a bug in the reverse way: from hex to binary (jens) - Added -b to kdb, to set key values with the content of a file - Trying to fix something wrong in kdbGetKey() The coolest thing about this version is the -b switch on the kdb command, that let you set a key value with the content of a file. Examples: $ kdb set -t bin -b image.png user/tmp/binkey $ kdb get user/tmp/binkey > image2.png $ kdb set -b /etc/passwd user/tmp/string-key-with-a-file $ kdb get user/tmp/string-key-with-a-file > file.txt $ diff /etc/passwd file.txt $ # no output. files are identical :) Have fun! Avi |