- fix: spectre
- fix: Spectre tries to delete the same workflow instance twice - Fixed part of the Spectre memory leak. See gotcha.txt for details.
This commit is contained in:
parent
ac953d2043
commit
35e0a63262
10 changed files with 93 additions and 50 deletions
|
|
@ -37,6 +37,9 @@
|
|||
- Added runOnLogin and runOnLogout config file properties to Authentication to allow
|
||||
for running an external script on successful login or logout.
|
||||
- fix: spectre
|
||||
- fix: Spectre tries to delete the same workflow instance twice
|
||||
- Fixed part of the Spectre memory leak. See gotcha.txt for details.
|
||||
|
||||
|
||||
7.0.1
|
||||
- fix: User profile field "Department" needs i18n
|
||||
|
|
|
|||
|
|
@ -8,6 +8,14 @@ versions. Be sure to heed the warnings contained herein as they will
|
|||
save you many hours of grief.
|
||||
|
||||
|
||||
7.0.2
|
||||
--------------------------------------------------------------------
|
||||
|
||||
* We've cut the memory leak in half. It turns out we had a bad perl
|
||||
module that was causing a big part of the memory leak. As such,
|
||||
you now need to install POE::Component::Client::HTTP.
|
||||
|
||||
|
||||
7.0.0
|
||||
--------------------------------------------------------------------
|
||||
|
||||
|
|
@ -16,6 +24,7 @@ save you many hours of grief.
|
|||
every so often to clear out the memory. We recommend setting up a
|
||||
cron job to restart it once per day.
|
||||
|
||||
|
||||
6.99.5
|
||||
--------------------------------------------------------------------
|
||||
|
||||
|
|
@ -25,6 +34,7 @@ save you many hours of grief.
|
|||
to be accurate. If you use LDAP groups in WebGUI, be sure and check
|
||||
each one to make sure they are assigned to the appropriate LDAP Link.
|
||||
|
||||
|
||||
6.99.4
|
||||
--------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue