summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcluster/gearmand/DETAILS9
-rw-r--r--cluster/gearmand/HISTORY3
2 files changed, 9 insertions, 3 deletions
diff --git a/cluster/gearmand/DETAILS b/cluster/gearmand/DETAILS
index 2f0b961af3..23b02e6ae7 100755
--- a/cluster/gearmand/DETAILS
+++ b/cluster/gearmand/DETAILS
@@ -14,8 +14,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS=""
SHORT="load balancing and high availability client/server"
cat << EOF
-This is a rewrite (in C) of the Perl version found at http://danga.com/gearman/. It includes the
-both a client/worker library, as well as the server. The server acts as a bridge between workers
-(clients who can do work) and callers (clients who want work done). You should run several servers
+This is a rewrite (in C) of the Perl version found at
+http://danga.com/gearman/. It includes the
+both a client/worker library, as well as the server. The server acts as a
+bridge between workers
+(clients who can do work) and callers (clients who want work done). You
+should run several servers
(at least two) for both load balancing and high availability.
EOF
diff --git a/cluster/gearmand/HISTORY b/cluster/gearmand/HISTORY
index 3cd1e1eb18..fa84021b96 100644
--- a/cluster/gearmand/HISTORY
+++ b/cluster/gearmand/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2009-08-20 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.9
spell created