1 |
Version 1.3.20: |
2 |
- Various small fixes |
3 |
|
4 |
Version 1.3.19: |
5 |
|
6 |
Bugfix: |
7 |
- plugins where not properly dlclose()-ed. This indirectly triggered a |
8 |
segmentation fault in gsisshd when used in combination with PAM. |
9 |
|
10 |
Version 1.3.17: |
11 |
|
12 |
Bugfix: |
13 |
- lcas_findfile() was fixed for plugins, but also used for db file in |
14 |
lcas-plugins-basic. Functionality is now split |
15 |
|
16 |
Version 1.3.16: |
17 |
|
18 |
Bugfix: |
19 |
- Fix gsi handling code to prevent clash with globus symbols. |
20 |
|
21 |
Version 1.3.15: |
22 |
|
23 |
Run time feature: |
24 |
- New plugin search code, similar to the LCMAPS approach. |
25 |
1. Try to set get the environment variable LCAS_MODULES_DIR. |
26 |
2. On success: check if the provided plugin filename has an absolute path already, |
27 |
if not, prepend the $LCAS_MODULES_DIR value to the plugin and |
28 |
check if the file exists. |
29 |
if no file exists continue with 3. |
30 |
On failure: goto 3. |
31 |
3. Check if the provided plugin filename has an absolute path already, |
32 |
if not, prepend the LCAS_MOD_HOME #define value to the plugin path |
33 |
and check if the file exists. |
34 |
Use the LCAS_MOD_HOME #define. The defined value originates from |
35 |
the configure script and |
36 |
could be set there to the default or the |
37 |
--with-lcas-moduledir=DIR option. |
38 |
if this keeps failing, exit and trigger an LCAS initialization error. |
39 |
|
40 |
A new log line is printed in the log file to indicate what the LCAS plugin |
41 |
search paths are. |
42 |
|
43 |
Build time feature: |
44 |
- New configure option: --with-lcas-moduledir=DIR |
45 |
Sets the default search directory for LCAS modules to this value. |
46 |
Without the setting the default is relative to the (build) systems $libdir |
47 |
value: /usr/local/lib/lcas |
48 |
|
49 |
|
50 |
Version 1.3.13: |
51 |
|
52 |
This version of LCAS and the related LCAS plugins introduces the following new features: |
53 |
- fix a few minor segfault situations. |
54 |
- Log file output is cleaned up a bit |
55 |
|
56 |
- The LCAS framework and LCAS-Interface components are now integrated in each other |
57 |
- adjusted to be able to use EPEL, EMI and gLite packages |
58 |
AS_MOD_HOME |