Release 0.0.6 (Fri 1 Mar 14:53:06 CET 2019) * js: removed jssh again as it is not ade-ised and regression tests fail due to 'set -e', which is obviously needed in a non-ade-ised script * js: database location specifiable with JSD_DBFILE env var * js: added jssh (js shell) to run stdin in threads * js: started work on passing commands to the daemon (first commands are 'scan_jobs' (sent by jss after it inserts something in the jobs table) and 'quit', which currently can't be sent by anything. Release 0.0.5 (Fri 9 Jun 10:42:53 CEST 2017) * js: replaced use of js's own js_sql_*() functions with ade_sql_*() (closes SOFT-115) * js: added a first proper test Release 0.0.4 (Thu 8 Jun 14:08:26 CEST 2017) * js: update various strings for SOFT-82. Release 0.0.3 (Wed 7 Jun 15:27:34 CEST 2017) * js: man page typos corrected * js: aligned devsh command (fixes SOFT-75) Release 0.0.2 (Thu Jan 21 15:34:09 CET 2016) * js: removed doc/TODO (the idea in it seemed a dead end and it was missing svn properties) * js: added information about lockfile to '--list-paths' output * js: correct error ID in JS.pm * js: added doc/TODO * js: corrections to man pages after viewing printouts * js: corrected obsolete references to rsd * js: minor corrections based on running bs * js: added properties, deleted obsolete example files * js: corrected a few things that still referred to rs instead of js * js: merged changes from 'rewrite' branch + renamed rs to js + added man pages + many small fixes + implemented lockfiles as comms mechanism for clients + second step of ADE_-ificiation (getting it working again) + first step of ADE_-ificiation (merging in adegmt-generated template code) + total rewrite for separation of server and submit/query/... clients * js: created module