*** empty log message ***
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 10 Jun 2008 09:09:50 +0000 (09:09 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 10 Jun 2008 09:09:50 +0000 (09:09 +0000)
org.glite.lb.client/project/ChangeLog
org.glite.lb.common/project/ChangeLog
org.glite.lb.logger/project/ChangeLog

index b07c67e..720c8fb 100644 (file)
 3.2.0-1 (lb-1.8.0-1)
 - added ui_host to jobstat
 - store purge files (to be uploaded to JP) in GLITE_LOCATION_VAR rahter then GLITE_TMP 
+
+3.2.1-1
+- use -1 as an invalid socken number instead of 0
+- handle errors generated by gss inquire credentials correctly (#37084)
+- correctly release unused credentials (#37069) and reuse connection
+- handle gss errors whene receiving notifications (#35118)
+- fix producer connection management (re-establishing connections) (#37074)
+
+w
+p
+w
+s
+- (# 
+
+
+
index ba7c8d0..b7e0289 100644 (file)
@@ -12,3 +12,8 @@
 
 6.1.1-3 (lb-1.8.0-1)
 - rebuild wrt. changes in lb.build (ui_host)
+
+6.1.2-1
+- changed unused socket number from 0 to -1
+
+
index 5c8bd53..a03dea3 100644 (file)
@@ -17,3 +17,8 @@
 
 3.1.9-3 (lb-1.8.0-1)
 - startup script: use grep with ^ rather than fgrep
+
+3.1.10-1
+- fixed sending empty events
+- do not syslog "error reading server reply" unnecessarily
+