summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-05-13 15:23:56 +0000
committerPaul Buetow <paul@buetow.org>2011-05-13 15:23:56 +0000
commit23046fb3e69922f8b9bd985e5c79d537fc7a6841 (patch)
tree520b04641492986879b71b19aa89d7bbefefd6aa
parentbf0f7cefa3760868e688dca6d7504bf2a40649e6 (diff)
added VERSION file
-rw-r--r--CHANGELOG6
-rw-r--r--README2
-rw-r--r--VERSION1
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e18ed33..98ecdfd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,10 @@
-
+Fr 13. Mai 18:21:08 CEST 2011
+* Released PerlDaemon v1.1
* Major refactoring
+* Added warn message support
* Added 'restart' option
* Added README file including a quick starting guide
-* Added separate PerlDaemonModules directory and an example module
+* Added dynamic loadable module support including an example
Do 17. Mär 09:10:38 CET 2011
* Renamed DaemonLogic into RunModule
diff --git a/README b/README
index d9f8018..d63652c 100644
--- a/README
+++ b/README
@@ -11,6 +11,8 @@ It supports:
* Easy to configure
* Easy to extend (writing your own modules within PerlDaemonModules::)
+The perldaemon website is located at http://perldaemon.buetow.org
+
QUICK START GUIDE:
# Starting
diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..222615e
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+PerlDaemon v1.1