{subsection: DAGMan} -*: Everything is mostly stable at this point? +*: DAGMan recently shipped two major updates: +*:: All =MyString= instances have been replaced with =std::string= +*::: If this results in any bugs, there is no workaround. You'll need to find the bug and fix it. It will help to look at an older version of the code to see what the MyStrings are doing (ie. https://github.com/htcondor/htcondor/tree/V9_5_0-branch) +*:: DAGMan now submits jobs by writing them directly to the _condor_schedd_, instead of forking a _condor_submit_ process. +*::: If this results in any bugs, you can revert to the old behavior by setting =DAGMAN_USE_DIRECT_SUBMIT = False= +*: Otherwise, DAGMan is in a steady state. There aren't any big projects in active development. +*: Some more detailed notes are available in the following document: https://docs.google.com/document/d/1f0vc2DTJvH8wQLa87gcFHy0Tpd86cyTweD2-GmxfD8o/edit {subsection: LIGO}