From c9abc838ad7d0f45cc8586f0149e94edb5654777 Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Sun, 12 Apr 2015 22:23:31 -0400 Subject: [PATCH] Docfixes for HISTORY.rst. --- HISTORY.rst | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1a7601ac..e2d7b963 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,29 +7,31 @@ History 0.3.0.dev0 ------------------------ - * 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. +* Changed the name of project 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. +* Dozens of smaller bugfixes and documentation updates. --------------------- 0.2.0 --------------------- - * 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. +* 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. +* Simple support for running jobs managed by the Python LWR + web process. +* https://bitbucket.org/jmchilton/lwr/branch/0.1 -- GitLab