*** Release glite-data-srm-api-c_R_1_1_0_3 2006-03-03 o If autoreq is on then the gLite build system appends all build dependencies, i.e. org.glite.security.cgsi-gsoap build dependency is added as 'glite-security-cgsi-gsoap' This is wrong, because this package is called as 'CGSI_gSOAP', so I had to switch off autoreq and provide the requires and provides symbols by hand in 'glite-data-srm-api-c'. Apparently some autogenerated and expected symbols were missing. *** Release glite-data-srm-api-c_R_1_1_0_2 2006-02-16 o using org.glite.security.cgsi-gsoap instead of external package *** Release glite-data-srm-api-c_R_1_1_0 2005-07-27 o moved the cpp util library to org.glite.data.srm-cli *** Release glite-data-srm-api-c_R_1_0_0_15 2005-06-30 Fix bug 9241: FTS: put request ID from SRM into log Check for request status failures too. *** Release glite-data-srm-api-c_R_1_0_0_14 2005-06-10 Workaround for problem in gSOAP when the connection is dropped in the middle. *** Release glite-data-srm-api-c_R_1_0_0_13 2005-06-09 Fix bug 8966: FTS: srm failures are not always detected and a NULL TURL is returned *** Release glite-data-srm-api-c_R_1_0_0_12 2005-06-02 remove faulty handling of the detail 'string' to avoid coredumps - hopefully the final one of 7740 adding toString and fromString methods for Context *** Release glite-data-srm-api-c_R_1_0_0_11 2005-05-13 trying to avoid coredumps - more on 7740 *** Release glite-data-srm-api-c_R_1_0_0_10 2005-05-13 making the getErrorMsg call public - that was an oversight *** Release glite-data-srm-api-c_R_1_0_0_9 2005-04-12 * fixing bug 7740 - the segfault was due to the fault object not set while printing errors *** Release glite-data-srm-api-c_R_1_0_0_8 2005-04-11 * Use autoconf/automake again *** Release glite-data-srm-api-c_R_1_0_0_7 2005-03-23 * fix a memory leak *** Release glite-data-srm-api-c_R_1_0_0_6 2005-03-07 * some extra check for failures Fixed Bugs: #7113 *** Release glite-data-srm-api-c_R_1_0_0_5 2005-02-22 * added RELEASE-NOTES, DESCRIPTION, removed ChangeLog *** Release glite-data-srm-api-c_R_1_0_0 2004-10-29 10:30 badino * First relese 2005-01-24 10:30 pkunszt * remove the autotools way of doing things, do it directly. * add srmUtil (introducing the SrmClient class) to the cpp library * this also introduces a dependency on log4cxx. 2005-01-27 10:30 pkunszt * build a separate library for util. 2005-02-01 10:30 pkunszt * fix several bugs in the srm put and get in the new util library