update changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2772 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-04-24 17:11:00 +00:00
parent 4695237eb3
commit f9e1f8d39b

View File

@ -1,5 +1,11 @@
Changes for v0.5.0a
* corrected handling of null strings in RsTlvBase::GetTlvString()
* suppressed uninitialized memory read
* added security check against malformed packets
* added a security check to avoid core dump when a bad p3discReply packet is received
* corrected other mismatched free/delete in avatar items
* corrected mismatched free/delete in avatar items. Might have caused random crashes.
* removed double definition of fingerprint
* Fixed deadlock when asking for GPG passwd with gpg callback during session.
* Added a method lockAllEvents()/unlockAllEvents() to remove timer updates in RsAutoUpdatePage