# # Copyright (c) Members of the EGEE Collaboration. 2004. # See http://eu-egee.org/partners/ for details on the copyright holders. # For license conditions see the license file or http://eu-egee.org/license.html # # ChangeLog file for the Config Service module # # Authors: Paolo Badino # Version info: $Id: RELEASE-NOTES,v 1.21.2.1 2006/03/23 14:50:52 mccance Exp $ # Release: $Name: glite-data-config-service_R_1_2_7 $ # # *** Release glite-data-config-service_R_1_2_7 2006-03-23 o back compat for config service wrapper *** Release glite-data-config-service_R_1_2_6-1 2006-03-13 o Add option --prefix *** Release glite-data-config-service_R_1_2_5-1 2006-01-10 o Better signal handling *** Release glite-data-config-service_R_1_2_4-1 2005-11-24 o Improve error reporting for lock file problems *** Release glite-data-config-service_R_1_2_3-1 2005-11-24 o fix config generator for multiline values when passing a properties file *** Release glite-data-config-service_R_1_2_2-2 2005-09-05 o fix 'secruity' typo in the example init.d script *** Release glite-data-config-service_R_1_2_2 2005-08-29 o fix 'secruity' typo in the example init.d script o extend LD_LIBRARY_PATH if defined in glite-data-config-service-wrapper o xml-config-to-properties.xsl updated to cover both config and init params *** Release glite-data-config-service_R_1_2_1 2005-08-16 o Support for init.d scripts (glite-data-config-service-wrapper) o Support for config scripts (glite-data-config-service-common) o Example init.d script and logrotate.d configuration *** Release glite-data-config-service_R_1_2_0 2005-08-15 15:44 badino * Add configuration directory: configuration files can now be grouped into directories in order to map the logical groupring of services providing a similar functionality * Add the option --directory (short option is -d) to the glite-data-config-service in order to specify the configuration directory for a service instance * Add the short option -Q to the glite-data-config-service for the quite mode *** Release glite-data-config-service_R_1_1_10_RC2 2005-08-15 11:30 badino * Display an error on the cofnig-generator is a properties file doesn't exist *** Release glite-data-config-service_R_1_1_10 2005-08-08 18:20 badino * Don't start a service is a process with the same name is already running (this would avoid to have multiple instances of the process when the lock file is accidentally deleted) * Extend config template schema: - add level configuration parameter attribute and deprecate advanced - add mandatory="fixed" configuration parameter attribute to identify the paratemeter which value is set bon the config template and shoudn't be changed * Improve config-generator: - accept multiple property files as input - accept single property values from command line - specify configuration level - put normal and advanced unset parameter as comment into the generated properties.xml file * Rename glite_data_config_service and glite_data_config_generator in glite-data-config-service and glite-data-config-generator. Backward compatibility is preserved using symlinks *** Release glite-data-config-service_R_1_1_9 2005-07-20 19:07 badino * Add --quiet option to the glite_data_config_service in order not to print on the standard output or error * Fix bug #9500: Now config_service cleans up lock files when the process is not running (affect stop and kill command) * Set stop waiting timeout to 120 in case of restart *** Release glite-data-config-service_R_1_1_8 2005-06-24 09:54 badino * Fix Defect #9181: If a sevrice doesn't stop in 60 sec, the restart now kills it *** Release glite-data-config-service_R_1_1_7 2005-04-01 14:52 badino * Workaround to fix a linkage error observed by Jan Pospisil using: automake-1.6.3 autoconf-2.59 libtool-1.5.6 gcc-3.3.5 *** Release glite-data-config-service_R_1_1_6 2005-02-24 14:06 badino * Improve Error Reporting in case of an invalid configuration file (bug #7079) *** Release glite-data-config-service_R_1_1_5 2005-02-23 11:30 badino * glite_data_config_status now returns 1 is the service is stopped, 0 if it's still running (Starting, Started, Stopping). *** Release glite-data-config-service_R_1_1_4 2004-12-17 11:30 badino * The ConfigGenerator by default disable the file rolling. This is due to a strange bahavior observed on Log4Cpp. A configuration option has been added to re-enabled it again *** Release glite-data-config-service_R_1_1_3 2004-01-01 12:02 badino * Fix bug #5818: Segmentation Fault when an empty value is specified *** Release glite-data-config-service_R_1_1_2 2004-11-02 11:21 badino * Fix checking if the service is already started (pkunszt) *** Release glite-data-config-service_R_1_1_1 2004-11-02 11:21 badino * ServiceConfigurator refactored to be a singleton *** Release glite-data-config-service_R_1_1_0 2004-11-01 16:16 badino * Add GLITE_LOCATION_USER configuration path * Add default values to the GLITE_LOCATION_* variables * Add the possibility to register components statically *** Release glite-data-config-service_R_1_0_0 2004-10-28 15:28 badino * First relese *** Previous glite-data-config-service versions 2004-10-27 00:00 badino * 0.1.5 - Add the option to generate the configuration files from a key-value pairs file, without user interaction * 0.1.4 - Add glite_data_config_generator application. It could be used to generate a configuration file from a configuretion template * 0.1.3 - Fix [Bug #4872] A warning message is displayed if the service doesn't start in 60 second. Moreover, the status command now returns additional values (running, starting, stopping, stopped) * 0.1.2 - Load shared libraries with RTLD_LAZY flag