diff --git a/ChangeLog b/ChangeLog index eb1c2e3..f8ab93d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-11-24 Niibe Yutaka + + * Version 0.15. + * src/usb_desc.c (gnukStringSerial): Updated. + 2011-11-22 Niibe Yutaka * tool/dfuse.py (DFU_STM32.download, DFU_STM32.verify): Support diff --git a/NEWS b/NEWS index f8944fd..6608be8 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,14 @@ Gnuk NEWS - User visible changes * Major changes in Gnuk 0.15 - Released 2011-11-XX, by NIIBE Yutaka + Released 2011-11-24, by NIIBE Yutaka + +** New targets: FST_01 and FST_01_00 +Flying Stone Technology's open hardware, Flying Stone Tiny 01 is +supported. + +** Flash writing tool for "DfuSe" is improved +Now, it support holes and unaligned blocks in hex file. ** Experimental PIN-pad support (by TV controller) change Now, Gnuk has codetables for conversion from CIR code to ASCII code. diff --git a/README b/README index 4e63114..87d0e86 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Gnuk - software for GnuPG USB Token Version 0.15 - 2011-11-XX + 2011-11-24 Niibe Yutaka Free Software Initiative of Japan @@ -90,6 +90,20 @@ A9: GnuPG's SCDaemon has problems for handling insertion/removal of and confirm scdaemon doesn't exist, then, $ gpg-connect-agent learn /bye +Qa: With GNOME, I can't use Gnuk Token for SSH. How can we use it for SSH? +Aa: You need to deactivate seahorse-agent and gnome-keyring, but use + gpg-agant for the role of ssh-agent. For gnome-keyring please do: + + $ gconftool-2 --type bool --set /apps/gnome-keyring/daemon-components/ssh false + +Qb: With GNOME 3, I can't use Gnuk Token at all. Why? +Ab: That's because gnome-keyring-daemon interferes GnuPG. Type: + + $ gnome-session-properties + +and at the tab of "Startup Programs", disable check buttons for "GPG Password Agent" and "SSH Key Agent". + + Release notes ============= diff --git a/src/usb_desc.c b/src/usb_desc.c index 47565e9..05a08d8 100644 --- a/src/usb_desc.c +++ b/src/usb_desc.c @@ -227,7 +227,7 @@ static const uint8_t gnukStringProduct[] = { const uint8_t gnukStringSerial[] = { 13*2+2, /* bLength */ USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */ - '0', 0, '.', 0, '1', 0, '4', 0, /* Version number of Gnuk */ + '0', 0, '.', 0, '1', 0, '5', 0, /* Version number of Gnuk */ '-', 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,