+2018-04-26 NIIBE Yutaka <gniibe@fsij.org>
+
+ * src/usb_ctrl.c (usb_device_reset): Don't stop the endpoints.
+
+ * src/configure (MHZ, def_mhz): New.
+
+2018-04-05 NIIBE Yutaka <gniibe@fsij.org>
+
+ * VERSION: 1.2.9.
+
+ * tests: Add test cases for admin-less mode.
+
+ * src/openpgp.c (cmd_change_password): Care admin-less mode.
+
+2018-04-04 NIIBE Yutaka <gniibe@fsij.org>
+
+ * tests: Add more tests, key generation and KDF support.
+
+ * src/openpgp.c (cmd_reset_user_password): Check length of
+ new passphrase.
+
+ * src/openpgp-do.c (proc_resetting_code): Support removal.
+ (gpg_do_kdf_check): Fix for the case of resetting PW3.
+
+ * tests/test_004_reset_pw3.py: New.
+
2018-04-03 NIIBE Yutaka <gniibe@fsij.org>
+ * src/openpgp-do.c (rw_kdf): Clear all auth state.
+
* tool/upgrade_by_passwd.py (main): Fix for byte compare.
* tool/gnuk_remove_keys_libusb.py (main): Likewise.