From 7a87e84818ec7d2af40be740122aa167600461f9 Mon Sep 17 00:00:00 2001 From: Jari Sundell Date: Fri, 30 May 2014 09:30:14 -0700 Subject: [PATCH] Updated RPC_Migration (markdown) --- RPC_Migration.md => RPC_Migration_0.9.md | 7 +++++++ 1 file changed, 7 insertions(+) rename RPC_Migration.md => RPC_Migration_0.9.md (64%) diff --git a/RPC_Migration.md b/RPC_Migration_0.9.md similarity index 64% rename from RPC_Migration.md rename to RPC_Migration_0.9.md index cbf72cb..1fb3a49 100644 --- a/RPC_Migration.md +++ b/RPC_Migration_0.9.md @@ -6,6 +6,13 @@ SED Scripts * https://github.com/rakshasa/rtorrent/blob/master/doc/scripts/update_commands_0.9.sed +Introduction +------------ + +As of rTorrent-0.9.0 a large number of commands have had their names changes and all now require a target. The old command names and behavior were replaced with aliases and marked for deprecation. + +Current master branch and future 0.10+ releases has removed the deprecated aliases. + Example -------