--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/remotecontrol/remotecontrolfw/group/bluetooth_remotecontrol.history.xml Wed Oct 13 16:20:29 2010 +0300
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<relnotes name="Remote Control Framework">
+ <purpose>
+ 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.
+ </purpose>
+
+ <defect number="PDEF139836" title=".esk and .cmi files do not have header" revision="024">
+ Added copyright headers
+ </defect>
+
+ <defect number="DEF140166" title="Remote Control Framework includes middle-ware headers" revision="023">
+ Removed incorrect includes.
+ </defect>
+
+ <defect number="DEF137114" title="In multi-players situation, RemconServer paniced with pass through commands" revision="022">
+ Added some constructor logging.
+ </defect>
+
+ <defect number="DEF130411" title="RemCon target supported interfaces list includes controller interfaces " revision="021">
+ Prevent interface being added to supported interface list when not supported.
+ </defect>
+
+ <defect number="DEF130010" title="Add logging-panic facility to btlogger" revision="020">
+ Fix included undefining ASSERT; reworked code using ASSERT.
+ </defect>
+
+ <defect number="INC129276" title="Missing enum value in TRemConCoreApiOperationId" revision="019">
+ Added ENop and ELargestOperationId in TRemConCoreApiOperationId.
+ </defect>
+
+ <defect number="DEF126570" title="SMP: Migrate remcon and avrcp to Bluetooth logger" revision="018">
+ Change all logging over to Bluetooth logger.
+ </defect>
+
+ <defect number="PDEF127746" title="Minimise header dependancy for remconclient.h " revision="017">
+ Introduce a new .h file holding TOperationInformation class
+ </defect>
+
+ <defect number="DEF127395" title="Some simple syntax errors in OE code" revision="016">
+ Remove scoping from declarations of 'SendNextCb' and 'DoSendNext' in the class 'CRemConSession'
+ </defect>
+
+ <defect number="DEF125504" title="Checking process ID in CRemConServer::ClientClosed isn't sufficient" revision="015">
+ Check that session type is target before calling CMessageRecipients::RemoveAndDestroyClient
+ </defect>
+
+ <defect number="INC124056" title="IOP qualification of AVRCP 1.3 fails with the PTS." revision="014">
+ Added NULL check in CRemConServer::ReceiveRequest -- message could have been completed before. Other issue solved by fix for DEF121649.
+ </defect>
+
+ <defect number="DEF124330" title="CRemConServer::MrctspoDoOutgoingCommandAddressed has unused variable" revision="013">
+ Remove unused variable.
+ </defect>
+
+ <defect number="DEF119933" title="RemCon's logger's LEAVEIFERRORL sometimes leaves if not error" revision="012">
+ Changes are made to handle error values appropriately
+ </defect>
+
+ <defect number="PDEF116232" title="Phone crashes when disconnecting the SA505 bluetooth headset" revision="011">
+ Updated RemCon to queue commands when in connecting or disconnecting states.
+ </defect>
+
+ <defect number="PDEF116190" title="Redundant compile-time assert definition" revision ="010">
+ replaced redundant macro COMPILE_ASSERT with __ASSERT_COMPILE from e32def.h .
+ </defect>
+
+ <defect number="PDEF116073" title="Remote control documentation does not say clients need to send" revision ="009">
+ Updated RemCon documentation to state that response be sent by cleint for every command .
+ </defect>
+
+ <defect number="DEF114230" title="RemCon documentation doesn't state that only one message can be sent at a time" revision ="008">
+ Updated RemCon documentation to state that only one message can be sent at a time .
+ </defect>
+
+ <defect number="DEF113514" title="Remcon bearer interface doxygen problems" revision="007">
+ Fixed Doxygen problems.
+ </defect>
+
+ <defect number="PDEF111635" title="Multiple completion of remcon NotifyConnectionChange" revision="006">
+ Added a code in CRemConSession::ConnectionsChanged to set the pointer to latest item in connection history before completing the client's message.
+ </defect>
+
+ <defect number="PDEF111148" title="Incorrect ASSERT_DEBUG in remcon server" revision="005">
+ Corrected the ASSERT_DEBUG statement in CRemConServer::ConnectionState.
+ </defect>
+
+ <defect number="DEF109705" title="Remcon drops responses when commands are received in quick succession" revision="004">
+ Appended the msg in the RemConServer::SendReceive from IncomingPendingDelivery to the IncomingDelivered queue so that it isn't dropped.
+ </defect>
+
+ <defect number="DEF110314" title="IMPORT_C/EXPORT_C: CRemConInterfaceSelector::RegisterInterfaceL" revision="003">
+ Added IMPORT_C in the declaration. Added comment to explain that the function should not be called outside of remconinterfacebase.dll.
+ </defect>
+
+ <defect number="DEF102064" title="Missing TRemConTrackInfoOperationId in the MrcibNewMessage for target and contr" revision="002">
+ 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.
+ </defect>
+
+ <defect number="DEF062333" title="RemCon server needs to understand connecting and disconnecting states" revision="001">
+ Making RemCon server understand connecting and disconnecting states
+ </defect>
+</relnotes>