about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-05-12 01:35:37 +0000
committerEric Wong <normalperson@yhbt.net>2014-05-12 01:44:16 +0000
commita446759eb7d93fb29488da78fc14922c5b55f7a7 (patch)
treef2a3cced9a3de52c54cdf3b003e546e50105f354
parentbd9ab3d4cb1a13b164f019a5d3954ab9aaca7219 (diff)
downloadyahns-a446759eb7d93fb29488da78fc14922c5b55f7a7.tar.gz
Since RubyForge is going away, this release updates the
documentation to point to the new public-inbox and mailing list
at at:

	yahns-public@yhbt.net
	(no subscription required, plain text only)

ssoma[1] git archives: git://yhbt.net/yahns-public
browser-friendly archives: http://yhbt.net/yahns-public/
Traditional mailing list subscription is possible by sending
a blank email to: yahns-public+subscribe@yhbt.net

This also reworks master->worker signalling to use a pipe,
avoiding problems with libraries which do not respond well
to being interrupted by signals.  There are also minor
bugfixes and cleanups, see "git log -p" for full details.

[1] http://ssoma.public-inbox.org/
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index f041c5c..530176a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -4,7 +4,7 @@
 CONSTANT = "Yahns::VERSION"
 RVF = "lib/yahns/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v1.2.0"
+DEF_VER = "v1.3.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),