summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-31 19:05:22 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-31 19:05:22 (GMT)
commit3e6f99888373832c6c2dc8220ca9991679664716 (patch)
tree890045350dd42c9c14cf88dca6c63ed4bfba662f
parent14eaf97988cf08d211bce667d091427113633864 (diff)
updated changelog for release0.11.0rel-0.11.0
-rw-r--r--ChangeLog7
-rwxr-xr-xutils/rhrd-pool1
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b263e4a..6e39104 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016.07.32 -- Version 0.11.0
+
+* added new tool rhrd-pool to manage musicpools
+* some grid handling functions have been rename from musicpool to musicgrid
+* rhrd-group add-member/remove-member now have a special handling for
+ ALL_* groups - they now add/remove to all shows/jingles/pools
+
2016.07.27 -- Version 0.10.4
* groups list can now be filtered by type
diff --git a/utils/rhrd-pool b/utils/rhrd-pool
index 23b1cb2..acaff65 100755
--- a/utils/rhrd-pool
+++ b/utils/rhrd-pool
@@ -21,7 +21,6 @@
#
use strict;
-use lib '../lib/';
use RHRD::rddb;
use RHRD::utils;
use Date::Calc;