Setting tag sfa-1.0-29 sfa-1.0-29
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 5 Aug 2011 14:31:44 +0000 (16:31 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 5 Aug 2011 14:31:44 +0000 (16:31 +0200)
tag 1.0-28 was broken due to typo in the changelog
new class sfa/util/httpsProtocol.py that supports timeouts

sfa.spec

index 9bf4efa..9a5988d 100644 (file)
--- a/sfa.spec
+++ b/sfa.spec
@@ -1,6 +1,6 @@
 %define name sfa
 %define version 1.0
-%define taglevel 28
+%define taglevel 29
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch        %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -196,6 +196,10 @@ fi
 [ "$1" -ge "1" ] && service sfa-cm restart || :
 
 %changelog
+* Fri Aug 05 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-29
+- tag 1.0-28 was broken due to typo in the changelog
+- new class sfa/util/httpsProtocol.py that supports timeouts
+
 * Thu Aug 4 2011 Tony Mack <tmack@cs.princeton.edu> - sfa-1.0-28
 - Resolved issue that caused sfa hold onto idle db connections.
 - Fix bug that caused the registry to use the wrong type of credential.