SAGA C++ (Reference) Implementation - Release Changelog - Changes with SAGA C++ Version 1.3 22. June 2009 --------------------------------------------------------------------------- o Added experimental SSH Job & File adaptors o Lots of bugfixes & imporvements: https://macpro01.cct.lsu.edu/trac/saga/query?status=closed&order=priority&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&milestone=1.3 Changes with SAGA C++ Version 1.2.1 17. April 2009 --------------------------------------------------------------------------- o BUGFIX RELEASE. (Configure issues on Ubuntu solved) Changes with SAGA C++ Version 1.2 06. April 2009 --------------------------------------------------------------------------- o NEW! AWS adaptors: interface to cloud services (IaaS) which implement Amazons AWS interface. They instantiate and tear down Virtual Machines via those services. Tested on EC2, Eucalyptus, Nimbus. Note that the lifetime of the VM is configurable via the adaptor's ini file: either the VM lifes onforever, or is taken down when the saga::job::service instance gets destroyed. o NEW! ssh adaptors: run jobs via ssh, and mount remote file systems via sshfs. They are internally used by the aws adaptors to communicate with the virtual machines created by the aws adaptors. Thus, they can transparently use AWS security contexts (if invoked via AWS), and, of course, plain ssh contexts. o https://macpro01.cct.lsu.edu/trac/saga/query?group=status&milestone=1.2 Changes with SAGA C++ Version 1.1.1 02. February 2009 --------------------------------------------------------------------------- o Default stream adaptor fixed o Minor bugfixes o http://fortytwo.cct.lsu.edu:8000/SAGA/query?status=closed&milestone=1.1 .1+%28Edinburgh%29 Changes with SAGA C++ Version 1.1 08. December 2008 --------------------------------------------------------------------------- o New Platform LSF adaptor o New Amazon Web Services Job Adaptor (AWS) for Clouds o Experimental adaptors for Hadoop and Google KFS (disabled by default) o http://fortytwo.cct.lsu.edu:8000/SAGA/query?status=closed&milestone=1.1 +-+SC08 Changes with SAGA C++ Version 1.0 06. October 2008 --------------------------------------------------------------------------- o http://fortytwo.cct.lsu.edu:8000/SAGA/query?status=closed&milestone=1.0 Changes with SAGA C++ Version 0.9.3 15. May 2008 --------------------------------------------------------------------------- o Fixed default job adaptor o Added context handling to Globus adaptors o Fixed several issues with the Python bindings o Create API documentation and examples for the Python bindings o URL parser fixed o Exception handling across library boarders fixed for OS X o service discovery package is now available if antlr is installed Changes with SAGA C++ Version 0.9.2 05. May 2008 --------------------------------------------------------------------------- o Python language bindings ready to use o Buildsystem split up in components. Adaptors and Language bindings can now be configured and built separately o OMII GridSAM Adaptor: bugfixes and cert issues solved o Lots of test cases added to the unit tests o Updated documentation and first version of a "programmer's manual" Changes with SAGA C++ Version 0.9.1 03. March 2008 --------------------------------------------------------------------------- o Added command line tools saga-advert, saga-replica, saga-file, saga-job. o Lots of updates to Python bindings. o saga-shell is more complete now, nice application o Lots of build system fixes (really!). o Lots of fixes to Globus adaptors. o Added more tests to test suite. o Fixed SOCI::SOCIError problem on MacOS for default advert and default logical file adaptors. o GridSAM adaptor now works on Linux and MacOS. o Fixed URL normalization. o Fixed problem related to the registration of the read_link function in the namespace package. o Added fall back implementations in namespace package for wildcard functions o Fixed default job adaptor for Linux and MacOS. o Added asynchronous version of job::run(), job::cancel(), and job::wait() o Change CPI prototype of job::cancel() to job::cancel(double timeout) o Changed context and session APIs to conform with the spec. o Default advert and default logicalfile adaptors now support the new context_cpi. Changes with SAGA C++ Version 0.9 31. January 2008 --------------------------------------------------------------------------- o API is now 100% compliant with GWD-R.90 1.0 FINAL! o OMII/GridSAM job adaptor added o Globus RLS logical_file adaptor added o SAGA Programming Handbook added o API documentation added Changes with SAGA C++ Version 0.7 12. November 2007 --------------------------------------------------------------------------- o Latest SAGA Core API (GWD-R.90) changes implemented o Various minor bugfixes o Improved Globus adatpors Changes with SAGA C++ Version 0.6 30. May 2007 --------------------------------------------------------------------------- o Various minor bugfixes o Improved build system o Globus (preWS-)GRAM and GridFTP adaptors added Changes with SAGA C++ Version 0.5 28. March 2007 --------------------------------------------------------------------------- o First public source release. Covers the latest SAGA Spec. o Set of local test adaptors implemented