X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=CHANGES-0.2-to-0.8.txt;h=00646320042aa1aaf883f002cdd3081f82c662b4;hb=16ea94ee08c92c3978ca2463a4d7967bfbeec55d;hp=177c832ab5b653965e27b06786f454fabe59e5a7;hpb=3833476b299fc4ce3cc303361365ac28eae9a8f7;p=sfa.git diff --git a/CHANGES-0.2-to-0.8.txt b/CHANGES-0.2-to-0.8.txt index 177c832a..00646320 100644 --- a/CHANGES-0.2-to-0.8.txt +++ b/CHANGES-0.2-to-0.8.txt @@ -1,4 +1,6 @@ +==================== changes between 0.2 and 0.8 from a user's perspective +==================== -------------------- - 3 packages named @@ -8,7 +10,7 @@ changes between 0.2 and 0.8 from a user's perspective -------------------- new names for commands gimport.py -> sfa-import-plc.py -plc.py -> sfa-plc.py +plc.py -> sfa-server.py geni-config-tty -> sfa-config-tty -------------------- new names for config files & miscell @@ -22,10 +24,33 @@ geni-config-tty -> sfa-config-tty /etc/sfa/registries.xml are now preserved across rpm updates + +==================== +changes between 0.2 and 0.8 from a devel's perspective +==================== + +cmdline/ has moved to + sfa/client +first-class objects involved in the server side + sfa/server +plc-dependent code has moved to + sfa/plc +basic identification/authentication objects (up to credentials) have moved to + sfa/trust + (this also holds in trusted_roots the CA certs of PLC-PLE) +code for the methods have remained in + sfa/methods + +init.d instscript is now in + sfa/init.d + +config files and utilities are in + config/ + (should this move under sfa ?) + -------------------- deprecated gacks/ gui/ dummy/ -nuke.py -alt_aggregate.py +some apparently test-related stuff formerly in cmdline hace moved to tests/client