From dc4df569bd1f4be181df589463178c65114142c4 Mon Sep 17 00:00:00 2001 From: csoler Date: Tue, 23 Jun 2015 19:37:47 +0000 Subject: [PATCH] added pending non backward compatible change list to TODO file git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8549 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- TODO.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.txt b/TODO.txt index e78f42efb..2659702bf 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,3 +1,9 @@ +List of pending non backward compatible changes +=============================================== + + * RsGxsGrpMetaData::deserialis should use a proper TLV_STR_TYPE_NAME instead of 0 for mGroupName and mMsgName, in rsgxsdata.cc + * p3IdService::service_CreateGroup() should convert the mPgpSign member to radix64!! For now it is hard-coded in binary in a string. + List of fixes/improvements before 0.6 =====================================