1
0

* Added improved Blogger.com importer using the API, thanks to jaa

This commit is contained in:
Garvin Hicking
2009-02-17 09:11:23 +00:00
parent f541e5874d
commit d9194ac95e
3 changed files with 538 additions and 256 deletions

View File

@ -3,6 +3,8 @@
Version 1.5 ()
------------------------------------------------------------------------
* Added improved Blogger.com importer using the API, thanks to jaa
* Change password hashing from plain md5 to salted SHA1. Logins
should continue to work and are migrated to SHA1 keys upon
first login. MD5-logins will only work successfully once. This