X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;h=39066fa6146978d46d1ae039d4a9b61d9dde5a79;hb=5afb8089a48433612fb10bed3c609006882b9859;hp=de0f9ab050d014ac2ae4b3dac98142ce617c50b9;hpb=951641cce2bd73bf2b83d7979929558900fa6d40;p=plcapi.git diff --git a/PLCAPI.spec b/PLCAPI.spec index de0f9ab..39066fa 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -6,7 +6,7 @@ %define name PLCAPI %define version 4.3 -%define taglevel 30 +%define taglevel 32 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -37,6 +37,10 @@ Requires: mod_python Requires: mod_ssl Requires: SOAPpy +### avoid having yum complain about updates, as stuff is moving around +# plc.d/api +Conflicts: MyPLC <= 4.3-37 + # We use psycopg2 BuildRequires: postgresql-devel @@ -85,6 +89,17 @@ cat > $RPM_BUILD_ROOT/%{_sysconfdir}/php.d/xmlrpc.ini < - PLCAPI-4.3-32 +- support for fedora 12 +- fix subtle bug in filtering with ] and quotes + +* Fri Dec 18 2009 Baris Metin - PLCAPI-4.3-31 +- * patch for php-5.3 (the one in f12) +- * validate email addresses with regex +- * add PersonTags and SiteTags +- * add additional accessors for node tags (kvariant, serial, ..) + * Tue Nov 03 2009 Marc Fiuczynski - PLCAPI-4.3-30 - Redacting password, session, and authstring values from the event log.