From df84017e8b1680424ee3a275e96d1b0a74f5b2ed Mon Sep 17 00:00:00 2001 From: lxnay Date: Sat, 14 Mar 2009 15:38:46 +0000 Subject: [PATCH] Entropy/docs: - update APICHANGES git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3165 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- docs/APICHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/APICHANGES b/docs/APICHANGES index 067ca9fac..7f9f98a67 100644 --- a/docs/APICHANGES +++ b/docs/APICHANGES @@ -2,6 +2,10 @@ From SVN 3112 there have been several API changes: - entropy module is now a python package + - EquoInterface (entropy.client.interfaces.Client) and ServerInterface (entropy.server.interfaces.Server) are + now singleton, this means that if you have to subclass them, you must overload the init_singleton method + instead of __init__ + - urlFetcher features several private class property moves (you need to rework your updateProgress) - FtpInterface features several private class property moves and switched to underscore API signatures