diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | utils/rhrd-pool | 1 |
2 files changed, 7 insertions, 1 deletions
@@ -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; |