<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dss/NEWS, branch master</title>
<subtitle>DSS - dyadic snapshot scheduler</subtitle>
<id>https://git.tue.mpg.de/cgit/dss/atom?h=master</id>
<link rel='self' href='https://git.tue.mpg.de/cgit/dss/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/'/>
<updated>2024-08-08T14:12:42Z</updated>
<entry>
<title>dss-1.0.2.</title>
<updated>2024-08-08T14:12:42Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-08-08T14:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=78e42d1111a5b5017526c3d82de45621da1e5fd2'/>
<id>urn:sha1:78e42d1111a5b5017526c3d82de45621da1e5fd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dss-1.0.1.</title>
<updated>2019-11-08T13:24:27Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2019-11-08T13:24:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=53920f69b9988918e3be610e432e619c996e3e99'/>
<id>urn:sha1:53920f69b9988918e3be610e432e619c996e3e99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dss-1.0.0.</title>
<updated>2017-11-19T02:09:02Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2017-11-19T02:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=14e9d97693f19b79ff4adbfa1a1272b8f81cf986'/>
<id>urn:sha1:14e9d97693f19b79ff4adbfa1a1272b8f81cf986</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace license boilerplate with single line SPDX comments.</title>
<updated>2017-11-19T01:53:25Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2017-11-06T00:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=1f5ecfacc341f893d73caa0a613d553af33a6cc9'/>
<id>urn:sha1:1f5ecfacc341f893d73caa0a613d553af33a6cc9</id>
<content type='text'>
This gets rid of existing copyright templates in favor of just the
one-liner SPDX (Software Package Data Exchange) notice. All files are
licensed under the GPL-2.0, so the same tag is added to each file. No
copyright is changed by this commit.

Several files (mostly the very short ones) did not contain a license
text so far. By default all files without license information are
under the default license of this package, which is GPL version 2.
This commit adds the missing SPDX line so that now all files except
dss.css, index.html.in, INSTALL, NEWS and README have it.

We also remove author and copyright year, since the author is the same
everywhere, and the year hasn't been updated any more since at least
six years. Accurate information is available from the git log.

The COPYING file can also be removed because the license text at
https://spdx.org/licenses/GPL-2.0.html is immutable.
</content>
</entry>
<entry>
<title>Merge branch 'refs/heads/t/kill-w'</title>
<updated>2017-11-18T14:56:55Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2017-11-18T14:54:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=324d1364004376fa0b018afcb57cfe14aca7fcdb'/>
<id>urn:sha1:324d1364004376fa0b018afcb57cfe14aca7fcdb</id>
<content type='text'>
Two patches which make life easier for shutdown scripts which need
to terminate the dss process, but would like to wait until the exit
hook completed.

The merge conflicted in dss.suite, but this was trivial to fix.

Cooking for a week.

* refs/heads/t/kill-w:
  kill: New option --wait.
  run: Wait for children to die.
</content>
</entry>
<entry>
<title>Merge branch 'refs/heads/t/exit-hook'</title>
<updated>2017-11-17T15:44:19Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2017-11-17T15:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=ffce5ac0f8d17dad30fa0c2fee32aef9eadecf27'/>
<id>urn:sha1:ffce5ac0f8d17dad30fa0c2fee32aef9eadecf27</id>
<content type='text'>
A fix for a long standing issue with the exit hook.

Cooking for a week.

* refs/heads/t/exit-hook:
  Allow word-splitting for exit hook.
</content>
</entry>
<entry>
<title>Merge branch 'refs/heads/t/ls-incomplete-duration'</title>
<updated>2017-11-16T20:02:19Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2017-11-16T19:57:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=07ab37b55e1bf4ad7ef65fd25db84fa2a5f50f56'/>
<id>urn:sha1:07ab37b55e1bf4ad7ef65fd25db84fa2a5f50f56</id>
<content type='text'>
A simple patch which improves the ls output.

Cooking for 10 days.

* refs/heads/t/ls-incomplete-duration:
  ls: Print current duration of incomplete snapshots.
</content>
</entry>
<entry>
<title>Merge branch 'refs/heads/t/mountpoint'</title>
<updated>2017-11-15T18:09:53Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2017-11-15T18:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=c9fd9f2239319b95c46e49b1b7040e1a898cdcf7'/>
<id>urn:sha1:c9fd9f2239319b95c46e49b1b7040e1a898cdcf7</id>
<content type='text'>
A new main option which aborts dss if the destination file system is
not mounted.

Cooking for two weeks.

* refs/heads/t/mountpoint:
  New option: --mountpoint.
</content>
</entry>
<entry>
<title>Merge branch 'refs/heads/t/short-log'</title>
<updated>2017-11-14T15:10:04Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2017-11-14T15:08:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=50e03ce10c3bab1c43e1e68dca3b0471d63807d9'/>
<id>urn:sha1:50e03ce10c3bab1c43e1e68dca3b0471d63807d9</id>
<content type='text'>
A few patches which change dss_log() to only print the time stamp
and the function if dss is executing the "run" subcommand.

Cooking for a week.

* refs/heads/t/short-log:
  Subcommand sensitive logging.
  Save the subcommand pointer in a global variable.
  main(): Don't initialize user data pointer.
</content>
</entry>
<entry>
<title>Merge branch 'refs/heads/t/configtest'</title>
<updated>2017-11-13T16:49:32Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2017-11-13T16:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/dss/commit/?id=a4544b07746d58815d78c4f1213ccdb96d256919'/>
<id>urn:sha1:a4544b07746d58815d78c4f1213ccdb96d256919</id>
<content type='text'>
A single patch which adds the new configtest subcommand, plus a fixup
for a formatting issue which was noticed only after the branch had
already been merged to next.

* refs/heads/t/configtest:
  show_subcommand_summary(): Increase column width.
  New subcommand: configtest.
</content>
</entry>
</feed>
