remotecontrol/remotecontrolfw/group/bluetooth_remotecontrol.history.xml
changeset 51 20ac952a623c
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <relnotes name="Remote Control Framework">
       
     3   <purpose>
       
     4     Bearer agnostic remote control framework. Provides APIs to allow apps to send and receive remote control commands using bearers provided as plugins to the franework.
       
     5   </purpose>
       
     6 
       
     7   <defect number="PDEF139836" title=".esk and .cmi files do not have header" revision="024">
       
     8     Added copyright headers
       
     9   </defect>
       
    10   
       
    11   <defect number="DEF140166" title="Remote Control Framework includes middle-ware headers" revision="023">
       
    12     Removed incorrect includes.
       
    13   </defect>
       
    14 
       
    15   <defect number="DEF137114" title="In multi-players situation, RemconServer paniced with pass through commands" revision="022">
       
    16     Added some constructor logging.
       
    17   </defect>
       
    18 
       
    19   <defect number="DEF130411" title="RemCon target supported interfaces list includes controller interfaces " revision="021">
       
    20     Prevent interface being added to supported interface list when not supported. 
       
    21   </defect>  
       
    22 
       
    23   <defect number="DEF130010" title="Add logging-panic facility to btlogger" revision="020">
       
    24     Fix included undefining ASSERT; reworked code using ASSERT. 
       
    25   </defect>  
       
    26 
       
    27   <defect number="INC129276" title="Missing enum value in TRemConCoreApiOperationId" revision="019">
       
    28     Added ENop and ELargestOperationId in TRemConCoreApiOperationId.
       
    29   </defect>
       
    30 
       
    31   <defect number="DEF126570" title="SMP: Migrate remcon and avrcp to Bluetooth logger" revision="018">
       
    32     Change all logging over to Bluetooth logger.
       
    33   </defect>
       
    34 
       
    35   <defect number="PDEF127746" title="Minimise header dependancy for remconclient.h " revision="017">
       
    36     Introduce a new .h file holding TOperationInformation class
       
    37   </defect>
       
    38 
       
    39   <defect number="DEF127395" title="Some simple syntax errors in OE code" revision="016">
       
    40     Remove scoping from declarations of 'SendNextCb' and 'DoSendNext' in the class 'CRemConSession'
       
    41   </defect>
       
    42 
       
    43   <defect number="DEF125504" title="Checking process ID in CRemConServer::ClientClosed isn't sufficient" revision="015">
       
    44     Check that session type is target before calling CMessageRecipients::RemoveAndDestroyClient
       
    45   </defect>
       
    46 
       
    47   <defect number="INC124056" title="IOP qualification of AVRCP 1.3 fails with the PTS." revision="014">
       
    48     Added NULL check in CRemConServer::ReceiveRequest -- message could have been completed before. Other issue solved by fix for DEF121649.
       
    49   </defect>
       
    50 
       
    51   <defect number="DEF124330" title="CRemConServer::MrctspoDoOutgoingCommandAddressed has unused variable" revision="013">
       
    52     Remove unused variable.
       
    53   </defect>
       
    54 
       
    55   <defect number="DEF119933" title="RemCon's logger's LEAVEIFERRORL sometimes leaves if not error" revision="012">
       
    56 	Changes are made to handle error values appropriately
       
    57   </defect>
       
    58 
       
    59   <defect number="PDEF116232" title="Phone crashes when disconnecting the SA505 bluetooth headset" revision="011">
       
    60     Updated RemCon to queue commands when in connecting or disconnecting states.
       
    61   </defect>
       
    62   
       
    63   <defect number="PDEF116190" title="Redundant compile-time assert definition" revision ="010">
       
    64     replaced redundant macro COMPILE_ASSERT with __ASSERT_COMPILE from e32def.h .
       
    65   </defect>
       
    66   
       
    67   <defect number="PDEF116073" title="Remote control documentation does not say clients need to send" revision ="009">
       
    68     Updated RemCon documentation to state that response be sent by cleint for every command .
       
    69   </defect>
       
    70   
       
    71   <defect number="DEF114230" title="RemCon documentation doesn't state that only one message can be sent at a time" revision ="008">
       
    72     Updated RemCon documentation to state that only one message can be sent at a time .
       
    73   </defect>
       
    74 
       
    75   <defect number="DEF113514" title="Remcon bearer interface doxygen problems" revision="007">
       
    76     Fixed Doxygen problems.
       
    77   </defect>
       
    78 
       
    79   <defect number="PDEF111635" title="Multiple completion of remcon NotifyConnectionChange" revision="006">
       
    80     Added a code in CRemConSession::ConnectionsChanged to set the pointer to latest item in connection history before completing the client's message. 
       
    81   </defect>
       
    82 
       
    83   <defect number="PDEF111148" title="Incorrect ASSERT_DEBUG in remcon server" revision="005">
       
    84     Corrected the ASSERT_DEBUG statement in CRemConServer::ConnectionState. 
       
    85   </defect>
       
    86 
       
    87   <defect number="DEF109705" title="Remcon drops responses when commands are received in quick succession" revision="004">
       
    88     Appended the msg in the RemConServer::SendReceive from IncomingPendingDelivery to the IncomingDelivered queue so that it isn't dropped. 
       
    89   </defect>
       
    90   
       
    91     <defect number="DEF110314" title="IMPORT_C/EXPORT_C: CRemConInterfaceSelector::RegisterInterfaceL" revision="003">
       
    92     Added IMPORT_C in the declaration. Added comment to explain that the function should not be called outside of remconinterfacebase.dll.
       
    93   </defect>
       
    94 
       
    95   <defect number="DEF102064" title="Missing TRemConTrackInfoOperationId in the MrcibNewMessage for target and contr" revision="002">
       
    96     Added functionality to allow back to back testing of the Track Info API within Symbian (between two Symbian stacks). By default this is not compiled.
       
    97   </defect>
       
    98 
       
    99   <defect number="DEF062333" title="RemCon server needs to understand connecting and disconnecting states" revision="001">
       
   100     Making RemCon server understand connecting and disconnecting states
       
   101   </defect>
       
   102 </relnotes>