From e95dcb653c26eaff257577359b9bf3c4edd78ccc Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Sun, 1 Mar 2015 02:02:43 -0500 Subject: [PATCH] Fill out HISTORY.rst a little more. --- HISTORY.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index a1873ea6..1a7601ac 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,14 +9,27 @@ History * Changed named to Pulsar, moved to Github. * New RESTful web services interface. + * SCP and Rsync file staging options added by Eric Rasche. `Pull + Request <https://github.com/galaxyproject/pulsar/pull/34>`__ + * Allow YAML based configuration. + * Support for more traditional ``pip``/``setup.py``-style + installs. --------------------- 0.2.0 --------------------- - * Last version of LWR - found on BitBucket at https://bitbucket.org/jmchilton/lwr. + * Last version named the LWR - found on `BitBucket <https://bitbucket.org/jmchilton/lwr>`__. * Still supported in Galaxy as of 15.03 the release. + * Introduced support for submitting to various queueing systems, + operation as a Mesos framework, Docker support, and + various other advanced deployment options. + * Message queue support. + * Framework for configurable file actions introduced. --------------------- 0.1.0 --------------------- + + * Simple support for running jobs managed by the Python pulsar + web process. -- GitLab